mattpolito / paratrooper

Library for creating tasks that deploy to Heroku
MIT License
107 stars 19 forks source link

#match_tag not working as a config option #74

Closed mattpolito closed 9 years ago

mattpolito commented 9 years ago
rake aborted!
NoMethodError: undefined method `match_tag=' for #<Paratrooper::Configuration:0x007ff0c99d8a70>
/Users/dev/hashrocket/line5/lib/tasks/deploy.rake:12:in `block (3 levels) in <top (required)>'
/Users/dev/.rvm/gems/ruby-2.2.2@line-5-website/gems/paratrooper-3.0.0.beta2/lib/paratrooper/deploy.rb:53:in `call'
/Users/dev/.rvm/gems/ruby-2.2.2@line-5-website/gems/paratrooper-3.0.0.beta2/lib/paratrooper/deploy.rb:53:in `initialize'
/Users/dev/.rvm/gems/ruby-2.2.2@line-5-website/gems/paratrooper-3.0.0.beta2/lib/paratrooper/deploy.rb:16:in `new'
/Users/dev/.rvm/gems/ruby-2.2.2@line-5-website/gems/paratrooper-3.0.0.beta2/lib/paratrooper/deploy.rb:16:in `call'
/Users/dev/.rvm/gems/ruby-2.2.2@line-5-website/gems/paratrooper-3.0.0.beta2/lib/paratrooper.rb:6:in `deploy'
/Users/dev/hashrocket/line5/lib/tasks/deploy.rake:10:in `block (2 levels) in <top (required)>'
/Users/dev/.rvm/gems/ruby-2.2.2@line-5-website/bin/ruby_executable_hooks:15:in `eval'
/Users/dev/.rvm/gems/ruby-2.2.2@line-5-website/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => deploy:production
(See full trace by running task with --trace)