ahoy_email.gemspec in ahoy_email-0.2.2 vs ahoy_email.gemspec in ahoy_email-0.2.3

- old
+ new

@@ -1,16 +1,16 @@ # coding: utf-8 -lib = File.expand_path('../lib', __FILE__) +lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) -require 'ahoy_email/version' +require "ahoy_email/version" Gem::Specification.new do |spec| spec.name = "ahoy_email" spec.version = AhoyEmail::VERSION spec.authors = ["Andrew Kane"] spec.email = ["andrew@chartkick.com"] - spec.summary = %q{Simple, powerful email tracking for Rails} - spec.description = %q{Simple, powerful email tracking for Rails} + spec.summary = "Simple, powerful email tracking for Rails" + spec.description = "Simple, powerful email tracking for Rails" spec.homepage = "https://github.com/ankane/ahoy_email" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }