rake_circle_ci 0.10.0.pre.7 → 0.10.0.pre.8

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: 799f94557915913f8f49a505d1f36fc022f291bee34ea54982486c4d2ed0c251
4
- data.tar.gz: eb1d7ade7b37375721bb70b80e7d148fb99a00886f213da1015d26f7a9e40a2d
3
+ metadata.gz: ed201f8472b80ec7df4adc0d077fcb787a7af92960c59e663e7c0e2a1f3f6593
4
+ data.tar.gz: 5ee99c94d2f8e939c879e7f0d5a4a7e4b90d36613ecb5be10e8c8963abd3edbd
5
5
  SHA512:
6
- metadata.gz: 92fcd413f5fc3a5bef72f7a985bf3bc7b97b3180e5061e139c839e0a7411e965b975ed08bb8d75b2f05045461a98b3e4ba2847f07003af0064f8c3653097b848
7
- data.tar.gz: 0ebd133933c2d83139277317ae9c5810d2f3eb0f0ea98aefb18075543829266b1ca3539ee9b2caf14f2e698dea0c5d4d6b04ec2202e88d943460f76a0cbeaef1
6
+ metadata.gz: 0a6ffcb441665a534d42c78c19e2cba99ef77524545ccbcf32e69c851fdaa85f47713746b5ab6c9efca222ac2ec1f8d181fa0424ca937b230029f14e002b3467
7
+ data.tar.gz: 47188d9ca849349e7712e3ac2f9291ea07bd4a169e8d2e4da0ef5be5818629dce5c588a4498167e95f28b8dd6795e6b592e61f92bfb6c6bee1257c068312146d
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.7)
4
+ rake_circle_ci (0.10.0.pre.8)
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.2.3)
13
+ activesupport (7.0.3)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -19,10 +19,10 @@ GEM
19
19
  public_suffix (>= 2.0.2, < 5.0)
20
20
  ast (2.4.2)
21
21
  colored2 (3.1.2)
22
- concurrent-ruby (1.1.9)
22
+ concurrent-ruby (1.1.10)
23
23
  diff-lcs (1.5.0)
24
24
  docile (1.4.0)
25
- excon (0.92.2)
25
+ excon (0.92.3)
26
26
  faraday (1.10.0)
27
27
  faraday-em_http (~> 1.0)
28
28
  faraday-em_synchrony (~> 1.0)
@@ -61,8 +61,8 @@ GEM
61
61
  faraday (>= 0.9)
62
62
  sawyer (~> 0.8.0, >= 0.5.3)
63
63
  open4 (1.3.4)
64
- parallel (1.21.0)
65
- parser (3.1.1.0)
64
+ parallel (1.22.1)
65
+ parser (3.1.2.0)
66
66
  ast (~> 2.4.1)
67
67
  public_suffix (4.0.6)
68
68
  rainbow (3.1.1)
@@ -82,7 +82,7 @@ GEM
82
82
  colored2 (~> 3.1)
83
83
  rake_factory (~> 0.23)
84
84
  sshkey (~> 2.0)
85
- regexp_parser (2.2.1)
85
+ regexp_parser (2.5.0)
86
86
  rexml (3.2.5)
87
87
  rspec (3.11.0)
88
88
  rspec-core (~> 3.11.0)
@@ -97,20 +97,20 @@ GEM
97
97
  diff-lcs (>= 1.2.0, < 2.0)
98
98
  rspec-support (~> 3.11.0)
99
99
  rspec-support (3.11.0)
100
- rubocop (1.26.0)
100
+ rubocop (1.30.1)
101
101
  parallel (~> 1.10)
102
102
  parser (>= 3.1.0.0)
103
103
  rainbow (>= 2.2.2, < 4.0)
104
104
  regexp_parser (>= 1.8, < 3.0)
105
- rexml
106
- rubocop-ast (>= 1.16.0, < 2.0)
105
+ rexml (>= 3.2.5, < 4.0)
106
+ rubocop-ast (>= 1.18.0, < 2.0)
107
107
  ruby-progressbar (~> 1.7)
108
108
  unicode-display_width (>= 1.4.0, < 3.0)
109
- rubocop-ast (1.16.0)
109
+ rubocop-ast (1.18.0)
110
110
  parser (>= 3.1.1.0)
111
111
  rubocop-rake (0.6.0)
112
112
  rubocop (~> 1.0)
113
- rubocop-rspec (2.9.0)
113
+ rubocop-rspec (2.11.1)
114
114
  rubocop (~> 1.19)
115
115
  ruby-progressbar (1.11.0)
116
116
  ruby2_keywords (0.0.5)
@@ -150,4 +150,4 @@ DEPENDENCIES
150
150
  simplecov
151
151
 
152
152
  BUNDLED WITH
153
- 2.3.10
153
+ 2.3.17
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeCircleCI
4
- VERSION = '0.10.0.pre.7'
4
+ VERSION = '0.10.0.pre.8'
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.7
4
+ version: 0.10.0.pre.8
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-04-01 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2