eefgilm.gemspec in eefgilm-1.2.0 vs eefgilm.gemspec in eefgilm-1.2.1

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = 'eefgilm' spec.version = Eefgilm::VERSION spec.authors = ['Erik Nilsen', 'Marco Lindsay'] spec.email = ['enilsen16@live.com', 'lindsay_marco@hotmail.com'] - spec.summary = 'A gem to keep your Gemfile in best practice .' - spec.description = 'Eefgilm is a gem that is written to help keep your gemfile in order. It will alphabetize your gems, remove comments, and remove unnecessary whitespace.' + spec.summary = 'A gem to keep your Gemfile in best practice.' + spec.description = 'Eefgilm helps keep your gemfile in order. It will alphabetize your gems, remove comments, and remove unnecessary whitespace.' spec.homepage = 'http://enilsen16.github.io/Eefgilm/' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }