mailstro-ruby.gemspec in mailstro-0.0.6 vs mailstro-ruby.gemspec in mailstro-0.0.7
- old
+ new
@@ -4,14 +4,14 @@
require 'mailstro/version'
Gem::Specification.new do |spec|
spec.name = "mailstro"
spec.version = Mailstro::VERSION
- spec.authors = ["Keith Pitt"]
- spec.email = ["me@keithpitt.com"]
- spec.description = %q{Ruby notifier for mailstro.co}
- spec.summary = %q{Ruby notifier for mailstro.co}
- spec.homepage = "http://www.mailstro.co"
+ spec.authors = ["Keith Pitt", "Shanon McQuay"]
+ spec.email = ["keith@mailstroapp.com", "shanon@mailstroapp.com"]
+ spec.description = %q{Ruby wrapper for mailstroapp.com}
+ spec.summary = %q{Ruby wrapper for mailstroapp.com}
+ spec.homepage = "https://www.mailstroapp.com"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})