Skip to content

Commit

Permalink
Rename gem to bigrails-teams and reset version (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk authored May 6, 2022
1 parent 51564ad commit 4c72954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
teams (1.11.0)
bigrails-teams (0.1.0)
sorbet-runtime

GEM
Expand Down Expand Up @@ -29,7 +29,7 @@ GEM
rspec-support (3.10.2)
sorbet (0.5.9889)
sorbet-static (= 0.5.9889)
sorbet-runtime (0.5.9889)
sorbet-runtime (0.5.9976)
sorbet-static (0.5.9889-universal-darwin-14)
sorbet-static (0.5.9889-universal-darwin-15)
sorbet-static (0.5.9889-universal-darwin-16)
Expand All @@ -47,11 +47,11 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
bigrails-teams!
pry
rake
rspec (~> 3.0)
sorbet
teams!

BUNDLED WITH
2.3.9
1 change: 1 addition & 0 deletions lib/bigrails-teams.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'teams'
4 changes: 2 additions & 2 deletions teams.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'teams'
spec.version = '1.11.0'
spec.name = 'bigrails-teams'
spec.version = '0.1.0'
spec.authors = ['Gusto Engineers']
spec.email = ['dev@gusto.com']
spec.summary = 'A low-dependency gem for declaring and querying engineering teams'
Expand Down

0 comments on commit 4c72954

Please sign in to comment.