envied.gemspec in envied-0.9.2 vs envied.gemspec in envied-0.9.3

- old
+ new

@@ -8,10 +8,10 @@ spec.version = ENVied::VERSION spec.authors = ["Gert Goet", "Javier Julio"] spec.email = ["gert@thinkcreate.nl", "jjfutbol@gmail.com"] spec.summary = %q{Ensure presence and type of ENV-variables} spec.description = %q{Ensure presence and type of your app's ENV-variables.} - spec.homepage = "https://github.com/eval/envied" + spec.homepage = "https://gitlab.com/envied/envied/tree/master#envied" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})