sambot 0.1.173 → 0.1.174

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: 6dc56def983f398c55acf347168eb57c527071c4
4
- data.tar.gz: 7b0334df2f1b774e471352985a0bdf179af7bac7
3
+ metadata.gz: fc01d66ec3a4837353aa7e3e693efc25b3dff458
4
+ data.tar.gz: 0b440367dac86136b57ce812f7c1709b9b327f9c
5
5
  SHA512:
6
- metadata.gz: 219309746a58f79ee9ac467dd30c797fb7878ed945338d4a3a79bac3ef0379d7af1730c7847a522a6051a99ac70d847c8e5fd4814ccb047a6902722ea8b18da8
7
- data.tar.gz: b30de45f65248fa9e549a0ebbffc2a2e04776075b3a7d3236220b3e8219cd18e23b01684761c687eb01e457457500486f534fb83045f04b5e5a7e68b6820c645
6
+ metadata.gz: 4372ab6c5296fd8299270c45a4542c909a55846fae7b09e1fc221fba0233b38975f7cbe49a03e02f42d06a4f98559d4c4c4999f12c9b1271227269b9e076224c
7
+ data.tar.gz: 1aab8f3f148b619fcc7f99f5bcaea4a8c5307f65c877da4600a4cc3c42c8cd35707dca93c7de78da0aa4c327a2b706ce1f5de5ab03abccb8019a2bcb45fa11b6
@@ -36,9 +36,10 @@ EOF
36
36
 
37
37
  ## Install Ruby
38
38
  sudo yum install centos-release-scl -y
39
- sudo yum groupinstall Development tools -y
40
- sudo yum install rh-ruby22 rh-ruby22-ruby-devel zlib-devel -y
39
+ sudo yum install rh-ruby22
41
40
  scl enable rh-ruby22 bash
41
+ sudo yum groupinstall Development tools -y
42
+ sudo yum install rh-ruby22-ruby-devel zlib-devel -y
42
43
 
43
44
  ## Install Sambot
44
45
  gem install sambot
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.173'.freeze
4
+ VERSION = '0.1.174'.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.173
4
+ version: 0.1.174
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame