kitchen-digitalocean 0.6.3 → 0.6.4

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: c7add48870dfbe430528bc04a0d315a2237442f6
4
- data.tar.gz: c42f6d48aa0a905d2cbd95a0d573e8f2fed99349
3
+ metadata.gz: a805eadfb3a4bafb3c4bd6b6060d170fc191d507
4
+ data.tar.gz: c71f2be954f085143a6b0963e851936184f2907a
5
5
  SHA512:
6
- metadata.gz: a1139700e4ea8c77d4d146954faa64414f2fb6f13d765724c04a374cb3396808e25234a21055b8e085d6cc8930da3ef91698cd6c16843356122a21a084486cea
7
- data.tar.gz: e14a6d0bc9205b2c4accf816b6483d93eb0320bdeba463c49f8120a4bb7f4473306082eaf403838692c8c53b6da8bf5b5bd7cc52464d9244691356661cfc7b58
6
+ metadata.gz: e28f7444111dfdda0ff0e43714cd242736b8ec7bda1196d383bc3a92487344ca09c09ef72ab99228def885e40d8f3a368bc28de1acc2f76757ab4ee0d2264ac1
7
+ data.tar.gz: 3402d1c69e89a43c77006c718fe17ddea073d5e4119f8f1e487c7924443726ddb2de52236387d6ded3ee16caf81ee0158ea09a2934a424b425d9d49ec9e9cbbc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # 0.6.3 / 2014-04-28
2
2
 
3
+ * Update image list.
4
+
5
+ # 0.6.3 / 2014-04-28
6
+
3
7
  * 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
8
 
5
9
  # 0.6.2 / 2014-04-28
@@ -3,14 +3,13 @@
3
3
  "ubuntu-10.04": "14097",
4
4
  "ubuntu-12.04": "3101045",
5
5
  "ubuntu-12.10": "3101891",
6
- "ubuntu-13.04": "350076",
7
6
  "ubuntu-13.10": "3101918",
8
7
  "ubuntu-14.04": "3240036",
9
8
  "centos-5.8": "1601",
10
9
  "centos-6.5": "3240850",
11
10
  "centos-6.4": "562354",
12
11
  "debian-6.0": "12573",
13
- "debian-7.0": "3102387",
12
+ "debian-7.0": "3445812",
14
13
  "fedora-17": "32428",
15
14
  "fedora-19": "3102879",
16
15
  "fedora-20": "3243145",
@@ -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.3'
22
+ DIGITALOCEAN_VERSION = '0.6.4'
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.3
4
+ version: 0.6.4
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-29 00:00:00.000000000 Z
11
+ date: 2014-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen