egonil.gemspec in egonil-1.0.0 vs egonil.gemspec in egonil-1.0.1

- old
+ new

@@ -6,16 +6,16 @@ gem.name = "egonil" gem.version = Egonil::VERSION gem.summary = "Egocentric nil" gem.description = "Creates a block, where nil does not raise NoMethodErrors." gem.authors = ["Jan Lelis"] - gem.email = ["mail@janlelis.de"] + gem.email = ["hi@ruby.consulting"] gem.homepage = "https://github.com/janlelis/egonil" gem.license = "MIT" gem.files = Dir["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^pkg/ } 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