schema_plus.gemspec in schema_plus-1.6.0 vs schema_plus.gemspec in schema_plus-1.7.0

- old
+ new

@@ -7,10 +7,10 @@ s.version = SchemaPlus::VERSION s.platform = Gem::Platform::RUBY s.required_ruby_version = ">= 1.9.2" s.authors = ["Ronen Barzel", "Michal Lomnicki"] s.email = ["ronen@barzel.org", "michal.lomnicki@gmail.com"] - s.homepage = "https://github.com/lomba/schema_plus" + s.homepage = "https://github.com/SchemaPlus/schema_plus" s.summary = "Enhances ActiveRecord schema mechanism, including more DRY index creation and support for foreign key constraints and views." s.description = "SchemaPlus is an ActiveRecord extension that provides enhanced capabilities for schema definition and querying, including: enhanced and more DRY index capabilities, support and automation for foreign key constraints, and support for views." s.license = 'MIT' s.rubyforge_project = "schema_plus"