concourse.rb 0.5.0 → 0.6.0.pre.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
  SHA256:
3
- metadata.gz: 2f1775b43d7de55a40deee4bc728ca92ed9d1e797480361af0f38c0ca66c7718
4
- data.tar.gz: 2b9cb009192663f9dcc4dd4c216c30aa0b9b1cd45aa9480de6e5bfe88d478511
3
+ metadata.gz: 6c3ac986c4f825cb16d43a4c82b95a9595c3d3bbb1d45f0fccdd2cf2820bf9f2
4
+ data.tar.gz: 2c0fa93ac724a2e41fec15c5e2779aceda7bc7ffcd29e02ab9f1857e4143fb59
5
5
  SHA512:
6
- metadata.gz: 458382e4e0385ca71eccb746bdce84f0aff113095c23c36664c0bb54dd1a9551840a3782a57d6a1e00368bd49c6c8699f91fc7b47368ecc1ca6ae6bac2197030
7
- data.tar.gz: c9f54382a7b85cd106b33a4835f892f7d7fe6e8c42aac3bf31306914a68254853e7eaaf76f3b4c7138594490ede760382aa0a00a69680cbd2733a7a7d40a6b97
6
+ metadata.gz: 8db3ed79f5a00ad1d73799292889061a915cc9b04b8e8cc2d96c9b51be3fc62ee239afc17707af638fd6f2b5136e3e72a8dc689cb67c780949c3e76d5a29cc0b
7
+ data.tar.gz: d128f5a4b16f202a145761d0a93b4b1e49188c46bffd6f1e6875510e95ce0506ce9e8c0b14f800dba0957c2615d4932a622fa7a1339a18e26dde37c2150eab53
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- concourse.rb (0.5.0)
4
+ concourse.rb (0.6.0.pre.1)
5
5
  excon (~> 0.72)
6
6
  semantic (~> 1.5)
7
7
 
@@ -21,7 +21,7 @@ GEM
21
21
  diff-lcs (1.5.0)
22
22
  docile (1.4.0)
23
23
  excon (0.95.0)
24
- faker (3.0.0)
24
+ faker (3.1.0)
25
25
  i18n (>= 1.8.11, < 2)
26
26
  faraday (2.7.2)
27
27
  faraday-net_http (>= 2.0, < 3.1)
@@ -33,39 +33,39 @@ GEM
33
33
  i18n (1.12.0)
34
34
  concurrent-ruby (~> 1.0)
35
35
  json (2.6.3)
36
- jwt (2.5.0)
37
- lino (3.0.0)
36
+ jwt (2.6.0)
37
+ lino (3.1.0)
38
38
  hamster (~> 3.0)
39
39
  open4 (~> 1.3)
40
- minitest (5.16.3)
41
- octokit (4.25.1)
40
+ minitest (5.17.0)
41
+ octokit (6.0.1)
42
42
  faraday (>= 1, < 3)
43
43
  sawyer (~> 0.9)
44
44
  open4 (1.3.4)
45
- openssl (3.0.1)
45
+ openssl (3.1.0)
46
46
  parallel (1.22.1)
47
47
  parser (3.1.3.0)
48
48
  ast (~> 2.4.1)
49
49
  public_suffix (5.0.1)
50
50
  rainbow (3.1.1)
51
51
  rake (13.0.6)
52
- rake_circle_ci (0.9.0)
52
+ rake_circle_ci (0.11.0)
53
53
  colored2 (~> 3.1)
54
54
  excon (~> 0.72)
55
55
  rake_factory (~> 0.23)
56
56
  sshkey (~> 2.0)
57
- rake_factory (0.29.0)
57
+ rake_factory (0.31.0)
58
58
  activesupport (>= 4)
59
59
  rake (~> 13.0)
60
- rake_github (0.9.0)
60
+ rake_github (0.11.0)
61
61
  colored2 (~> 3.1)
62
- octokit (~> 4.16)
62
+ octokit (>= 4.16, < 7.0)
63
63
  rake_factory (~> 0.23)
64
64
  sshkey (~> 2.0)
65
- rake_gpg (0.16.0)
66
- rake_factory (>= 0.23, < 1)
67
- ruby_gpg2 (>= 0.6, < 1)
68
- rake_ssh (0.6.0)
65
+ rake_gpg (0.18.0)
66
+ rake_factory (~> 0.23)
67
+ ruby_gpg2 (~> 0.6)
68
+ rake_ssh (0.8.0)
69
69
  colored2 (~> 3.1)
70
70
  rake_factory (~> 0.23)
71
71
  sshkey (~> 2.0)
@@ -84,17 +84,17 @@ GEM
84
84
  diff-lcs (>= 1.2.0, < 2.0)
85
85
  rspec-support (~> 3.12.0)
86
86
  rspec-support (3.12.0)
87
- rubocop (1.41.1)
87
+ rubocop (1.42.0)
88
88
  json (~> 2.3)
89
89
  parallel (~> 1.10)
90
90
  parser (>= 3.1.2.1)
91
91
  rainbow (>= 2.2.2, < 4.0)
92
92
  regexp_parser (>= 1.8, < 3.0)
93
93
  rexml (>= 3.2.5, < 4.0)
94
- rubocop-ast (>= 1.23.0, < 2.0)
94
+ rubocop-ast (>= 1.24.1, < 2.0)
95
95
  ruby-progressbar (~> 1.7)
96
96
  unicode-display_width (>= 1.4.0, < 3.0)
97
- rubocop-ast (1.24.0)
97
+ rubocop-ast (1.24.1)
98
98
  parser (>= 3.1.1.0)
99
99
  rubocop-rake (0.6.0)
100
100
  rubocop (~> 1.0)
@@ -102,13 +102,13 @@ GEM
102
102
  rubocop (~> 1.33)
103
103
  ruby-progressbar (1.11.0)
104
104
  ruby2_keywords (0.0.5)
105
- ruby_gpg2 (0.8.0)
106
- lino (>= 1.5)
105
+ ruby_gpg2 (0.10.0)
106
+ lino (~> 3.0)
107
107
  sawyer (0.9.2)
108
108
  addressable (>= 2.3.5)
109
109
  faraday (>= 0.17.3, < 3)
110
110
  semantic (1.6.1)
111
- simplecov (0.21.2)
111
+ simplecov (0.22.0)
112
112
  docile (~> 1.1)
113
113
  simplecov-html (~> 0.11)
114
114
  simplecov_json_formatter (~> 0.1)
@@ -143,4 +143,4 @@ DEPENDENCIES
143
143
  simplecov
144
144
 
145
145
  BUNDLED WITH
146
- 2.3.26
146
+ 2.4.2
data/Rakefile CHANGED
@@ -50,7 +50,7 @@ namespace :library do
50
50
  task check: [:rubocop]
51
51
 
52
52
  desc 'Attempt to automatically fix issues with the library'
53
- task fix: [:'rubocop:auto_correct']
53
+ task fix: [:'rubocop:autocorrect_all']
54
54
  end
55
55
 
56
56
  namespace :test do
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Concourse
4
- VERSION = '0.5.0'
4
+ VERSION = '0.6.0.pre.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concourse.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-22 00:00:00.000000000 Z
11
+ date: 2023-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -291,9 +291,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
291
291
  version: '2.7'
292
292
  required_rubygems_version: !ruby/object:Gem::Requirement
293
293
  requirements:
294
- - - ">="
294
+ - - ">"
295
295
  - !ruby/object:Gem::Version
296
- version: '0'
296
+ version: 1.3.1
297
297
  requirements: []
298
298
  rubygems_version: 3.1.6
299
299
  signing_key: