Skip to content

Commit f558e16

Browse files
author
Alex Evanczuk
authored
Correct URLs in teams.gemspec (#3)
1 parent 4c72954 commit f558e16

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
bigrails-teams (0.1.0)
4+
bigrails-teams (0.1.1)
55
sorbet-runtime
66

77
GEM

teams.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'bigrails-teams'
3-
spec.version = '0.1.0'
3+
spec.version = '0.1.1'
44
spec.authors = ['Gusto Engineers']
55
spec.email = ['[email protected]']
66
spec.summary = 'A low-dependency gem for declaring and querying engineering teams'
77
spec.description = 'A low-dependency gem for declaring and querying engineering teams'
8-
spec.homepage = 'https://github.com/bigrails/teams'
8+
spec.homepage = 'https://github.com/bigrails/bigrails-teams'
99
spec.license = 'MIT'
1010

1111
if spec.respond_to?(:metadata)
1212
spec.metadata['homepage_uri'] = spec.homepage
13-
spec.metadata['source_code_uri'] = 'https://github.com/bigrails/teams'
14-
spec.metadata['changelog_uri'] = 'https://github.com/bigrails/teams/releases'
13+
spec.metadata['source_code_uri'] = 'https://github.com/bigrails/bigrails-teams'
14+
spec.metadata['changelog_uri'] = 'https://github.com/bigrails/bigrails-teams/releases'
1515
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
1616
else
1717
raise 'RubyGems 2.0 or newer is required to protect against ' \

0 commit comments

Comments
 (0)