kitchen-digitalocean 0.6.1 → 0.6.3

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: 0a4eb54bf053b55cf54fc8432b5d8f193d94377c
4
- data.tar.gz: 9b6d7113215f7ce1f8e53b85eea5a946179aceed
3
+ metadata.gz: c7add48870dfbe430528bc04a0d315a2237442f6
4
+ data.tar.gz: c42f6d48aa0a905d2cbd95a0d573e8f2fed99349
5
5
  SHA512:
6
- metadata.gz: c1686ebcbd4fbb122c550a1d1e2a3cf542a73e6ddc5216a076da5824b2205eda376c7cfe798c244dab9ca1cbc64d404698545079a43793f970ae5f844400ee59
7
- data.tar.gz: bd142a0abf7a25748b496939460d3903506e03e099a1e6d5cce0ed99323a78da4377349c6eeae191bcd3f27149b0184744c5863065bf6125d1d208853778fa57
6
+ metadata.gz: a1139700e4ea8c77d4d146954faa64414f2fb6f13d765724c04a374cb3396808e25234a21055b8e085d6cc8930da3ef91698cd6c16843356122a21a084486cea
7
+ data.tar.gz: e14a6d0bc9205b2c4accf816b6483d93eb0320bdeba463c49f8120a4bb7f4473306082eaf403838692c8c53b6da8bf5b5bd7cc52464d9244691356661cfc7b58
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # 0.6.3 / 2014-04-28
2
+
3
+ * I messed up the release process for 0.6.2 and yanked it, this is the same as 0.6.2 was meant to be, sorry.
4
+
5
+ # 0.6.2 / 2014-04-28
6
+
7
+ * [@juliandunn](https://github.com/juliandunn) [PR #11] Updated new image IDs from DigitalOcean.
8
+
1
9
  # 0.6.1 / 2014-04-12
2
10
 
3
11
  * [@juliandunn](https://github.com/juliandunn) [PR #9] DigitalOcean updated some images so the IDs required fixing.
@@ -5,13 +5,15 @@
5
5
  "ubuntu-12.10": "3101891",
6
6
  "ubuntu-13.04": "350076",
7
7
  "ubuntu-13.10": "3101918",
8
+ "ubuntu-14.04": "3240036",
8
9
  "centos-5.8": "1601",
9
- "centos-6.5": "3102789",
10
+ "centos-6.5": "3240850",
10
11
  "centos-6.4": "562354",
11
12
  "debian-6.0": "12573",
12
13
  "debian-7.0": "3102387",
13
14
  "fedora-17": "32428",
14
15
  "fedora-19": "3102879",
16
+ "fedora-20": "3243145",
15
17
  "archlinux-2013.05": "350424"
16
18
  },
17
19
  "flavors": {
@@ -19,7 +19,7 @@
19
19
  module Kitchen
20
20
  module Driver
21
21
  # Version string for Digital Ocean Kitchen driver
22
- DIGITALOCEAN_VERSION = '0.6.1'
22
+ DIGITALOCEAN_VERSION = '0.6.3'
23
23
  end
24
24
  end
25
25
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-digitalocean
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Fitzgerald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-13 00:00:00.000000000 Z
11
+ date: 2014-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen