Skip to content

Commit

Permalink
alter gemdep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Jarvis committed Jun 27, 2011
1 parent 9f8baff commit f09866b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rack-pygmentize.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.test_files = %w(test/rack_pygmentize_test.rb) s.test_files = %w(test/rack_pygmentize_test.rb)
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_runtime_dependency(%q<rack>, [">= 1.0.0"]) s.add_runtime_dependency(%q<rack>, ["~> 1.0.0"])
s.add_runtime_dependency(%q<nokogiri>, [">= 1.4.4"]) s.add_runtime_dependency(%q<nokogiri>, ["~> 1.4.4"])
s.add_runtime_dependency(%q<albino>, [">= 1.3.2"]) s.add_runtime_dependency(%q<albino>, ["~> 1.3.2"])
end end

0 comments on commit f09866b

Please sign in to comment.