opennebula 4.1.80.beta → 4.2.0
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.
- data/NOTICE +1 -1
- data/lib/opennebula.rb +1 -1
- metadata +5 -5
data/NOTICE
CHANGED
|
@@ -22,7 +22,7 @@ The following people have contributed to the development of the technology
|
|
|
22
22
|
- Hector Sanjuan Redondo (hsanjuan@opennebula.org)
|
|
23
23
|
|
|
24
24
|
The new features for service elasticity (oneFlow) introduced in OpenNebula 4.2
|
|
25
|
-
were funded by
|
|
25
|
+
were funded by BlackBerry in the context of the Fund a Feature Program.
|
|
26
26
|
|
|
27
27
|
OpenNebula Project also acknowledges the contributions of C12G Labs developers.
|
|
28
28
|
|
data/lib/opennebula.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opennebula
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 4.2.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- OpenNebula
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nokogiri
|
|
@@ -106,9 +106,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
none: false
|
|
108
108
|
requirements:
|
|
109
|
-
- - ! '
|
|
109
|
+
- - ! '>='
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version:
|
|
111
|
+
version: '0'
|
|
112
112
|
requirements: []
|
|
113
113
|
rubyforge_project:
|
|
114
114
|
rubygems_version: 1.8.25
|