restpack-web 0.2.25 → 0.2.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,8 @@ module RestPack
9
9
 
10
10
  options[:core_domain] ||= ENV['RESTPACK_CORE_SERVICE']
11
11
  options[:access_key] ||= ENV['RESTPACK_ACCESS_KEY']
12
+
13
+ p "RestPack::Web::App.initialize: core_domain #{options[:core_domain]}"
12
14
  @options = options
13
15
 
14
16
  unless options[:core_domain] || options[:access_key]
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.2.25"
3
+ VERSION = "0.2.26"
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.2.25
4
+ version: 0.2.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: