fog-brightbox 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7cd8735538d2a88667029cca89e20489a6be746a
4
- data.tar.gz: 8ec08a6ce320858bd2b27c4abb46844772d904ad
3
+ metadata.gz: d4245d9ea64a448a89e941afe29357304a8d8898
4
+ data.tar.gz: 3a574da81873d44a1b27822e0d3d81ed5a290835
5
5
  SHA512:
6
- metadata.gz: f9c0c2eb4061346340cfe8334d330d9700bc2028ad5fd33071675f8e5fe03634d0fb873b77eb444d7a069f4ea6a7af5ed80a0be9de1705794fa065e188e864ef
7
- data.tar.gz: e03daebe3995bbb19500e3aa194b8e8f5161889420a3580902f0d190bfe6bb214e7d8dc4a8e049e11a9f3304b1db0bdb25231e85fc6f4d4e735bc72f1c0a1720
6
+ metadata.gz: e0497c475d939b78328db6bdf7505390602221b878bd0137c344ae8297efbfdb51ab0b5d75877d7a9d4987c7053eedbbe4718f1de3768f20d8dddb5a4d7d2d32
7
+ data.tar.gz: fb519a8de1e1c2ba343ee99ae20f443633124e619464742317c176fddb864456bc3497fa04e3ec5d2106e626d6c9265dd5b60a7518e095e5e0ff7d51f528fd78
@@ -4,6 +4,8 @@ rvm:
4
4
  - 2.2.0
5
5
  - 2.1.5
6
6
  - 2.0.0
7
+ before_install:
8
+ - gem install bundler
7
9
  matrix:
8
10
  include:
9
11
  - rvm: 1.9.3
@@ -1,3 +1,11 @@
1
+ ### 0.14.0 / 2017-10-30
2
+
3
+ Enhancements:
4
+
5
+ * Added `public_ipv6` and `public_ipv4` attributes to `CloudIp` model to access
6
+ both types of exposed IP addresses. The deprecated `public_ip` attribute
7
+ remains.
8
+
1
9
  ### 0.13.0 / 2017-08-01
2
10
 
3
11
  Enhancements:
@@ -12,6 +12,8 @@ module Fog
12
12
 
13
13
  attribute :reverse_dns
14
14
  attribute :public_ip
15
+ attribute :public_ipv4
16
+ attribute :public_ipv6
15
17
  attribute :fqdn
16
18
 
17
19
  # Links - to be replaced
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module Brightbox
3
- VERSION = "0.13.0"
3
+ VERSION = "0.14.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-brightbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Thornthwaite
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-01 00:00:00.000000000 Z
11
+ date: 2017-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-core