smart_proxy_salt 2.1.0 → 2.1.1

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: 3351c2de7272f0dbb7b148909a51ad602199427d
4
- data.tar.gz: 64aa21a514991c9b241451210c1972df71a61ee5
3
+ metadata.gz: 6ecf054e9a73d418781870b0ad4b15ad696e999d
4
+ data.tar.gz: 05ac21db7d64431e2a87c620dba9a841d3a81660
5
5
  SHA512:
6
- metadata.gz: 70501217d2996bb1a95dc6845396a0cf8df049c3642626eb219d3d84f1cc058b15558aeac6acacdd3b722a89d7ae2e99b3db06e5baf71537061959a049ea1f2b
7
- data.tar.gz: 4ce92e47305d9ea121449067c6945fcbeb92a94378b9ba259d8709d4e6fe9d7f7563289c318fa0363fa20d5b1ceeefed7577d35a33d18507d0d329794289191c
6
+ metadata.gz: d874bd290c0fca99c10b31d34bb0b8bb94703158b3e3546918e4169c655b88282f0bb17668f784a452798adf69e0f80117f713ff8c16a170331d056cb0d01114
7
+ data.tar.gz: acc5eb0ba29f51a00279cac1e3fbc713088803d70322e7d6ffe8f0832efda5d0c0ad6dc6e9394ee9bc8dd4c01da57879d60f85572e384e11b75c88888dcba92a
@@ -18,10 +18,10 @@ module Proxy::Salt::Rest
18
18
 
19
19
  files.each do |file|
20
20
  if file =~ /\.sls\Z/ && file != "top.sls"
21
- states << file.gsub('.sls', '')
22
- .gsub('/init', '')
23
- .chomp('/')
24
- .gsub('/', '.')
21
+ states << file.gsub('.sls', '').
22
+ gsub('/init', '').
23
+ chomp('/').
24
+ gsub('/', '.')
25
25
  end
26
26
  end
27
27
 
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  module Salt
3
- VERSION = '2.1.0'
3
+ VERSION = '2.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_salt
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Moll