concourse.rb 0.5.0.pre.9 → 0.5.0.pre.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +20 -16
- data/Rakefile +3 -1
- data/lib/concourse/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e03080a9dcc51b5c8b2c6374b97e2eea13de414e601718c7ec7fd37f845f1a2
|
4
|
+
data.tar.gz: 991516fc11cf3eb57352345929c50f58f8210ea6b419461337ad41ae94f1f972
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcded24cc9c70718ab349d542ca36b100e78e6c7ce1aa8802b448e5434120b61e1c87766056bc8f3eb56c861b4c942ddd4f58c7fdc6010c04c9b7c16517486f0
|
7
|
+
data.tar.gz: 1c0a5c6facc3046729091723704ab91da0affc102c1f56b657e3b3060c673323aba65e22967f7cdb389c5ec06b1c4b137fae41d89dd6713657f9b2f2abb59b21
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
concourse.rb (0.5.0.pre.
|
4
|
+
concourse.rb (0.5.0.pre.10)
|
5
5
|
excon (>= 0.72, < 1)
|
6
6
|
semantic (>= 1.5, < 2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (6.1.4.
|
11
|
+
activesupport (6.1.4.4)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
13
|
i18n (>= 1.6, < 2)
|
14
14
|
minitest (>= 5.1)
|
@@ -21,48 +21,52 @@ GEM
|
|
21
21
|
concurrent-ruby (1.1.9)
|
22
22
|
diff-lcs (1.4.4)
|
23
23
|
docile (1.4.0)
|
24
|
-
excon (0.
|
24
|
+
excon (0.89.0)
|
25
25
|
faker (2.19.0)
|
26
26
|
i18n (>= 1.6, < 2)
|
27
|
-
faraday (1.
|
27
|
+
faraday (1.9.3)
|
28
28
|
faraday-em_http (~> 1.0)
|
29
29
|
faraday-em_synchrony (~> 1.0)
|
30
30
|
faraday-excon (~> 1.1)
|
31
|
-
faraday-httpclient (~> 1.0
|
31
|
+
faraday-httpclient (~> 1.0)
|
32
|
+
faraday-multipart (~> 1.0)
|
32
33
|
faraday-net_http (~> 1.0)
|
33
|
-
faraday-net_http_persistent (~> 1.
|
34
|
+
faraday-net_http_persistent (~> 1.0)
|
34
35
|
faraday-patron (~> 1.0)
|
35
36
|
faraday-rack (~> 1.0)
|
36
|
-
|
37
|
+
faraday-retry (~> 1.0)
|
37
38
|
ruby2_keywords (>= 0.0.4)
|
38
39
|
faraday-em_http (1.0.0)
|
39
40
|
faraday-em_synchrony (1.0.0)
|
40
41
|
faraday-excon (1.1.0)
|
41
42
|
faraday-httpclient (1.0.1)
|
43
|
+
faraday-multipart (1.0.3)
|
44
|
+
multipart-post (>= 1.2, < 3)
|
42
45
|
faraday-net_http (1.0.1)
|
43
46
|
faraday-net_http_persistent (1.2.0)
|
44
47
|
faraday-patron (1.0.0)
|
45
48
|
faraday-rack (1.0.0)
|
49
|
+
faraday-retry (1.0.3)
|
46
50
|
gem-release (2.2.2)
|
47
51
|
hamster (3.0.0)
|
48
52
|
concurrent-ruby (~> 1.0)
|
49
|
-
i18n (1.
|
53
|
+
i18n (1.9.1)
|
50
54
|
concurrent-ruby (~> 1.0)
|
51
55
|
ipaddr (1.2.2)
|
52
56
|
jwt (2.3.0)
|
53
57
|
lino (3.0.0)
|
54
58
|
hamster (~> 3.0)
|
55
59
|
open4 (~> 1.3)
|
56
|
-
minitest (5.
|
60
|
+
minitest (5.15.0)
|
57
61
|
multipart-post (2.1.1)
|
58
|
-
octokit (4.
|
62
|
+
octokit (4.22.0)
|
59
63
|
faraday (>= 0.9)
|
60
64
|
sawyer (~> 0.8.0, >= 0.5.3)
|
61
65
|
open4 (1.3.4)
|
62
66
|
openssl (2.2.1)
|
63
67
|
ipaddr
|
64
68
|
parallel (1.21.0)
|
65
|
-
parser (3.0.
|
69
|
+
parser (3.0.3.1)
|
66
70
|
ast (~> 2.4.1)
|
67
71
|
public_suffix (4.0.6)
|
68
72
|
rainbow (3.0.0)
|
@@ -75,7 +79,7 @@ GEM
|
|
75
79
|
rake_factory (0.29.0)
|
76
80
|
activesupport (>= 4)
|
77
81
|
rake (~> 13.0)
|
78
|
-
rake_github (0.
|
82
|
+
rake_github (0.9.0)
|
79
83
|
colored2 (~> 3.1)
|
80
84
|
octokit (~> 4.16)
|
81
85
|
rake_factory (~> 0.23)
|
@@ -111,11 +115,11 @@ GEM
|
|
111
115
|
rubocop-ast (>= 1.12.0, < 2.0)
|
112
116
|
ruby-progressbar (~> 1.7)
|
113
117
|
unicode-display_width (>= 1.4.0, < 3.0)
|
114
|
-
rubocop-ast (1.
|
118
|
+
rubocop-ast (1.14.0)
|
115
119
|
parser (>= 3.0.1.1)
|
116
120
|
rubocop-rake (0.6.0)
|
117
121
|
rubocop (~> 1.0)
|
118
|
-
rubocop-rspec (2.
|
122
|
+
rubocop-rspec (2.6.0)
|
119
123
|
rubocop (~> 1.19)
|
120
124
|
ruby-progressbar (1.11.0)
|
121
125
|
ruby2_keywords (0.0.5)
|
@@ -135,7 +139,7 @@ GEM
|
|
135
139
|
tzinfo (2.0.4)
|
136
140
|
concurrent-ruby (~> 1.0)
|
137
141
|
unicode-display_width (2.1.0)
|
138
|
-
zeitwerk (2.4
|
142
|
+
zeitwerk (2.5.4)
|
139
143
|
|
140
144
|
PLATFORMS
|
141
145
|
ruby
|
@@ -161,4 +165,4 @@ DEPENDENCIES
|
|
161
165
|
simplecov
|
162
166
|
|
163
167
|
BUNDLED WITH
|
164
|
-
2.
|
168
|
+
2.3.7
|
data/Rakefile
CHANGED
@@ -83,7 +83,7 @@ end
|
|
83
83
|
RakeGithub.define_repository_tasks(
|
84
84
|
namespace: :github,
|
85
85
|
repository: 'infrablocks/concourse.rb'
|
86
|
-
) do |t|
|
86
|
+
) do |t, args|
|
87
87
|
github_config =
|
88
88
|
YAML.load_file('config/secrets/github/config.yaml')
|
89
89
|
|
@@ -94,6 +94,8 @@ RakeGithub.define_repository_tasks(
|
|
94
94
|
public_key: File.read('config/secrets/ci/ssh.public')
|
95
95
|
}
|
96
96
|
]
|
97
|
+
t.branch_name = args.branch_name
|
98
|
+
t.commit_message = args.commit_message
|
97
99
|
end
|
98
100
|
|
99
101
|
namespace :pipeline do
|
data/lib/concourse/version.rb
CHANGED
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.pre.
|
4
|
+
version: 0.5.0.pre.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- InfraBlocks Maintainers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: excon
|