occi-core 4.2.0 → 4.2.1

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.
@@ -293,6 +293,8 @@ module Occi
293
293
  end
294
294
 
295
295
  def add_missing_attributes(attributes, definitions, set_defaults)
296
+ attributes ||= Occi::Core::Attributes.new
297
+
296
298
  definitions.each_key do |key|
297
299
  next if key =~ /^_/
298
300
 
data/lib/occi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Occi
2
- VERSION = "4.2.0" unless defined?(::Occi::VERSION)
2
+ VERSION = "4.2.1" unless defined?(::Occi::VERSION)
3
3
  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: 4.2.0
4
+ version: 4.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-12-03 00:00:00.000000000 Z
14
+ date: 2013-12-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json
@@ -276,7 +276,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
276
276
  version: '0'
277
277
  segments:
278
278
  - 0
279
- hash: 4355296233870800416
279
+ hash: 499425288869008081
280
280
  requirements: []
281
281
  rubyforge_project:
282
282
  rubygems_version: 1.8.25