sambot 0.1.210 → 0.1.211

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: 3b66d0419545b19fbf6586070aec8bdc46754613
4
- data.tar.gz: a4d4af3d61765f9736006d8de68803c87d51af22
3
+ metadata.gz: bfa03190b649e140b09e309473cecbe079f6fbfa
4
+ data.tar.gz: 495bd121ac6fe29c71ba6263b31258d3a6d4d667
5
5
  SHA512:
6
- metadata.gz: fe630a5c23d9f40339aa6487b25cac5335d36a534dc26132575706af107cf28d683646ac49e447e84371c171d6e15f274ad2892fc1fe2eb2db40cbd57f569e81
7
- data.tar.gz: da88c8263a23e85b69851cfca6e0fda6930453739ed46c6eee947dcc2aa87f08d2d58e8c10822048ab308c46c980cbad0c4af8eab5398543ca46910520c287fa
6
+ metadata.gz: dd6b6a799b76d73af009f49a23610b96de71354d35eb85384fca3a49e9a71fa2af12c0a364922f9798f64992c372de912d388703e4b6dde868f469db6dc49922
7
+ data.tar.gz: 2db0565bf3fe0fbb102af457f49804898b17e48ff2bf2c89904352b3bedf61e12f4cbfa716c02c7316f8997c6d042a3b1cfd949664b3a695ff53fcfe6ceeef28
@@ -31,7 +31,7 @@ module Sambot
31
31
  end
32
32
 
33
33
  def normalize_platforms(platforms)
34
- platforms == 'both' ? PLATFORM_OPTIONS - ['both']: platforms
34
+ platforms == 'both' ? PLATFORM_OPTIONS - ['both']: [platforms]
35
35
  end
36
36
 
37
37
  def check_cookbook_name(name)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.210'
4
+ VERSION = '0.1.211'
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.210
4
+ version: 0.1.211
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame