occi 2.5.0 → 2.5.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.
@@ -58,6 +58,12 @@ module OCCI
58
58
  @attributes=attributes
59
59
  end
60
60
 
61
+ # set id for entity
62
+ # @param [UUIDTools::UUID] id
63
+ def id=(id)
64
+ @attributes.occi!.core!.id = id
65
+ end
66
+
61
67
  # @return [UUIDTools::UUID] id of the entity
62
68
  def id
63
69
  @attributes.occi!.core!.id
data/lib/occi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module OCCI
2
- VERSION = "2.5.0" unless defined?(::OCCI::VERSION)
2
+ VERSION = "2.5.1" unless defined?(::OCCI::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: occi
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: