Rakefile in philnash-bitly-0.1.0 vs Rakefile in philnash-bitly-0.1.1
- old
+ new
@@ -8,9 +8,10 @@
Echoe.new('bitly', Bitly::VERSION) do |p|
p.description = "Use the bit.ly API to shorten or expand URLs"
p.url = "http://github.com/philnash/bitly"
p.author = "Phil Nash"
p.email = "philnash@gmail.com"
+ p.runtime_dependencies = ['json']
p.development_dependencies = []
end
# vim: syntax=Ruby