restpack-web 0.1.21 → 0.1.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,8 @@ module RestPack
10
10
  options[:core_domain] ||= ENV['RESTPACK_CORE_SERVICE']
11
11
  options[:access_key] ||= ENV['RESTPACK_ACCESS_KEY']
12
12
 
13
+ raise "missing configuration" unless options[:core_domain] || options[:access_key]
14
+
13
15
  p "RestPack options: #{options}"
14
16
 
15
17
  @core_cache = RestPack::Core::Client::Cache.create(options[:core_domain], options[:access_key])
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.1.21"
3
+ VERSION = "0.1.22"
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.21
4
+ version: 0.1.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: