occi-core 4.2.6 → 4.2.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 55c4ffb877bc923ee40bd01f091ba0b124289828
4
- data.tar.gz: 4d4586c406eb9002cd5ffb3d73487b43bc86bdcf
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YzcwYjFmMTUyNWUwN2FkNGU1MjA1NjU1ZGZjZjQ5YjFkZDJiZjU5MA==
5
+ data.tar.gz: !binary |-
6
+ NmRlZjVhZmQ5ZDQ2MjE2NzQwMGNiMmYwNGMxOGY0M2ZiZTljM2Q3ZQ==
5
7
  SHA512:
6
- metadata.gz: 64d75f1187fb40eaa6fb2b83264c6a1ef9ec18b8d171af3689da6db9e50e0d42be91503c314ddf27d96e008edc1bb3774d9a303709029bacfbaaf80064543b14
7
- data.tar.gz: c06ed353a0c359ea1465b91ef0db4b3994bd1a7f168895f4a3ded5543ffb6f9435e6301c32d5c9d402d47bb10e919e92e3b4aeccd2055f959bea3db09e6cef59
8
+ metadata.gz: !binary |-
9
+ YTYxYTczMWVjZjM0ZWNhNzI4MmY0MDMxNmJhYThjZWU0M2VjNzkzOTdkOTE5
10
+ MDc4YWE3ZTM1ZDU5NGNmNzY0Njk0NDg3NzI1NDk2N2YyZTUzYjUxNjJlOTNl
11
+ MGE2MTFmMjk1M2QxODUxYTg1NDMyMGRmODgwOTA4YTUwM2FiZTE=
12
+ data.tar.gz: !binary |-
13
+ ZDFjMmViMmRlMDk0YjAxNjcwNWM1NjgwMDA1MWViY2FiYTkzMmNkMDgwNjkx
14
+ M2E2Mjk2MTY5MzhjOTE5OGNjZThhY2M5OTlkMTVhZmQxZDljY2E3MmUxNTZi
15
+ OGMwODg1YzM5YTMwMGJiYTQ0ZjNlYjYwOTUyZDViN2Q3ZGJlYjA=
@@ -23,7 +23,7 @@ module Occi
23
23
  suspend = Occi::Core::Action.new scheme='http://schemas.ogf.org/occi/infrastructure/compute/action#',
24
24
  term='suspend',
25
25
  title='suspend compute instance'
26
- suspend.attributes['metod'] = {:mutable => true,
26
+ suspend.attributes['method'] = {:mutable => true,
27
27
  :pattern => 'hibernate|suspend',
28
28
  :default => 'suspend'}
29
29
 
@@ -22,7 +22,8 @@ module Occi
22
22
  term='resize',
23
23
  title='resize storage'
24
24
  resize.attributes['size'] = {:type => 'number',
25
- :mutable => true}
25
+ :mutable => true,
26
+ :required => true}
26
27
 
27
28
  self.actions = Occi::Core::Actions.new << online << offline << backup << snapshot << resize
28
29
 
data/lib/occi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Occi
2
- VERSION = "4.2.6" unless defined?(::Occi::VERSION)
2
+ VERSION = "4.2.7" 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.6
4
+ version: 4.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Feldhaus
@@ -10,48 +10,48 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-02-03 00:00:00.000000000 Z
13
+ date: 2014-02-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - '>='
19
+ - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
- - - '>='
26
+ - - ! '>='
27
27
  - !ruby/object:Gem::Version
28
28
  version: '0'
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: hashie
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
- - - '>='
33
+ - - ! '>='
34
34
  - !ruby/object:Gem::Version
35
35
  version: '0'
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - '>='
40
+ - - ! '>='
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: uuidtools
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - '>='
47
+ - - ! '>='
48
48
  - !ruby/object:Gem::Version
49
49
  version: 2.1.3
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - '>='
54
+ - - ! '>='
55
55
  - !ruby/object:Gem::Version
56
56
  version: 2.1.3
57
57
  - !ruby/object:Gem::Dependency
@@ -86,14 +86,14 @@ dependencies:
86
86
  name: settingslogic
87
87
  requirement: !ruby/object:Gem::Requirement
88
88
  requirements:
89
- - - '>='
89
+ - - ! '>='
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  type: :runtime
93
93
  prerelease: false
94
94
  version_requirements: !ruby/object:Gem::Requirement
95
95
  requirements:
96
- - - '>='
96
+ - - ! '>='
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  description: OCCI is a collection of classes to simplify the implementation of the
@@ -253,12 +253,12 @@ require_paths:
253
253
  - lib
254
254
  required_ruby_version: !ruby/object:Gem::Requirement
255
255
  requirements:
256
- - - '>='
256
+ - - ! '>='
257
257
  - !ruby/object:Gem::Version
258
258
  version: 1.9.3
259
259
  required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  requirements:
261
- - - '>='
261
+ - - ! '>='
262
262
  - !ruby/object:Gem::Version
263
263
  version: '0'
264
264
  requirements: []