Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Regenerated gemspec for version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Kuźma committed Jul 27, 2010
1 parent 32c6cd9 commit 410f164
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions objectreload-permalinks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{objectreload-permalinks}
s.version = "0.2.3"
s.version = "0.2.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mateusz Drożdżyński", "Ewa Limanówka", "Jakub Kuźma"]
s.date = %q{2010-02-16}
s.date = %q{2010-07-27}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README"
Expand All @@ -31,27 +31,24 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/objectreload/permalinks}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Simple way to create permalinks.}
s.test_files = [
"test/country_test.rb",
"test/post_test.rb",
"test/test_helper.rb"
"test/test_helper.rb",
"test/post_test.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 2.0"])
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<test-unit>, [">= 2.0"])
else
s.add_dependency(%q<activesupport>, [">= 2.0"])
s.add_dependency(%q<test-unit>, [">= 2.0"])
end
else
s.add_dependency(%q<activesupport>, [">= 2.0"])
s.add_dependency(%q<test-unit>, [">= 2.0"])
end
end
Expand Down

0 comments on commit 410f164

Please sign in to comment.