sambot 0.1.25 → 0.1.26

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
  SHA1:
3
- metadata.gz: 20fa6ec9e2bbdea2d235b399303109c6d067cf4b
4
- data.tar.gz: 13589436f9f3a1e8d69386bacb2437c321b6ef71
3
+ metadata.gz: 9cac6aa77e0597ac95725e14360b076343d17698
4
+ data.tar.gz: 00915573939bdf054fc7641a1bd73d8463b7c561
5
5
  SHA512:
6
- metadata.gz: d48f1b239bb7a9effa613a1e8226fb847e1d440a4688f2c657d398dfc6688f7feaeec5b87d247d02fb213a8efd3c3ab23c2ee1e9ed2f2f9f8c62bce0f19303f7
7
- data.tar.gz: c34b1e73608cc77b0c70ede7d3054920cde61fa6a61ae1866ea0d60f0c72b8c9f1f2727ec9378cebf308f7ae53b2edadd31ca4265caace06d130dd73dab9dbd0
6
+ metadata.gz: 7627a7c6b556836385cc6b952f416466885bf9c6b0da88fce8c6994f83f2c910c9df8e02bc584b4fd828f33af79aab87effb71a4d8df2db46e07e56443f5f003
7
+ data.tar.gz: 49ce7608e8ddba93b60b598534f855a64b247f151cd51c884324bb7b20cfde72697ef26dd3e668708915c97221019bad1663922b299a0758abfd29ac1d3eb510
@@ -1,3 +1,4 @@
1
+ #!/bin/sh
1
2
  sambot cookbook build
2
3
  chef exec foodcritic .
3
4
  chef exec cookstyle .
@@ -1,3 +1,3 @@
1
1
  module Sambot
2
- VERSION = '0.1.25'.freeze
2
+ VERSION = '0.1.26'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame
@@ -179,7 +179,7 @@ files:
179
179
  - lib/sambot/templates/Berksfile
180
180
  - lib/sambot/templates/chefignore
181
181
  - lib/sambot/templates/metadata.rb.erb
182
- - lib/sambot/templates/pre_push
182
+ - lib/sambot/templates/pre-push
183
183
  - lib/sambot/templates/teamcity.sh
184
184
  - lib/sambot/version.rb
185
185
  - sambot.gemspec