Skip to content

Commit

Permalink
. now really depends on 3.1.0 :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
andi committed Dec 27, 2010
1 parent a8b236d commit f20bf79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ begin
gemspec.homepage = "http://github.com/andi/sinatra-simple-navigation"
gemspec.description = "A Sinatra extension to enable creating navigations with the simple-navigation gem. Also works for Padrino. See http://github.com/andi/simple-navigation for more information on simple-navigation."
#gemspec.add_development_dependency('rspec', '>= 1.2.8')
gemspec.add_dependency('simple-navigation', '>= 3.0.2')
gemspec.add_dependency('simple-navigation', '>= 3.1.0')
gemspec.authors = ["Andi Schacke"]
gemspec.rdoc_options = ["--inline-source", "--charset=UTF-8"]
gemspec.files = FileList["[A-Z]*", "{lib,spec}/**/*"] - FileList["**/*.log"]
Expand Down
6 changes: 3 additions & 3 deletions sinatra-simple-navigation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<simple-navigation>, [">= 3.0.2"])
s.add_runtime_dependency(%q<simple-navigation>, [">= 3.1.0"])
else
s.add_dependency(%q<simple-navigation>, [">= 3.0.2"])
s.add_dependency(%q<simple-navigation>, [">= 3.1.0"])
end
else
s.add_dependency(%q<simple-navigation>, [">= 3.0.2"])
s.add_dependency(%q<simple-navigation>, [">= 3.1.0"])
end
end

0 comments on commit f20bf79

Please sign in to comment.