Skip to content

Commit

Permalink
Changed dependency to yalj-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Törnqvist committed May 20, 2011
1 parent 3135c7a commit 3c58c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
resto (0.0.9)
nokogiri (>= 1.4.4)
yajl-ruby (= 0.8.2)
yajl-ruby (>= 0.8.2)

GEM
remote: http://rubygems.org/
Expand Down
3 changes: 1 addition & 2 deletions resto.gemspec
@@ -1,6 +1,5 @@
# encoding: utf-8


require File.expand_path("../lib/resto/version", __FILE__)

Gem::Specification.new do |s|
Expand All @@ -17,7 +16,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "resto"

s.add_runtime_dependency "yajl-ruby", "0.8.2"
s.add_runtime_dependency "yajl-ruby", ">= 0.8.2"
s.add_runtime_dependency "nokogiri", ">=1.4.4"
# s.add_dependency "activesupport", "3.0.0" ???
s.add_development_dependency "bundler", ">= 1.0.13"
Expand Down

0 comments on commit 3c58c1c

Please sign in to comment.