inky.gemspec in inky-rb-1.3.6.3 vs inky.gemspec in inky-rb-1.3.7.0

- old
+ new

@@ -7,9 +7,10 @@ s.version = Inky::Rails::VERSION s.summary = 'Inky is an HTML-based templating language that converts simple HTML into complex, responsive email-ready HTML. Designed for Foundation for Emails, a responsive email framework from ZURB. ' s.description = 'Inky is an HTML-based templating language that converts simple HTML into complex, responsive email-ready HTML. Designed for Foundation for Emails, a responsive email framework from ZURB. ' s.authors = ["ZURB"] s.email = ['foundation@zurb.com'] + s.homepage = 'https://github.com/zurb/inky-rb' s.files = `git ls-files -z`.split("\x0") s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/})