armoire.gemspec in armoire-1.3.0 vs armoire.gemspec in armoire-1.4.0
- old
+ new
@@ -4,14 +4,14 @@
require 'armoire/version'
Gem::Specification.new do |spec|
spec.name = "armoire"
spec.version = Armoire::VERSION
- spec.authors = ["Michael Smith"]
- spec.email = ["mike@spokefire.co.uk"]
+ spec.authors = ["Michael Smith", "onthebeach"]
+ spec.email = ["mike@spokefire.co.uk", "development@onthebeach.co.uk"]
spec.description = %q{A simple configuration tool}
spec.summary = %q{A simple configuration tool}
- spec.homepage = "https://github.com/mikespokefire/armoire"
+ spec.homepage = "https://github.com/onthebeach/armoire"
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)/})