Skip to content

Commit

Permalink
added json dependency to fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed May 20, 2009
1 parent 6a0b35d commit 73b19f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -8,6 +8,9 @@ $hoe = Hoe.new('tweettail', TweetTail::VERSION) do |p|
p.developer('Dr Nic', 'drnicwilliams@gmail.com')
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
p.rubyforge_name = 'drnicutilities'
p.extra_deps = [
['json']
]
p.extra_dev_deps = [
['newgem', ">= #{::Newgem::VERSION}"],
['fakeweb', '>= 1.2.2'],
Expand Down

0 comments on commit 73b19f7

Please sign in to comment.