train 3.3.6 → 3.3.13

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
  SHA256:
3
- metadata.gz: 447254a06276c73e0b12dbbab111f3625d2c3100337bbae018a77c74e5d8f776
4
- data.tar.gz: c73221c1866a72710764264c4f8960e412fb100ae5db296d5f6b1fccb2eb58b6
3
+ metadata.gz: 708c5ece173c45e3a60ff26bd34280d488d65d84b46482003e8a787de057b328
4
+ data.tar.gz: a1f1090749e4c8840d99a93de25c03ec7b38550a3f120275fef49a8b7dac9fa4
5
5
  SHA512:
6
- metadata.gz: 1ccc642cff79507a9e9c6b3bf174f7897258b680adf4f41e9128c6a185e3f1eabe0bcb6953f57c9bdc01f02e4c898b9abd611eb5c5507aed84709bf3bba3a6ac
7
- data.tar.gz: 97b4c541892945f9ba82b9714a850f449dd2a27acba7daa2cccc1486cbf6e6bb6fb3766c1080f920fc3138c9cd0a2941bbb5299f9663bf57656751c1a1b081ae
6
+ metadata.gz: 1f302f65903a8f49561dab3452de66be72ce88a40eca2b8b39a954f4ff2eda1ce5a4d112d7116bb0e3d7d62207b141a4d29bcc192d896644d05bffae6a8357ef
7
+ data.tar.gz: 2b4ff9d15d4559b7e15ddb76cd8ab7cb5345a990f1af1dfd557dd2bcb40e8a43011ca61d04a0d3646145305940325b106192553570eb004eca6b2e0a40cc9a95
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  require "train/plugins"
4
2
  require "ms_rest_azure"
5
3
  require "azure_mgmt_resources"
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  require "azure_graph_rbac"
4
2
 
5
3
  # Wrapper class for ::Azure::GraphRbac::Profiles::Latest::Client allowing custom configuration,
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  require "azure_mgmt_key_vault"
4
2
 
5
3
  # Wrapper class for ::Azure::KeyVault::Profiles::Latest::Mgmt::Client allowing custom configuration,
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  require "train/plugins"
4
2
  require "google/apis"
5
3
  require "google/apis/cloudresourcemanager_v1"
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  require "inifile"
4
2
  require_relative "file_parser"
5
3
  require_relative "subscription_number_file_parser"
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Train::Transports
4
2
  module Helpers
5
3
  module Azure
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Train::Transports
4
2
  module Helpers
5
3
  module Azure
@@ -1,5 +1,3 @@
1
- # encoding: utf-8
2
-
3
1
  module Train::Transports
4
2
  module Helpers
5
3
  module Azure
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  require "train/plugins"
3
2
  require "open3"
4
3
  require "ostruct"
@@ -17,7 +16,7 @@ module Train::Transports
17
16
  @connection ||= Connection.new(@options)
18
17
  end
19
18
 
20
- class Connection < BaseConnection # rubocop:disable ClassLength
19
+ class Connection < BaseConnection # rubocop:disable Metrics/ClassLength
21
20
  POWERSHELL_PROMPT_REGEX = /PS\s.*> $/.freeze
22
21
 
23
22
  def initialize(options)
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.3.6
4
+ version: 3.3.13
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-07-02 00:00:00.000000000 Z
11
+ date: 2020-07-20 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.3.6
19
+ version: 3.3.13
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.3.6
26
+ version: 3.3.13
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: train-winrm
29
29
  requirement: !ruby/object:Gem::Requirement