added.gemspec in added-1.0.1 vs added.gemspec in added-1.0.2

- old
+ new

@@ -7,15 +7,15 @@ gem.version = Added::VERSION gem.summary = 'Added hook.' gem.description = 'Module#added: A unified module hook to run code on all instances when adding the module.' gem.license = "MIT" gem.authors = ["Jan Lelis"] - gem.email = "mail@janlelis.de" + gem.email = "hi@ruby.consulting" gem.homepage = "https://github.com/janlelis/added" gem.files = Dir['{**/}{.*,*}'].select { |path| File.file?(path) } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib'] - gem.required_ruby_version = '~> 2.0' + gem.required_ruby_version = '>= 2.0' end