Skip to content

Commit

Permalink
all tests are passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Pereira committed Jan 24, 2011
1 parent 02a427f commit 78c2d21
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions acts_as_list.gemspec
Expand Up @@ -5,24 +5,26 @@

Gem::Specification.new do |s|
s.name = %q{acts_as_list}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bruno Michel", "Ryan Bates", "Rails Core"]
s.authors = ["Victor Pereira", "Ryan Bates", "Rails Core"]
s.date = %q{2011-01-24}
s.description = %q{Gem version of acts_as_list Rails plugin}
s.email = %q{bmichel@menfin.info}
s.email = %q{victor.pereira@bigrails.com}
s.extra_rdoc_files = [
"README"
]
s.files = [
"README",
"Rakefile",
"VERSION",
"acts_as_list.gemspec",
"init.rb",
"lib/active_record/acts/list.rb",
"test/list_test.rb"
]
s.homepage = %q{http://github.com/rails/acts_as_list}
s.homepage = %q{http://github.com/vpereira/acts_as_list}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Gem version of acts_as_list Rails plugin}
Expand All @@ -35,14 +37,14 @@ 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<activerecord>, [">= 1.15.4.7794"])
s.add_runtime_dependency(%q<activerecord>, [">= 3.0.0"])
s.add_development_dependency(%q<yard>, [">= 0"])
else
s.add_dependency(%q<activerecord>, [">= 1.15.4.7794"])
s.add_dependency(%q<activerecord>, [">= 3.0.0"])
s.add_dependency(%q<yard>, [">= 0"])
end
else
s.add_dependency(%q<activerecord>, [">= 1.15.4.7794"])
s.add_dependency(%q<activerecord>, [">= 3.0.0"])
s.add_dependency(%q<yard>, [">= 0"])
end
end
Expand Down

0 comments on commit 78c2d21

Please sign in to comment.