keynote.gemspec in keynote-0.1.3 vs keynote.gemspec in keynote-0.2.0pre1

- old
+ new

@@ -7,10 +7,10 @@ gem.summary = %q{Flexible presenters for Rails.} gem.description = %q{ A presenter is an object that encapsulates view logic. Like Rails helpers, presenters help you keep complex logic out of your templates. Keynote provides a consistent interface for defining and instantiating presenters. - } + }.gsub(/\s+/, ' ') gem.homepage = "https://github.com/rf-/keynote" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/})