Skip to content

Commit 2a3d6f6

Browse files
Rename gem to avoid conflict and disambiguate with gems related to the other Cortex
1 parent 4a30f67 commit 2a3d6f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cortex (0.1.0)
4+
cortex-app-api (0.1.0)
55
httparty (~> 0.22)
66

77
GEM
@@ -76,7 +76,7 @@ PLATFORMS
7676
ruby
7777

7878
DEPENDENCIES
79-
cortex!
79+
cortex-app-api!
8080
httparty (~> 0.22)
8181
rake (~> 13.0)
8282
rspec (~> 3.0)

cortex.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_relative 'lib/cortex/version'
44

55
Gem::Specification.new do |spec|
6-
spec.name = 'cortex'
6+
spec.name = 'cortex-app-api'
77
spec.version = Cortex::VERSION
88
spec.authors = ['BetterUp Developers']
99

0 commit comments

Comments
 (0)