attr_default.gemspec in attr_default-0.8.0.pre.7 vs attr_default.gemspec in attr_default-0.8.0

- old
+ new

@@ -9,12 +9,9 @@ gem.authors = ["Invoca Development"] gem.email = ["development@invoca.com"] gem.description = %q{Dynamic Ruby defaults for ActiveRecord attributes} gem.summary = %q{Dynamic Ruby defaults for ActiveRecord attributes. These are lazy evaluated just in time: when first accessed, or just before validation or save. This allows dynamic defaults to depend on attributes that are assigned after initialization, or on other dynamic defaults.} gem.homepage = "https://github.com/Invoca/attr_default" - gem.metadata = { - "allowed_push_host" => "https://rubygems.org" - } gem.metadata = { 'allowed_push_host' => 'https://rubygems.org' }