launchdarkly-releaser-test-ruby 3.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.circleci/config.yml +20 -0
- data/.ldrelease/config.yml +5 -0
- data/CHANGELOG.md +249 -0
- data/Gemfile +3 -0
- data/README.md +9 -0
- data/VERSION +1 -0
- data/lib/ld-releaser-test.rb +8 -0
- data/lib/ld-releaser-test/version.rb +3 -0
- data/releaser-test-project-ruby.gemspec +25 -0
- data/spec/ld-releaser-test_spec.rb +7 -0
- metadata +82 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: cb9cf698d771bfb4cf91946f3a078cd28904413550a1178bd467d0a64ab7a5c8
|
4
|
+
data.tar.gz: 8fc6e5a01e1166c7ef17e434ef29ab608dd261f2d9bf4e7d8caf1cc60b95c07f
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 55ced59c99fcbec83474ca36c217054718c16cb04e27b7a715e281c11572d89dbc97267e3084f0ac89239ee0814d6729f94911d024fe68cf53480a3d3151d4ee
|
7
|
+
data.tar.gz: 170aa396b6a4c5299903ff585f2eef6a5c1419b12748f2bb3c17e4633d897ddea15055692f4be1a98cbeb121d9300fc8509fe38371c2e570ef12c6a45e4c7bd6
|
@@ -0,0 +1,20 @@
|
|
1
|
+
version: 2.1
|
2
|
+
|
3
|
+
orbs:
|
4
|
+
win: circleci/windows@1.0.0
|
5
|
+
|
6
|
+
workflows:
|
7
|
+
version: 2
|
8
|
+
test:
|
9
|
+
jobs:
|
10
|
+
- build
|
11
|
+
|
12
|
+
jobs:
|
13
|
+
build:
|
14
|
+
executor:
|
15
|
+
name: win/vs2019
|
16
|
+
shell: powershell.exe
|
17
|
+
|
18
|
+
steps:
|
19
|
+
- checkout
|
20
|
+
- run: Write-Host "this is just a regular build, not a release"
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,249 @@
|
|
1
|
+
# Change log
|
2
|
+
|
3
|
+
All notable changes will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
|
4
|
+
|
5
|
+
## [3.0.7] - 2021-02-10
|
6
|
+
Testing Ruby project with old schema
|
7
|
+
|
8
|
+
## [3.0.6] - 2021-02-09
|
9
|
+
Testing Docker jobs with credentials + CircleCI job.
|
10
|
+
|
11
|
+
## [3.0.5] - 2021-02-09
|
12
|
+
Testing Docker jobs with credentials + CircleCI job.
|
13
|
+
|
14
|
+
## [3.0.4] - 2021-02-09
|
15
|
+
Testing Docker jobs with credentials + CircleCI job.
|
16
|
+
|
17
|
+
## [3.0.2] - 2021-02-09
|
18
|
+
Testing Docker jobs with credentials + CircleCI job.
|
19
|
+
|
20
|
+
## [3.0.1] - 2021-02-09
|
21
|
+
Testing Docker jobs with credentials + CircleCI job.
|
22
|
+
|
23
|
+
## [3.0.0] - 2021-02-09
|
24
|
+
Testing Docker jobs with credentials + CircleCI job.
|
25
|
+
|
26
|
+
## [2.8.2] - 2021-01-26
|
27
|
+
Testing Docker jobs.
|
28
|
+
|
29
|
+
## [2.8.1] - 2021-01-26
|
30
|
+
Testing Docker jobs.
|
31
|
+
|
32
|
+
## [2.8.0] - 2020-11-22
|
33
|
+
Testing Docker jobs.
|
34
|
+
|
35
|
+
## [2.7.7] - 2020-11-17
|
36
|
+
Testing v2 job schema.
|
37
|
+
|
38
|
+
## [2.7.6] - 2020-11-17
|
39
|
+
Testing v2 job schema.
|
40
|
+
|
41
|
+
## [2.7.5] - 2020-11-17
|
42
|
+
Testing v2 job schema.
|
43
|
+
|
44
|
+
## [2.7.4] - 2020-11-17
|
45
|
+
Testing v2 job schema.
|
46
|
+
|
47
|
+
## [2.7.3] - 2020-11-17
|
48
|
+
Testing v2 job schema.
|
49
|
+
|
50
|
+
## [2.7.2] - 2020-11-17
|
51
|
+
Testing v2 job schema.
|
52
|
+
|
53
|
+
## [2.7.1] - 2020-11-17
|
54
|
+
Testing v2 job schema.
|
55
|
+
|
56
|
+
## [2.7.0] - 2020-11-17
|
57
|
+
Testing v2 job schema.
|
58
|
+
|
59
|
+
## [2.6.3] - 2020-03-12
|
60
|
+
Testing release tag format.
|
61
|
+
|
62
|
+
## [2.6.2] - 2020-03-12
|
63
|
+
Testing release tag format.
|
64
|
+
|
65
|
+
## [2.6.1] - 2020-03-12
|
66
|
+
Testing release tag format.
|
67
|
+
|
68
|
+
## [2.6.0] - 2020-03-12
|
69
|
+
Testing release tag format.
|
70
|
+
|
71
|
+
## [2.5.9] - 2020-02-07
|
72
|
+
Testing timeout.
|
73
|
+
|
74
|
+
## [2.5.8] - 2020-02-07
|
75
|
+
Testing context.
|
76
|
+
|
77
|
+
## [2.5.7] - 2020-02-07
|
78
|
+
Testing context.
|
79
|
+
|
80
|
+
## [2.5.6] - 2020-02-06
|
81
|
+
Better
|
82
|
+
|
83
|
+
## [2.5.5] - 2020-02-06
|
84
|
+
A thing.
|
85
|
+
|
86
|
+
## [2.5.4] - 2020-02-06
|
87
|
+
A thing.
|
88
|
+
|
89
|
+
## [2.5.3] - 2020-02-06
|
90
|
+
Testing thingy
|
91
|
+
|
92
|
+
## [2.5.2] - 2019-09-01
|
93
|
+
Testing artifacts
|
94
|
+
|
95
|
+
## [2.5.1] - 2019-09-01
|
96
|
+
Testing artifacts
|
97
|
+
|
98
|
+
## [2.5.0] - 2019-09-01
|
99
|
+
Testing artifacts
|
100
|
+
|
101
|
+
## [2.4.0] - 2019-08-30
|
102
|
+
How about three builds at once?
|
103
|
+
|
104
|
+
## [2.3.1] - 2019-08-29
|
105
|
+
How about three builds at once?
|
106
|
+
|
107
|
+
## [2.3.0] - 2019-08-29
|
108
|
+
How about three builds at once?
|
109
|
+
|
110
|
+
## [2.2.1] - 2019-08-29
|
111
|
+
Testing delegated build.
|
112
|
+
|
113
|
+
## [2.2] - 2019-08-29
|
114
|
+
Testing delegated build.
|
115
|
+
|
116
|
+
## [2.1.29] - 2019-08-28
|
117
|
+
Testing delegated build.
|
118
|
+
|
119
|
+
## [2.1.28] - 2019-08-28
|
120
|
+
Testing delegated build.
|
121
|
+
|
122
|
+
## [2.1.27] - 2019-08-28
|
123
|
+
Testing delegated build.
|
124
|
+
|
125
|
+
## [2.1.26] - 2019-08-28
|
126
|
+
Testing delegated build.
|
127
|
+
|
128
|
+
## [2.1.25] - 2019-08-28
|
129
|
+
Testing delegated build.
|
130
|
+
|
131
|
+
## [2.1.24] - 2019-08-28
|
132
|
+
Testing delegated build.
|
133
|
+
|
134
|
+
## [2.1.23] - 2019-08-28
|
135
|
+
Testing delegated build.
|
136
|
+
|
137
|
+
## [2.1.22] - 2019-08-28
|
138
|
+
Testing delegated build.
|
139
|
+
|
140
|
+
## [2.1.21] - 2019-08-28
|
141
|
+
Testing delegated build.
|
142
|
+
|
143
|
+
## [2.1.20] - 2019-08-28
|
144
|
+
Testing delegated build.
|
145
|
+
|
146
|
+
## [2.1.19] - 2019-08-28
|
147
|
+
Testing delegated build.
|
148
|
+
|
149
|
+
## [2.1.18] - 2019-08-28
|
150
|
+
Testing delegated build.
|
151
|
+
|
152
|
+
## [2.1.17] - 2019-08-28
|
153
|
+
Testing delegated build.
|
154
|
+
|
155
|
+
## [2.1.16] - 2019-08-28
|
156
|
+
Testing delegated build.
|
157
|
+
|
158
|
+
## [2.1.15] - 2019-08-28
|
159
|
+
Testing delegated build.
|
160
|
+
|
161
|
+
## [2.1.14] - 2019-08-28
|
162
|
+
Testing delegated build.
|
163
|
+
|
164
|
+
## [2.1.13] - 2019-08-28
|
165
|
+
Testing delegated build.
|
166
|
+
|
167
|
+
## [2.1.12] - 2019-08-28
|
168
|
+
Testing delegated build.
|
169
|
+
|
170
|
+
## [2.1.11] - 2019-08-28
|
171
|
+
Testing delegated build.
|
172
|
+
|
173
|
+
## [2.1.10] - 2019-08-28
|
174
|
+
Testing delegated build.
|
175
|
+
|
176
|
+
## [2.1.9] - 2019-08-28
|
177
|
+
Testing delegated build.
|
178
|
+
|
179
|
+
## [2.1.8] - 2019-08-28
|
180
|
+
Testing delegated build.
|
181
|
+
|
182
|
+
## [2.1.7] - 2019-08-28
|
183
|
+
Testing delegated build.
|
184
|
+
|
185
|
+
## [2.1.6] - 2019-08-28
|
186
|
+
Testing delegated build.
|
187
|
+
|
188
|
+
## [2.1.5] - 2019-08-28
|
189
|
+
Testing delegated build.
|
190
|
+
|
191
|
+
## [2.1.4] - 2019-08-28
|
192
|
+
Testing delegated build.
|
193
|
+
|
194
|
+
## [2.1.3] - 2019-08-28
|
195
|
+
Testing delegated build.
|
196
|
+
|
197
|
+
## [2.1.2] - 2019-08-28
|
198
|
+
Testing delegated build.
|
199
|
+
|
200
|
+
## [2.1.1] - 2019-08-28
|
201
|
+
Testing delegated build.
|
202
|
+
|
203
|
+
## [2.1.0] - 2019-08-28
|
204
|
+
Testing delegated build.
|
205
|
+
|
206
|
+
## [2.0.0] - 2019-08-18
|
207
|
+
First 2.x release.
|
208
|
+
|
209
|
+
## [1.0.13] - 2019-08-17
|
210
|
+
Just testing the logs again.
|
211
|
+
|
212
|
+
## [1.0.12] - 2019-08-17
|
213
|
+
Testing the log.
|
214
|
+
|
215
|
+
## [1.0.11] - 2019-08-17
|
216
|
+
Testing the log.
|
217
|
+
|
218
|
+
## [1.0.10] - 2019-08-17
|
219
|
+
Testing the log.
|
220
|
+
|
221
|
+
## [1.0.9] - 2019-08-17
|
222
|
+
Testing the log.
|
223
|
+
|
224
|
+
## [1.0.8] - 2019-08-17
|
225
|
+
Testing the log.
|
226
|
+
|
227
|
+
## [1.0.7] - 2019-08-17
|
228
|
+
Testing the log.
|
229
|
+
|
230
|
+
## [1.0.6] - 2019-08-17
|
231
|
+
Testing the log.
|
232
|
+
|
233
|
+
## [1.0.5] - 2019-08-17
|
234
|
+
Testing the log.
|
235
|
+
|
236
|
+
## [1.0.4] - 2019-08-17
|
237
|
+
Testing the log.
|
238
|
+
|
239
|
+
## [1.0.3] - 2019-08-17
|
240
|
+
Testing the log.
|
241
|
+
|
242
|
+
## [1.0.2] - 2019-08-17
|
243
|
+
Testing the log.
|
244
|
+
|
245
|
+
## [1.0.1] - 2019-08-17
|
246
|
+
Testing the log.
|
247
|
+
|
248
|
+
## [1.0.0] - 2019-08-14
|
249
|
+
Initial release.
|
data/Gemfile
ADDED
data/README.md
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
|
2
|
+
This project tests our workflow for publishing releases of open-source projects that do not have a private mirror repository.
|
3
|
+
|
4
|
+
The overall workflow is as follows:
|
5
|
+
|
6
|
+
1. Make sure all releaseable changes have been merged-- including external contributions that were merged into the `contrib` branch, if any.
|
7
|
+
2. Make sure all tests are green.
|
8
|
+
3. Run the project-specific release script(s) from the public repo, which may involve committing changes there.
|
9
|
+
4. Create a Git tag and a Github release.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
3.0.6
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
lib = File.expand_path("../lib", __FILE__)
|
4
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
5
|
+
require "ld-releaser-test/version"
|
6
|
+
|
7
|
+
# rubocop:disable Metrics/BlockLength
|
8
|
+
Gem::Specification.new do |spec|
|
9
|
+
spec.name = "launchdarkly-releaser-test-ruby"
|
10
|
+
spec.version = ReleaserTest::VERSION
|
11
|
+
spec.authors = ["LaunchDarkly"]
|
12
|
+
spec.email = ["team@launchdarkly.com"]
|
13
|
+
spec.summary = "Test project, please ignore"
|
14
|
+
spec.description = "Test project, please ignore"
|
15
|
+
spec.homepage = "https://github.com/launchdarkly/releaser-test-project-ruby"
|
16
|
+
spec.license = "Apache-2.0"
|
17
|
+
|
18
|
+
spec.files = `git ls-files -z`.split("\x0")
|
19
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
20
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
21
|
+
spec.require_paths = ["lib"]
|
22
|
+
|
23
|
+
spec.add_development_dependency "bundler", "~> 1.7"
|
24
|
+
spec.add_development_dependency "rspec", "~> 3.2"
|
25
|
+
end
|
metadata
ADDED
@@ -0,0 +1,82 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: launchdarkly-releaser-test-ruby
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.0.7
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- LaunchDarkly
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-02-11 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.7'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.7'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rspec
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '3.2'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '3.2'
|
41
|
+
description: Test project, please ignore
|
42
|
+
email:
|
43
|
+
- team@launchdarkly.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- ".circleci/config.yml"
|
49
|
+
- ".ldrelease/config.yml"
|
50
|
+
- CHANGELOG.md
|
51
|
+
- Gemfile
|
52
|
+
- README.md
|
53
|
+
- VERSION
|
54
|
+
- lib/ld-releaser-test.rb
|
55
|
+
- lib/ld-releaser-test/version.rb
|
56
|
+
- releaser-test-project-ruby.gemspec
|
57
|
+
- spec/ld-releaser-test_spec.rb
|
58
|
+
homepage: https://github.com/launchdarkly/releaser-test-project-ruby
|
59
|
+
licenses:
|
60
|
+
- Apache-2.0
|
61
|
+
metadata: {}
|
62
|
+
post_install_message:
|
63
|
+
rdoc_options: []
|
64
|
+
require_paths:
|
65
|
+
- lib
|
66
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
67
|
+
requirements:
|
68
|
+
- - ">="
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
version: '0'
|
71
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
requirements: []
|
77
|
+
rubygems_version: 3.1.2
|
78
|
+
signing_key:
|
79
|
+
specification_version: 4
|
80
|
+
summary: Test project, please ignore
|
81
|
+
test_files:
|
82
|
+
- spec/ld-releaser-test_spec.rb
|