Skip to content

Commit

Permalink
Bumping version, correcting files and adding myself as authoir to gem…
Browse files Browse the repository at this point in the history
…spec
  • Loading branch information
Saimon Moore committed Nov 26, 2010
1 parent 359acf3 commit 697b10e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sequel_polymorphic.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{sequel_polymorphic} s.name = %q{sequel_polymorphic}
s.version = "0.0.1" s.version = "0.0.3"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jack Dempsey"] s.authors = ["Jack Dempsey", "Saimon Moore"]
s.autorequire = %q{sequel_polymorphic} s.autorequire = %q{sequel_polymorphic}
s.date = %q{2009-01-20} s.date = %q{2010-11-26}
s.description = %q{A gem that provides Sequel::Models with polymorphic association capabilities} s.description = %q{A gem that provides Sequel::Models with polymorphic association capabilities}
s.email = %q{jack.dempsey@gmail.com} s.email = %q{jack.dempsey@gmail.com saimonmoore@gmail.com}
s.extra_rdoc_files = ["README", "LICENSE", "TODO"] s.extra_rdoc_files = ["README", "LICENSE", "TODO"]
s.files = ["LICENSE", "README", "TODO", "lib/sequel_polymorphic", "lib/sequel_polymorphic/sequel_polymorphic.rb", "lib/sequel_polymorphic.rb"] s.files = ["LICENSE", "README", "TODO", "lib/sequel_polymorphic.rb", "lib/sequel/plugins/polymorphic.rb"]
s.homepage = %q{http://jackndempsey.blogspot.com} s.homepage = %q{http://jackndempsey.blogspot.com}
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1} s.rubygems_version = %q{1.3.1}
Expand Down

0 comments on commit 697b10e

Please sign in to comment.