sambot 0.1.155 → 0.1.156

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: bd81d5f0de13f20f9ce66c5d94f72acaa5d433e0
4
- data.tar.gz: 0aaf01ac304273f712a76b14d2bc643ea2bfc3e6
3
+ metadata.gz: 3de5fcaf151b41505559a4d204481f229118f118
4
+ data.tar.gz: d25490b271448070e57db930272712cae8b26477
5
5
  SHA512:
6
- metadata.gz: b0800aa74c13b3464652fda195a1fd5f4f5b8c7b2b96966add1bbc4d907bce81c4ba5fb0e632e49635b2b8a708328ac07469c55e375daf9a4daaad545b57850d
7
- data.tar.gz: 41067d1538d104a2936a86694833a77ae8cf3c8dd795c2426f100757a6ec119768adde00818ea34c1370839c2361a4bd972d7b934cbb6b61df7186add19a155f
6
+ metadata.gz: fe852c92d99ace63609de2e77aec1a17e098e3481d1a03d0b765df2d458140b0908b9b8d90b53625acb7bc51ebe78f2ef98bf88f7338e300bc1e84f68c833627
7
+ data.tar.gz: fa91b1b15ad92c904d4bed6c86821922a76820e03ea5d0a4ea7ca0378e5575b6ea401826f304e2727c2b2941301a5fb03f6ac56b56cd7675dc98a49707fbd21f
@@ -51,8 +51,6 @@ module Sambot
51
51
  def bump()
52
52
  new_version = Config.new.bump_version
53
53
  UI.info("You have bumped the version of this cookbook to #{new_version}.")
54
- `git add .config.yml`
55
- `git commit -m "Bumping the cookbook version"`
56
54
  end
57
55
 
58
56
  def generate(config)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.155'.freeze
4
+ VERSION = '0.1.156'.freeze
5
5
  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.155
4
+ version: 0.1.156
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame