inky.gemspec in inky-rb-1.3.8.0 vs inky.gemspec in inky-rb-1.4.2.0
- old
+ new
@@ -3,14 +3,14 @@
require 'inky/rails/version'
Gem::Specification.new do |s|
s.name = 'inky-rb'
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.summary = 'Inky is an HTML-based templating language that converts simple HTML into complex, responsive email-ready HTML. Designed for Foundation for Emails'
+ s.description = 'Inky is an HTML-based templating language that converts simple HTML into complex, responsive email-ready HTML. Designed for Foundation for Emails'
+ s.authors = ["Foundation"]
+ s.email = ['contact@get.foundation']
+ s.homepage = 'https://github.com/foundation/inky-rb'
s.licenses = ['MIT']
s.files = `git ls-files -z`.split("\x0")
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.test_files = Dir['spec/**/*']