bento-ya 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1a4c822515341e5603eb9e15b93258dc1ef854126b3eb35651d1dd5d49593eb
4
- data.tar.gz: 80ef9f0fa22dbaf70ccf295895fd58817593bfc9426ca96a205e875ecb4e0c7f
3
+ metadata.gz: 7872edc96d6dc537bece121af04e66cb7adfc73efc917f9dca38163ad82d3825
4
+ data.tar.gz: 709164d7132759335424bb7da48a956f0d2d4f361a0128ce13ff3eaf719774ce
5
5
  SHA512:
6
- metadata.gz: 0eca27852577687d20eb6b0ce43972b87c46316118cb543dc5c8d230876cf5116b7839ee52f1f5e91591846670fd3358291610be63ab704bf13fa8e298f8b2ed
7
- data.tar.gz: 31c46ec77a29e58d50d93bce3a57435d60e18a7d54b47873ad20f5c14db08830537cf022aa17b5adcac9409f50880ba2b1dcb5d1e8483e4c88accf6cc24361a2
6
+ metadata.gz: 2b10638662ceaa2ac2e8ab38282a26d406b8eb9a224cfc9ef7fe292544c550a8afeb52835a84032dda3a471d8cabb9c9acd52e8abbf37ed2045b3018a428c788
7
+ data.tar.gz: f070d593e1f415169d5cd3c972cecdb8e52714acf1e20a575f61e9cc01ff07f562f044c79322f83e0fca9639efd10490067050d0c81ca6216acad137eb39e2c0
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [v1.1.2](https://github.com/cheeseplus/bento-ya/tree/v1.1.2) (2018-08-14)
4
+ [Full Changelog](https://github.com/cheeseplus/bento-ya/compare/v1.1.1...v1.1.2)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Alter share\_disabled regex to catch all BSDs [\#41](https://github.com/cheeseplus/bento-ya/pull/41) ([cheeseplus](https://github.com/cheeseplus))
9
+
3
10
  ## [v1.1.1](https://github.com/cheeseplus/bento-ya/tree/v1.1.1) (2018-08-13)
4
11
  [Full Changelog](https://github.com/cheeseplus/bento-ya/compare/v1.1.0...v1.1.1)
5
12
 
@@ -44,7 +44,7 @@ class TestRunner
44
44
  md = box_metadata(md_json)
45
45
  @boxname = md["name"]
46
46
  @providers = md["providers"]
47
- @share_disabled = no_shared || /(freebsd|opensuse)/.match(boxname) ? true : false
47
+ @share_disabled = no_shared || /(bsd|opensuse)/.match(boxname) ? true : false
48
48
 
49
49
  dir = "#{File.expand_path("../../", File.dirname(__FILE__))}/templates"
50
50
  %w{.kitchen.yml bootstrap.sh}.each do |file|
@@ -1,3 +1,3 @@
1
1
  module Bento
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bento-ya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Thomas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-13 00:00:00.000000000 Z
11
+ date: 2018-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout