inky.gemspec in inky-rb-0.0.2 vs inky.gemspec in inky-rb-0.0.3

- old
+ new

@@ -1,7 +1,11 @@ +lib = File.expand_path('../lib', __FILE__) +$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) +require 'inky/rails/version' + Gem::Specification.new do |s| s.name = 'inky-rb' - s.version = '0.0.2' + s.version = Inky::Rails::VERSION s.date = '2016-02-12' 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']