Skip to content

Commit 040f52c

Browse files
committed
Update gemspec to point to GitLab
1 parent f0d5ef2 commit 040f52c

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

Diff for: .travis.yml

-16
This file was deleted.

Diff for: envied.gemspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ require "envied/version"
66
Gem::Specification.new do |spec|
77
spec.name = "envied"
88
spec.version = ENVied::VERSION
9-
spec.authors = ["Gert Goet", "Javier Julio"]
10-
9+
spec.authors = ["Gert Goet"]
10+
spec.email = ["[email protected]"]
1111
spec.summary = %q{Ensure presence and type of ENV-variables}
1212
spec.description = %q{Ensure presence and type of your app's ENV-variables.}
13-
spec.homepage = "https://github.com/eval/envied"
13+
spec.homepage = "https://gitlab.com/envied/envied/tree/master#envied"
1414
spec.license = "MIT"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
17-
spec.metadata["source_code_uri"] = "https://github.com/eval/envied.git"
18-
spec.metadata["changelog_uri"] = "https://github.com/eval/envied/blob/master/CHANGELOG.md"
17+
spec.metadata["source_code_uri"] = "https://gitlab.com/envied/envied.git"
18+
spec.metadata["changelog_uri"] = "https://gitlab.com/envied/envied/blob/master/CHANGELOG.md"
1919

2020
# Specify which files should be added to the gem when it is released.
2121
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)