restpack-core-client 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ module RestPack::Core::Client
19
19
 
20
20
  def known_domain_names
21
21
  configuration = get_configuration_by_key(:domains)
22
- configuration.present? ? configuration.value : {}
22
+ configuration.nil? ? {} : configuration.value
23
23
  end
24
24
 
25
25
  def home_domain #TODO: GJ: dynamic
@@ -1,7 +1,7 @@
1
1
  module RestPack
2
2
  module Core
3
3
  module Client
4
- VERSION = "0.1.12"
4
+ VERSION = "0.1.13"
5
5
  end
6
6
  end
7
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.12
4
+ version: 0.1.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: