rubber 2.12.0 → 2.12.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0c241edcf70cad1688c5546d8aa21d2afa70c11
4
- data.tar.gz: aacfc3fdd0c3d1611f26dc338fecb1c80549ef3d
3
+ metadata.gz: 58f8521d2799967f45c6f1abaf6dcc9dad64686c
4
+ data.tar.gz: 38127a11309bcad6750f8d9a5090c759e75d612b
5
5
  SHA512:
6
- metadata.gz: 9c9ec2602ebe633357cbadce74ebf93466bc53bb3bf0574bc551ea73fd9b90a501bcfe684a4fa20d23d1d99fc89ac8775cb28b76aa20ddb9243549242149085e
7
- data.tar.gz: 885ea154a928f2438c8ed5b2ea86e85a80b24286f36097670cb9205822f259fc934dcc73267321e53a9f473f809997158394944c65d7a37348c4bea9d129edd8
6
+ metadata.gz: 69f3f31d5194d6e80913b36a15dacd05366c55a8c89b0aa058c632c6e0200471e5a09d043f99f418199f9f413038440d93d494ad84d1ba006d0292b7bb34d616
7
+ data.tar.gz: 13fab7730fbf679659c4229e60fc1ae14a65c1c46e5a73ba00677c1480c94cacd92906ed0f0ba4909a0f4c69533a9365b69cda836e67b556fbd3c0a9b82a9639
data/CHANGELOG CHANGED
@@ -1,3 +1,11 @@
1
+ 2.12.1 (08/19/2014)
2
+
3
+ Bug Fixes:
4
+ =========
5
+
6
+ [base] Ubuntu 12.04.4 x64 is no longer a valid image for Digital Ocean. <3587f02>
7
+
8
+
1
9
  2.12.0 (08/19/2014)
2
10
 
3
11
  New Features:
@@ -1,3 +1,3 @@
1
1
  module Rubber
2
- VERSION = '2.12.0'.freeze
2
+ VERSION = '2.12.1'.freeze
3
3
  end
@@ -118,7 +118,7 @@ cloud_providers:
118
118
  region: New York 2
119
119
 
120
120
  # REQUIRED: The image name and type for creating instances.
121
- image_id: Ubuntu 12.04.4 x64
121
+ image_id: Ubuntu 12.04.5 x64
122
122
  image_type: 512MB
123
123
 
124
124
  # Optionally enable private networking for your instances.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubber
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.0
4
+ version: 2.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Conway