restpack-web 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,10 @@ module RestPack
13
13
 
14
14
  def call(env)
15
15
  begin #TODO: GJ: cache should handle errors gracefully
16
+
17
+ p " - env[RESTPACK_ACCESS_KEY]: #{env['RESTPACK_ACCESS_KEY']}"
18
+ p " - ENV[RESTPACK_ACCESS_KEY]: #{ENV['RESTPACK_ACCESS_KEY']}"
19
+
16
20
  env[:restpack] ||= {}
17
21
 
18
22
  host = env["SERVER_NAME"]
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
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.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: