rake_circle_ci 0.10.0.pre.1 → 0.10.0.pre.2
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 +4 -4
- data/Gemfile.lock +17 -16
- data/lib/rake_circle_ci/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a396425be08c2f036c020aa8bf20260977149bf6d99028cc052adacea36876a
|
|
4
|
+
data.tar.gz: 1c98b9964c0c38e8727fb38dcd92da9efe99213b5c96b8884ec1a918119eae86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ded1579830889b0e169d95aebfabd83ea4d9073e6551268a47f05b9378d6aff8b8bd4d4d1d1161af33192cca69934d27ad2c0be5037b4a1c8ce406f602c6350
|
|
7
|
+
data.tar.gz: 22e1d4c78524201854e0f49a58fb35bcbb6f3f1101b881988155175ae2721a4dd5e5057f8ee34c81a153646a0808346e4c3175403897f533adf6205dd1441a8a
|
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.
|
|
4
|
+
rake_circle_ci (0.10.0.pre.2)
|
|
5
5
|
colored2 (~> 3.1)
|
|
6
6
|
excon (~> 0.72)
|
|
7
7
|
rake_factory (~> 0.23)
|
|
@@ -10,18 +10,19 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
activesupport (
|
|
13
|
+
activesupport (6.1.4.1)
|
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
|
-
i18n (>=
|
|
16
|
-
minitest (
|
|
17
|
-
tzinfo (~>
|
|
18
|
-
|
|
15
|
+
i18n (>= 1.6, < 2)
|
|
16
|
+
minitest (>= 5.1)
|
|
17
|
+
tzinfo (~> 2.0)
|
|
18
|
+
zeitwerk (~> 2.3)
|
|
19
|
+
addressable (2.8.0)
|
|
19
20
|
public_suffix (>= 2.0.2, < 5.0)
|
|
20
21
|
colored2 (3.1.2)
|
|
21
|
-
concurrent-ruby (1.1.
|
|
22
|
+
concurrent-ruby (1.1.9)
|
|
22
23
|
diff-lcs (1.4.4)
|
|
23
24
|
docile (1.4.0)
|
|
24
|
-
excon (0.
|
|
25
|
+
excon (0.88.0)
|
|
25
26
|
faraday (1.4.2)
|
|
26
27
|
faraday-em_http (~> 1.0)
|
|
27
28
|
faraday-em_synchrony (~> 1.0)
|
|
@@ -35,10 +36,10 @@ GEM
|
|
|
35
36
|
faraday-excon (1.1.0)
|
|
36
37
|
faraday-net_http (1.0.1)
|
|
37
38
|
faraday-net_http_persistent (1.1.0)
|
|
38
|
-
gem-release (2.2.
|
|
39
|
+
gem-release (2.2.2)
|
|
39
40
|
hamster (3.0.0)
|
|
40
41
|
concurrent-ruby (~> 1.0)
|
|
41
|
-
i18n (1.8.
|
|
42
|
+
i18n (1.8.11)
|
|
42
43
|
concurrent-ruby (~> 1.0)
|
|
43
44
|
lino (3.0.0)
|
|
44
45
|
hamster (~> 3.0)
|
|
@@ -51,7 +52,7 @@ GEM
|
|
|
51
52
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
52
53
|
open4 (1.3.4)
|
|
53
54
|
public_suffix (4.0.6)
|
|
54
|
-
rake (13.0.
|
|
55
|
+
rake (13.0.6)
|
|
55
56
|
rake_factory (0.29.0)
|
|
56
57
|
activesupport (>= 4)
|
|
57
58
|
rake (~> 13.0)
|
|
@@ -93,15 +94,15 @@ GEM
|
|
|
93
94
|
simplecov-html (0.12.3)
|
|
94
95
|
simplecov_json_formatter (0.1.3)
|
|
95
96
|
sshkey (2.0.0)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
tzinfo (2.0.4)
|
|
98
|
+
concurrent-ruby (~> 1.0)
|
|
99
|
+
zeitwerk (2.5.1)
|
|
99
100
|
|
|
100
101
|
PLATFORMS
|
|
101
102
|
ruby
|
|
102
103
|
|
|
103
104
|
DEPENDENCIES
|
|
104
|
-
activesupport (~>
|
|
105
|
+
activesupport (~> 6.1)
|
|
105
106
|
bundler (~> 2.0)
|
|
106
107
|
gem-release (~> 2.0)
|
|
107
108
|
memfs (~> 1.0)
|
|
@@ -114,4 +115,4 @@ DEPENDENCIES
|
|
|
114
115
|
simplecov (~> 0.16)
|
|
115
116
|
|
|
116
117
|
BUNDLED WITH
|
|
117
|
-
2.2.
|
|
118
|
+
2.2.32
|
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.
|
|
4
|
+
version: 0.10.0.pre.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- InfraBlocks Maintainers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake_factory
|
|
@@ -170,14 +170,14 @@ dependencies:
|
|
|
170
170
|
requirements:
|
|
171
171
|
- - "~>"
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: '
|
|
173
|
+
version: '6.1'
|
|
174
174
|
type: :development
|
|
175
175
|
prerelease: false
|
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
178
|
- - "~>"
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: '
|
|
180
|
+
version: '6.1'
|
|
181
181
|
- !ruby/object:Gem::Dependency
|
|
182
182
|
name: memfs
|
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|