kitchen-joyent 0.2.1 → 0.2.2

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: 17150f45297853ee4ce3fc3fe3bc45fb56c147d6
4
- data.tar.gz: 544dff8f6217b29abeddf1dada5b74d96adb2a66
3
+ metadata.gz: af16873f30ba29ef1826cec0ce5cbac6ee97990f
4
+ data.tar.gz: 992a842a7089c18318a0f12222cf8c6a8fd4bf0a
5
5
  SHA512:
6
- metadata.gz: e6c3d39da70ff3764ab0f279505a447f0bdb7ee6c7ec7eb29d93d6d296a526440cef8312dcca494dbccff4b06f3e707e4d7d12b9fedfb751fedb06e55bfaa729
7
- data.tar.gz: 20e69c3c9ab1ea9a784ae3e06d2a746fb508f828487217a9f263a41082e748a0c20753e09d910a0a03d9c341acffa659b6d0f85810355ec512aa1f5baa169b5b
6
+ metadata.gz: 30cda5495ac674bcc00b7100815e84a2d6df8ea8964b698c13aa797ca4065e240f5acb32660bfa69df6ef62e27b6331a68870895fec124354074dfa51cd05081
7
+ data.tar.gz: 563aeec9fdf70ac6d405dc3f05991b7e13b2995cf491dffb122f798366478d32b6cec2457f77b577f0fcb239fb090baaeefecfa03cbfa4db1986bfe9ae07f048
@@ -1,3 +1,7 @@
1
+ v0.2.2 (2015-03-10)
2
+ -------------------
3
+ - Fixing bug in joyent_image_name regex
4
+
1
5
  v0.2.1 (2015-03-10)
2
6
  -------------------
3
7
  - Dropping invalid characters for joyent_image_name
@@ -91,7 +91,7 @@ module Kitchen
91
91
  compute_def = {
92
92
  dataset: config[:joyent_image_id],
93
93
  package: config[:joyent_flavor_id],
94
- name: config[:joyent_image_name].gsub!(/_/, '-').gsub!(/[^0-9A-Za-z\.-]/, ''),
94
+ name: config[:joyent_image_name].gsub(/_/, '-').gsub(/[^0-9A-Za-z\.-]/, ''),
95
95
  }
96
96
 
97
97
  # Requires "joyent_version" >= 7.0
@@ -20,6 +20,6 @@ module Kitchen
20
20
  # Kitchen
21
21
  module Driver
22
22
  # Version string for Joyent Kitchen provider
23
- JOYENT_VERSION = '0.2.1'
23
+ JOYENT_VERSION = '0.2.2'
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-joyent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean OMeara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-10 00:00:00.000000000 Z
11
+ date: 2015-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen