Module: DanarchyDeploy::Applicator::Redmine
- Defined in:
- lib/danarchy_deploy/applicator/redmine.rb
Class Method Summary collapse
Class Method Details
.new(app, options) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/danarchy_deploy/applicator/redmine.rb', line 5 def self.new(app, ) puts "\n" + self.name puts " > Checking on Redmine installation at #{app[:path]}" repo = 'https://svn.redmine.org/redmine/branches/' + app[:version] end |