restpack-core-client 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,8 +8,8 @@ module RestPack
8
8
  @channels = {}
9
9
  end
10
10
 
11
- def self.create(domain, password)
12
- api = RestPack::Core::Client::API.new(domain, password)
11
+ def self.create(domain, access_key)
12
+ api = RestPack::Core::Client::API.new(domain, access_key)
13
13
  Cache.new(api)
14
14
  end
15
15
 
@@ -1,7 +1,7 @@
1
1
  module RestPack
2
2
  module Core
3
3
  module Client
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
6
6
  end
7
- end
7
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-core-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: