restpack-web 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,9 +8,9 @@ module RestPack
8
8
  @app = app
9
9
 
10
10
  options[:core_domain] ||= ENV['RESTPACK_CORE_SERVICE']
11
- options[:password] ||= ENV['RESTPACK_ACCESS_KEY']
11
+ options[:access_key] ||= ENV['RESTPACK_ACCESS_KEY']
12
12
 
13
- @core_cache = RestPack::Core::Client::Cache.create(options[:core_domain], options[:password])
13
+ @core_cache = RestPack::Core::Client::Cache.create(options[:core_domain], options[:access_key])
14
14
  end
15
15
 
16
16
  def call(env)
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: