sambot 0.1.177 → 0.1.178

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: 3513b3621444961f5b4d80e09e339a2e6f2e95bb
4
- data.tar.gz: 813c5ed287f3543cd8abd491903070c4d1b61470
3
+ metadata.gz: 5765d9dc51f85ddd7a58784b996444a30023a0f2
4
+ data.tar.gz: 3286429d57369a7968bc2ffd0e74784d1404ac58
5
5
  SHA512:
6
- metadata.gz: 31b87d378a59656fc8245b56da4935f5304ce9f3394756988c10fdad90fc9cbedbacff9d9e966491dcb027db0613014b615e0a353510ef4b4fde4a91f29e6113
7
- data.tar.gz: 2600afb4a83ad91b5d2a5369745cd263b3cff3bfdc532c77c61fc7d5fbbaff54e2d711a0ceb2aedad73292081ce36204e76286a2d7d9f27374e0765c461ab620
6
+ metadata.gz: ac4bf37f94930957188b13f9805f0805f458731658a25207c027a4abcfdf1aa31093ad29e29d3c319f2d218c6046320ad84914743879dda8ba79c3ba8d070f49
7
+ data.tar.gz: c51a0fb82a4271539bfb2316cacb0f524e406ab4a71c90d297964c305b7b4bacfcdf0b24a94bc183dea88c218ca9f318a6854a97ad16cd40070db5e71ebb8706
@@ -34,4 +34,5 @@ teamcity.sh
34
34
  winrm_config
35
35
  Vagrantfile.erb
36
36
  *bootstrap.sh
37
+ *bootstrap.ps1
37
38
  .DS_Store
@@ -1,5 +1,5 @@
1
1
  #!/bin/sh
2
- chef exec sambot build
2
+ chef exec sambot build --local
3
3
  chef exec foodcritic .
4
4
  chef exec cookstyle .
5
5
  chef exec sambot clean
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.177'.freeze
4
+ VERSION = '0.1.178'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.177
4
+ version: 0.1.178
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-19 00:00:00.000000000 Z
11
+ date: 2017-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor-hollaback