Skip to content

Commit

Permalink
Merge pull request #6 from sporkmonger/master
Browse files Browse the repository at this point in the history
Missing development dependency for echoe gem.
  • Loading branch information
progrium committed Nov 12, 2011
2 parents 2552631 + 53a296c commit 3d36d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Echoe.new('jwt', '0.1.4') do |p|
p.email = "jeff.lindsay@twilio.com"
p.ignore_pattern = ["tmp/*"]
p.runtime_dependencies = ["json >=1.2.4"]
p.development_dependencies = []
p.development_dependencies = ["echoe >=4.6.3"]
end

task :test do
Expand Down

0 comments on commit 3d36d5d

Please sign in to comment.