ey-core 3.1.0 → 3.1.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.
- checksums.yaml +4 -4
- data/lib/ey-core/models/server.rb +2 -1
- data/lib/ey-core/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d7bcd4cab04e3baa4a9d4f97d007a8bcd62d6c5
|
|
4
|
+
data.tar.gz: f897fde6a12166f73c6a2c0100531c8649736b23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 021ac450b91dc03a331ab9115c774c3d8573dc5a81cec1e98af8c1980928b33b7b54b81108a23876164803b2efbb18808003dbb25113b9393da1f4a9484fecfe
|
|
7
|
+
data.tar.gz: 194bb3a534230d94ed4be5afec22c8bc80a9341410da7bf56892d6824b3831d77237e9ab70876f7f0bb7a8f6c36ed2b48ec5eb3e53a3842aa394c2cb201de221
|
|
@@ -35,7 +35,7 @@ class Ey::Core::Client::Server < Ey::Core::Model
|
|
|
35
35
|
has_many :firewalls
|
|
36
36
|
has_many :logs
|
|
37
37
|
|
|
38
|
-
attr_accessor :mnt_volume_size, :volume_size, :iops, :snapshot_id
|
|
38
|
+
attr_accessor :mnt_volume_size, :volume_size, :iops, :snapshot_id, :force
|
|
39
39
|
|
|
40
40
|
def apply(type="main")
|
|
41
41
|
requires :identity
|
|
@@ -67,6 +67,7 @@ class Ey::Core::Client::Server < Ey::Core::Model
|
|
|
67
67
|
"environment" => environment.id,
|
|
68
68
|
"wait_for_chef" => self.wait_for_chef,
|
|
69
69
|
"snapshot" => self.snapshot_id,
|
|
70
|
+
"force" => self.force,
|
|
70
71
|
"server" => {
|
|
71
72
|
"flavor" => self.flavor_id,
|
|
72
73
|
"iops" => self.iops,
|
data/lib/ey-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ey-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Lane
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|
|
@@ -742,7 +742,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
742
742
|
version: '0'
|
|
743
743
|
requirements: []
|
|
744
744
|
rubyforge_project:
|
|
745
|
-
rubygems_version: 2.5
|
|
745
|
+
rubygems_version: 2.4.5
|
|
746
746
|
signing_key:
|
|
747
747
|
specification_version: 4
|
|
748
748
|
summary: Client library providing real and mock functionality for accessing Engine
|