Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
treybean committed Mar 25, 2010
1 parent 7f9a64a commit e075809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acts_as_restful_list.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{acts_as_restful_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 = ["'Trey Bean'"]
s.date = %q{2010-02-19}
s.date = %q{2010-03-24}
s.description = %q{Just like acts_as_list, but allows updating through standard restful methods.}
s.email = %q{trey@12spokes.com}
s.extra_rdoc_files = [
Expand All @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/12spokes/acts_as_restful_list}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Restful acts_as_list}
s.test_files = [
"spec/acts_as_restful_list_spec.rb",
Expand Down

0 comments on commit e075809

Please sign in to comment.