automation_test_no_submodules 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa61678f1c75da40690b7b70137428a2d203b660ef1720fc5745030cddad0601
4
- data.tar.gz: f915b9bb961d1a164466b1d72c76d3e6015451ef78116a55f47136b0c12ee0ea
3
+ metadata.gz: 1d61901be88a39813737481f2f6cb1885cccb1d4fdb7276a38889ba7c1c482d8
4
+ data.tar.gz: 80c3c45a80fc4a51b04d7ad591a32d6b768cc9994e816310034bd9b32cd873b5
5
5
  SHA512:
6
- metadata.gz: e5685744080a5632d049aec8e6854931afaa12dedf707a570ca79012a290ef35bd8fe9527af42db365c87b94707c0d70ab47545d8ec10ac2de2edda4de0306df
7
- data.tar.gz: 54946520740eb909ac45ced7b69a0b5883a6f7d488f020784d74b4cd2030fa6ff2157728109bdf41557b25ed1d212b06b1bbe8a58b7dac4a9be5abde9f7898e6
6
+ metadata.gz: 1639d41dccc81ea61090aec713a4e9bd9e5b375d8d2925ca806486e8773fa97316417870b99dcc0f9db5b3b184f28b916203c62e57ac1db76487aeb223d27577
7
+ data.tar.gz: 288f7965c91f0515061b1f324af632840cc477db2e4d8aa424722d1b8eb28e18ecbf7d066edf3ffd87028ad5c1002e9bc0778a6ba881504f5c695ccab6519d98
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- automation_test_no_submodules (1.0.1)
4
+ automation_test_no_submodules (1.0.2)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
@@ -9,27 +9,25 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
+ base64 (0.2.0)
12
13
  byebug (11.1.3)
13
14
  coderay (1.1.3)
14
15
  debug (1.8.0)
15
16
  irb (>= 1.5.0)
16
17
  reline (>= 0.3.1)
17
18
  diff-lcs (1.5.1)
18
- faraday (2.10.0)
19
- faraday-net_http (>= 2.0, < 3.2)
20
- logger
19
+ faraday (2.8.1)
20
+ base64
21
+ faraday-net_http (>= 2.0, < 3.1)
22
+ ruby2_keywords (>= 0.0.4)
21
23
  faraday-multipart (1.0.4)
22
24
  multipart-post (~> 2)
23
- faraday-net_http (3.1.0)
24
- net-http
25
+ faraday-net_http (3.0.2)
25
26
  io-console (0.7.2)
26
27
  irb (1.6.4)
27
28
  reline (>= 0.3.0)
28
- logger (1.6.0)
29
29
  method_source (1.1.0)
30
30
  multipart-post (2.4.1)
31
- net-http (0.4.1)
32
- uri
33
31
  parallel (1.25.1)
34
32
  parser (3.3.4.0)
35
33
  ast (~> 2.4.1)
@@ -73,12 +71,12 @@ GEM
73
71
  rubocop-ast (1.31.3)
74
72
  parser (>= 3.3.1.0)
75
73
  ruby-progressbar (1.13.0)
74
+ ruby2_keywords (0.0.5)
76
75
  strscan (3.1.0)
77
76
  unicode-display_width (2.5.0)
78
- uri (0.13.0)
79
77
 
80
78
  PLATFORMS
81
- arm64-darwin-22
79
+ x86_64-linux
82
80
 
83
81
  DEPENDENCIES
84
82
  automation_test_no_submodules!
@@ -90,4 +88,4 @@ DEPENDENCIES
90
88
  rubocop (~> 1.12.1)
91
89
 
92
90
  BUNDLED WITH
93
- 2.4.19
91
+ 2.4.22
data/README.md CHANGED
@@ -20,7 +20,7 @@ SDKs (no submodules) to test automation workflows.
20
20
  Add to Gemfile:
21
21
 
22
22
  ```ruby
23
- gem 'automation_test_no_submodules', '~> 1.0.1'
23
+ gem 'automation_test_no_submodules', '~> 1.0.2'
24
24
  ```
25
25
 
26
26
  ## Getting Started<a id="getting-started"></a>
@@ -7,5 +7,5 @@ The version of the OpenAPI document: 1.0.0
7
7
  =end
8
8
 
9
9
  module AutomationTestNoSubmodules
10
- VERSION = '1.0.1'
10
+ VERSION = '1.0.2'
11
11
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: automation_test_no_submodules
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konfig
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2024-07-17 00:00:00.000000000 Z
@@ -101,7 +101,7 @@ licenses:
101
101
  metadata:
102
102
  documentation_uri: https://github.com/eddiechayes/automation-test/tree/main/ruby
103
103
  source_code_uri: https://github.com/eddiechayes/automation-test/tree/main/ruby
104
- post_install_message:
104
+ post_install_message:
105
105
  rdoc_options: []
106
106
  require_paths:
107
107
  - lib
@@ -116,8 +116,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  requirements: []
119
- rubygems_version: 3.4.10
120
- signing_key:
119
+ rubygems_version: 3.2.5
120
+ signing_key:
121
121
  specification_version: 4
122
122
  summary: Test Automation (No submodules) Ruby Gem
123
123
  test_files: