File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- bigrails-teams (0.1.0 )
4+ bigrails-teams (0.1.1 )
55 sorbet-runtime
66
77GEM
Original file line number Diff line number Diff line change 11Gem ::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 ' \
You can’t perform that action at this time.
0 commit comments