Skip to content

Commit

Permalink
Added explicit dependency on json gem. Closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
roidrage committed Nov 16, 2009
1 parent e3f29bf commit 26889dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec = Gem::Specification.new do |s|
s.executables = %w( nanite-agent nanite-mapper nanite-admin )

s.add_dependency('amqp', '>= 0.6.0')
s.add_dependency('json', '>= 1.1.7')

s.require_path = 'lib'
s.files = %w(LICENSE README.rdoc Rakefile TODO) + Dir.glob("{lib,bin,specs}/**/*")
Expand Down

0 comments on commit 26889dd

Please sign in to comment.