schema_plus.gemspec in schema_plus-0.1.3 vs schema_plus.gemspec in schema_plus-0.2.0

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |s| s.name = "schema_plus" s.version = SchemaPlus::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["Ronen Barzel", "Michał Łomnicki"] + s.authors = ["Ronen Barzel", "Michal Lomnicki"] s.email = ["ronen@barzel.org", "michal.lomnicki@gmail.com"] s.homepage = "https://github.com/lomba/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."