Skip to content

Commit f6cb445

Browse files
committed
Minor fix
1 parent 35c9464 commit f6cb445

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
numbata-highrise (3.0.7)
4+
highrise (3.0.7)
55
activeresource (~> 3.0)
66

77
GEM
@@ -37,6 +37,6 @@ PLATFORMS
3737
ruby
3838

3939
DEPENDENCIES
40-
numbata-highrise!
40+
highrise!
4141
rake (= 0.8.7)
4242
rspec (~> 2.0.1)

highrise.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33
require "highrise/version"
44

55
Gem::Specification.new do |s|
6-
s.name = "numbata-highrise"
6+
s.name = "highrise"
77
s.version = Highrise::VERSION
88
s.platform = Gem::Platform::RUBY
99

0 commit comments

Comments
 (0)