Created
March 30, 2012 20:40
-
-
Save berngp/2254843 to your computer and use it in GitHub Desktop.
Ruby 1.8.7, 1.9.2, 1.9.3 headaches...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define :default_resolver, | |
:remote_base => "", | |
:tomcat_service => "", | |
:tomcat_group => "", | |
:artifact_dir => "", | |
:artifact_file => "", | |
:app_group_id => "", | |
:app_artifact_id => "", | |
:app_version => "", | |
:app_type => "war", | |
do | |
# stuff... | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define :default_resolver, | |
:remote_base => "", | |
:tomcat_service => "", | |
:tomcat_group => "", | |
:artifact_dir => "", | |
:artifact_file => "", | |
:app_group_id => "", | |
:app_artifact_id => "", | |
:app_version => "", | |
:app_type => "war" do | |
# stuff... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment