rake_circle_ci 0.10.0.pre.8 → 0.10.0.pre.9

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: ed201f8472b80ec7df4adc0d077fcb787a7af92960c59e663e7c0e2a1f3f6593
4
- data.tar.gz: 5ee99c94d2f8e939c879e7f0d5a4a7e4b90d36613ecb5be10e8c8963abd3edbd
3
+ metadata.gz: 106d464ccf53b26036991fdcfc6c17263fd130c6312928228d63b0d2f7c15ba1
4
+ data.tar.gz: 472540fb3ebe2c522a5f25c3f9c1bfdd64097010f1a9095e5ddbd23b9a209d05
5
5
  SHA512:
6
- metadata.gz: 0a6ffcb441665a534d42c78c19e2cba99ef77524545ccbcf32e69c851fdaa85f47713746b5ab6c9efca222ac2ec1f8d181fa0424ca937b230029f14e002b3467
7
- data.tar.gz: 47188d9ca849349e7712e3ac2f9291ea07bd4a169e8d2e4da0ef5be5818629dce5c588a4498167e95f28b8dd6795e6b592e61f92bfb6c6bee1257c068312146d
6
+ metadata.gz: 0c88676c40cd9d141912724ab95acbe958ade102dead1501128f9da3c6b68678cdb25c13e2a71f4c14befa808562af677a24155a5ddb53008aecc6b99afa5d84
7
+ data.tar.gz: 7b9852a732f8fd48b8197fe35416c72e87f7537ff084c28e8415166df8da0a2aa245568fdc08d9e8c46ccd8797b83217c873cf5b1d8cfc9fcfe6f5d9f1cb0fcf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_circle_ci (0.10.0.pre.8)
4
+ rake_circle_ci (0.10.0.pre.9)
5
5
  colored2 (~> 3.1)
6
6
  excon (~> 0.72)
7
7
  rake_factory (~> 0.23)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.3)
13
+ activesupport (7.0.4)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -22,7 +22,7 @@ GEM
22
22
  concurrent-ruby (1.1.10)
23
23
  diff-lcs (1.5.0)
24
24
  docile (1.4.0)
25
- excon (0.92.3)
25
+ excon (0.93.1)
26
26
  faraday (1.10.0)
27
27
  faraday-em_http (~> 1.0)
28
28
  faraday-em_synchrony (~> 1.0)
@@ -49,20 +49,21 @@ GEM
49
49
  gem-release (2.2.2)
50
50
  hamster (3.0.0)
51
51
  concurrent-ruby (~> 1.0)
52
- i18n (1.10.0)
52
+ i18n (1.12.0)
53
53
  concurrent-ruby (~> 1.0)
54
+ json (2.6.2)
54
55
  lino (3.0.0)
55
56
  hamster (~> 3.0)
56
57
  open4 (~> 1.3)
57
58
  memfs (1.0.0)
58
- minitest (5.15.0)
59
+ minitest (5.16.3)
59
60
  multipart-post (2.1.1)
60
61
  octokit (4.22.0)
61
62
  faraday (>= 0.9)
62
63
  sawyer (~> 0.8.0, >= 0.5.3)
63
64
  open4 (1.3.4)
64
65
  parallel (1.22.1)
65
- parser (3.1.2.0)
66
+ parser (3.1.2.1)
66
67
  ast (~> 2.4.1)
67
68
  public_suffix (4.0.6)
68
69
  rainbow (3.1.1)
@@ -84,34 +85,35 @@ GEM
84
85
  sshkey (~> 2.0)
85
86
  regexp_parser (2.5.0)
86
87
  rexml (3.2.5)
87
- rspec (3.11.0)
88
- rspec-core (~> 3.11.0)
89
- rspec-expectations (~> 3.11.0)
90
- rspec-mocks (~> 3.11.0)
91
- rspec-core (3.11.0)
92
- rspec-support (~> 3.11.0)
93
- rspec-expectations (3.11.0)
88
+ rspec (3.12.0)
89
+ rspec-core (~> 3.12.0)
90
+ rspec-expectations (~> 3.12.0)
91
+ rspec-mocks (~> 3.12.0)
92
+ rspec-core (3.12.0)
93
+ rspec-support (~> 3.12.0)
94
+ rspec-expectations (3.12.0)
94
95
  diff-lcs (>= 1.2.0, < 2.0)
95
- rspec-support (~> 3.11.0)
96
- rspec-mocks (3.11.0)
96
+ rspec-support (~> 3.12.0)
97
+ rspec-mocks (3.12.0)
97
98
  diff-lcs (>= 1.2.0, < 2.0)
98
- rspec-support (~> 3.11.0)
99
- rspec-support (3.11.0)
100
- rubocop (1.30.1)
99
+ rspec-support (~> 3.12.0)
100
+ rspec-support (3.12.0)
101
+ rubocop (1.36.0)
102
+ json (~> 2.3)
101
103
  parallel (~> 1.10)
102
- parser (>= 3.1.0.0)
104
+ parser (>= 3.1.2.1)
103
105
  rainbow (>= 2.2.2, < 4.0)
104
106
  regexp_parser (>= 1.8, < 3.0)
105
107
  rexml (>= 3.2.5, < 4.0)
106
- rubocop-ast (>= 1.18.0, < 2.0)
108
+ rubocop-ast (>= 1.20.1, < 2.0)
107
109
  ruby-progressbar (~> 1.7)
108
110
  unicode-display_width (>= 1.4.0, < 3.0)
109
- rubocop-ast (1.18.0)
111
+ rubocop-ast (1.21.0)
110
112
  parser (>= 3.1.1.0)
111
113
  rubocop-rake (0.6.0)
112
114
  rubocop (~> 1.0)
113
- rubocop-rspec (2.11.1)
114
- rubocop (~> 1.19)
115
+ rubocop-rspec (2.12.1)
116
+ rubocop (~> 1.31)
115
117
  ruby-progressbar (1.11.0)
116
118
  ruby2_keywords (0.0.5)
117
119
  ruby_gpg2 (0.8.0)
@@ -126,9 +128,9 @@ GEM
126
128
  simplecov-html (0.12.3)
127
129
  simplecov_json_formatter (0.1.4)
128
130
  sshkey (2.0.0)
129
- tzinfo (2.0.4)
131
+ tzinfo (2.0.5)
130
132
  concurrent-ruby (~> 1.0)
131
- unicode-display_width (2.1.0)
133
+ unicode-display_width (2.2.0)
132
134
 
133
135
  PLATFORMS
134
136
  ruby
@@ -150,4 +152,4 @@ DEPENDENCIES
150
152
  simplecov
151
153
 
152
154
  BUNDLED WITH
153
- 2.3.17
155
+ 2.3.24
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeCircleCI
4
- VERSION = '0.10.0.pre.8'
4
+ VERSION = '0.10.0.pre.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_circle_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0.pre.8
4
+ version: 0.10.0.pre.9
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-07-04 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2