Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Make yajl-ruby just a development_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewford committed Feb 27, 2013
1 parent 581ab6b commit 9351d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rummageable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.summary = "Mediator for apps that want their content to be in the search index"
s.test_files = Dir["test/**/*_test.rb"]
s.add_dependency "yajl-ruby"
s.add_dependency "multi_json"
s.add_dependency "rest-client"
s.add_dependency "plek", '>= 0.5.0'
s.add_development_dependency "rake"
s.add_development_dependency "webmock"
s.add_development_dependency "gem_publisher", "1.0.0"
s.add_development_dependency "yajl-ruby", "1.1.0"
end

0 comments on commit 9351d46

Please sign in to comment.