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 +4 -4
- data/CHANGELOG.md +8 -0
- data/data/digitalocean.json +3 -1
- data/lib/kitchen/driver/digitalocean_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7add48870dfbe430528bc04a0d315a2237442f6
|
|
4
|
+
data.tar.gz: c42f6d48aa0a905d2cbd95a0d573e8f2fed99349
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
data/data/digitalocean.json
CHANGED
|
@@ -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": "
|
|
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": {
|
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.
|
|
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-
|
|
11
|
+
date: 2014-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: test-kitchen
|