config/hoe.rb in jnunemaker-twitter-0.3.4 vs config/hoe.rb in jnunemaker-twitter-0.3.5
- old
+ new
@@ -61,11 +61,10 @@
# == Optional
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
#p.extra_deps = [] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ]
p.extra_deps = [['hpricot', '>= 0.6'], ['activesupport', '>= 2.1'],
['main', '>= 2.8.2'], ['highline', '>= 1.4.0'],
- ['activerecord', '>= 2.1'], ['sqlite3-ruby', '>= 1.2.2'],
- ['httparty', '>= 0.1.0']]
+ ['activerecord', '>= 2.1'], ['httparty', '>= 0.1.0']]
#p.spec_extras = {} # A hash of extra values to set in the gemspec.
end
CHANGES = hoe.paragraphs_of('History.txt', 0..1).join("\\n\\n")
\ No newline at end of file