We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a30f67 commit 2a3d6f6Copy full SHA for 2a3d6f6
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- cortex (0.1.0)
+ cortex-app-api (0.1.0)
5
httparty (~> 0.22)
6
7
GEM
@@ -76,7 +76,7 @@ PLATFORMS
76
ruby
77
78
DEPENDENCIES
79
- cortex!
+ cortex-app-api!
80
81
rake (~> 13.0)
82
rspec (~> 3.0)
cortex.gemspec
@@ -3,7 +3,7 @@
require_relative 'lib/cortex/version'
Gem::Specification.new do |spec|
- spec.name = 'cortex'
+ spec.name = 'cortex-app-api'
spec.version = Cortex::VERSION
8
spec.authors = ['BetterUp Developers']
9
0 commit comments