refills.gemspec in refills-0.1.0 vs refills.gemspec in refills-0.2.0

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |s| s.name = 'refills' s.version = Refills::VERSION s.authors = ['Christian Reuter', 'Joël Quenneville', 'Lisa Sy', 'Magnus Gyllensward', 'Paul Smith', 'Tyson Gach'] s.email = 'design+bourbon@thoughtbot.com' - s.description = 'Prepackaged patterns and components built with Bourbon, Neat and Bitters.' - s.summary = 'Prepackaged patterns and components built with Bourbon, Neat and Bitters.' + s.description = 'Components and patterns built with Bourbon and Neat.' + s.summary = 'Components and patterns built with Bourbon and Neat.' s.homepage = 'http://refills.bourbon.io' s.license = 'MIT' s.files = `git ls-files`.split($/) s.test_files = s.files.grep(%r{^(test|spec|features)/})