website.gemspec in website-1.0.0 vs website.gemspec in website-1.0.1

- old
+ new

@@ -6,17 +6,17 @@ gem.name = "website" gem.version = Website::VERSION gem.summary = "Open the github repo for the current project in your default browser." gem.description = "Open the github repo for the current project in your default browser. Usage: In a folder with a git repo, run: $ website" gem.authors = ["Jan Lelis"] - gem.email = ["mail@janlelis.de"] + gem.email = ["hi@ruby.consulting"] gem.homepage = "https://github.com/janlelis/website" 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.add_dependency "launchy", "~> 2.4" + gem.required_ruby_version = ">= 2.0" + gem.add_dependency "launchy", "~> 2.5" end