occi-core 5.0.0.beta.1 → 5.0.0.beta.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bac82f913d97840096bf9d40d0e492fec5ed3b8f
4
- data.tar.gz: dd0af74945ae6464ddf58e91cb4fa220d3409968
3
+ metadata.gz: b4675e314cf19f192bbcfece6cac431c9f5468b6
4
+ data.tar.gz: 74e07a50b255f6291fef53b63b41cdf25411557e
5
5
  SHA512:
6
- metadata.gz: 2fa653867bd073489c1b8f584125c6b5eff7d8675aad1298d0f5b1cef057d6327a076a7d938a70a0d1d1eb5a124d3258ccc57b8412c93fd6fe6a9cd150eb3a39
7
- data.tar.gz: b8b8ce1728507099d3b932e4abf9388f53256a0692628868c96bb98ab16998ba2d57d74cf3ffb68fe1470e8074980d2f83b790a37e78cc2685b1bae42d9dc3c6
6
+ metadata.gz: 2ef908e88ec86283347f10618e95466f3fa9c4a9580667cf2036d6efe8dcfe3f2960f9c1484da62a40621010f5b9efd8a25645dc27a7a9837c687a14547e4a16
7
+ data.tar.gz: 76722a02aa0d42edea99e22d65e048327dd3990c7ac34a486b146bad4b872634bcf78bc2dfbbaf63ad0108d2b46d10410d8e97cef9c61567885c0c9df22d88ae
@@ -128,7 +128,6 @@ module Occi
128
128
  # @param model [Occi::Core::Model] model instance for dereferencing (category look-up)
129
129
  # @return [Occi::Core::Category] instance located in the model
130
130
  def dereference_via_model(identifier, model)
131
- logger.debug "Dereferencing #{identifier.inspect} by look-up in model"
132
131
  model.find_by_identifier!(identifier)
133
132
  end
134
133
 
@@ -139,7 +138,6 @@ module Occi
139
138
  # @param hash [Hash] hash with known attribute definitions for dereferencing
140
139
  # @return [Occi::Core::AttributeDefinition] definition located in the hash
141
140
  def dereference_via_hash(identifier, hash)
142
- logger.debug "Dereferencing #{identifier.inspect} by look-up in hash"
143
141
  raise "Attribute definition #{identifier.inspect} not found in the hash" unless hash[identifier]
144
142
  hash[identifier]
145
143
  end
@@ -3,7 +3,7 @@ module Occi
3
3
  MAJOR_VERSION = 5 # Major update constant
4
4
  MINOR_VERSION = 0 # Minor update constant
5
5
  PATCH_VERSION = 0 # Patch/Fix version constant
6
- STAGE_VERSION = 'beta.1'.freeze # use `nil` for production releases
6
+ STAGE_VERSION = 'beta.2'.freeze # use `nil` for production releases
7
7
 
8
8
  unless defined?(::Occi::Core::VERSION)
9
9
  VERSION = [
@@ -1,5 +1,4 @@
1
1
  # :nodoc:
2
2
  class Hash
3
- include Yell::Loggable
4
3
  include Occi::Core::Helpers::HashDereferencer
5
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: occi-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.beta.1
4
+ version: 5.0.0.beta.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Parak
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-06-08 00:00:00.000000000 Z
13
+ date: 2017-06-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json