Skip to content

Commit

Permalink
renamed gemspec to be able to push to rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Oct 21, 2010
1 parent 66a997a commit 7f1f63e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = "has_many_polymorphs"
s.name = "kronn-has_many_polymorphs"
s.version = "3.0.1"
s.platform = Gem::Platform::RUBY
s.authors = ["Evan Weaver", "James Stewart", "Matthias Viehweger"]
Expand Down

0 comments on commit 7f1f63e

Please sign in to comment.