train 3.2.26 → 3.3.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/train/transports/azure.rb +1 -1
  3. metadata +14 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 613d66307137d3151e29fa4cd399daa11ae2a203adac125c93f1952427dbfafd
4
- data.tar.gz: e1c7c85ab67260e15eaf5cfdf6e3e512043d84ecfc8c8a5fbcd23d1917cacb65
3
+ metadata.gz: 68c9aa7ebfca6383d7d2c54ce9800b80a7f75aabcf62a20d39609d01f6876b07
4
+ data.tar.gz: 0a8f0ec48e0d1ae068f3515b718daffbc002db13a8748f619c1e83147adc8699
5
5
  SHA512:
6
- metadata.gz: 8932ef33d18945c4c1a7e818460b5cf4b78e7daf90b682461cffb90f3e8c1280aa6e3dc538b3a00612242d820cd484908ae62a54d6fb42253ca17f6ac846f8e7
7
- data.tar.gz: efe931224bc66ea94bae738bc8ee4dfee6a38ef3b106cf009ccc423918a6a145ac176c7ce70bae38748cab3d30e4752d9324bef7840c2770a8e6ac80c5982908
6
+ metadata.gz: ee42a87908e0dea044425e1e7d244b35a22c5132d1f6e8aac5abdb4ac60785a1e8ed21900db065bf0f360298ab0884c78167eb75440d5a7b421ed8b86fb731ba
7
+ data.tar.gz: cc8e77b3dd197ba30975b85939653c6c9b7e1e28ee66e4ac405d721b9f5ea43cd323d1b05cff77bc02ce285384886f019c39b262a2cf1e426c6bce582f10eed5
@@ -45,7 +45,7 @@ module Train::Transports
45
45
 
46
46
  if @options[:client_secret].nil? && @options[:client_id].nil?
47
47
  options[:credentials_file] = DEFAULT_FILE if options[:credentials_file].nil?
48
- @options.merge!(Helpers::Azure::FileCredentials.parse(@options))
48
+ @options.merge!(Helpers::Azure::FileCredentials.parse(**@options))
49
49
  end
50
50
 
51
51
  @options[:msi_port] = @options[:msi_port].to_i unless @options[:msi_port].nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: train
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.26
4
+ version: 3.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef InSpec Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-11 00:00:00.000000000 Z
11
+ date: 2020-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: train-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.2.26
19
+ version: 3.3.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.2.26
26
+ version: 3.3.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: train-winrm
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -42,16 +42,22 @@ dependencies:
42
42
  name: activesupport
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: 5.2.4.3
48
+ - - "<"
46
49
  - !ruby/object:Gem::Version
47
- version: 5.2.3
50
+ version: 6.0.0
48
51
  type: :runtime
49
52
  prerelease: false
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
52
- - - "~>"
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: 5.2.4.3
58
+ - - "<"
53
59
  - !ruby/object:Gem::Version
54
- version: 5.2.3
60
+ version: 6.0.0
55
61
  - !ruby/object:Gem::Dependency
56
62
  name: inifile
57
63
  requirement: !ruby/object:Gem::Requirement