bake-test-external 0.3.2 → 0.3.3
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
- checksums.yaml.gz.sig +0 -0
- data/lib/bake/test/external/version.rb +1 -1
- data/readme.md +8 -0
- data.tar.gz.sig +0 -0
- metadata +4 -18
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 791c0c350e3852586ef33ee7429401c2bee16dab8c3dc0d9ed0e3f2429918e49
|
|
4
|
+
data.tar.gz: d6ac9f1a645aae0d99e8603e4e4a7de9d45254329322f75de3e9b7b36b3b2a6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be388ba6c468398997d234b911f2a1963b1db2ade17f2939025ec1db8c112f22f12d5a819916d28c2fe29e15698686393091cdf4fa70c711781a2015e9c9e695
|
|
7
|
+
data.tar.gz: 2526de1dc326f168acee41f7afc32dec21265ec41247f49cd21c7ca1296ed92224d1db6225a4d944888b2f1fc1f6e636f20441eba472173d5ba693f86aff2315
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/readme.md
CHANGED
|
@@ -30,3 +30,11 @@ We welcome contributions to this project.
|
|
|
30
30
|
3. Commit your changes (`git commit -am 'Add some feature'`).
|
|
31
31
|
4. Push to the branch (`git push origin my-new-feature`).
|
|
32
32
|
5. Create new Pull Request.
|
|
33
|
+
|
|
34
|
+
### Developer Certificate of Origin
|
|
35
|
+
|
|
36
|
+
This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted.
|
|
37
|
+
|
|
38
|
+
### Contributor Covenant
|
|
39
|
+
|
|
40
|
+
This project is governed by [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bake-test-external
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -39,7 +39,7 @@ cert_chain:
|
|
|
39
39
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
|
40
40
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
|
41
41
|
-----END CERTIFICATE-----
|
|
42
|
-
date:
|
|
42
|
+
date: 2023-07-15 00:00:00.000000000 Z
|
|
43
43
|
dependencies:
|
|
44
44
|
- !ruby/object:Gem::Dependency
|
|
45
45
|
name: bake
|
|
@@ -55,20 +55,6 @@ dependencies:
|
|
|
55
55
|
- - ">="
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
57
|
version: '0'
|
|
58
|
-
- !ruby/object:Gem::Dependency
|
|
59
|
-
name: rspec
|
|
60
|
-
requirement: !ruby/object:Gem::Requirement
|
|
61
|
-
requirements:
|
|
62
|
-
- - ">="
|
|
63
|
-
- !ruby/object:Gem::Version
|
|
64
|
-
version: '0'
|
|
65
|
-
type: :development
|
|
66
|
-
prerelease: false
|
|
67
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
68
|
-
requirements:
|
|
69
|
-
- - ">="
|
|
70
|
-
- !ruby/object:Gem::Version
|
|
71
|
-
version: '0'
|
|
72
58
|
description:
|
|
73
59
|
email:
|
|
74
60
|
executables: []
|
|
@@ -92,14 +78,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
92
78
|
requirements:
|
|
93
79
|
- - ">="
|
|
94
80
|
- !ruby/object:Gem::Version
|
|
95
|
-
version:
|
|
81
|
+
version: 2.7.6
|
|
96
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
83
|
requirements:
|
|
98
84
|
- - ">="
|
|
99
85
|
- !ruby/object:Gem::Version
|
|
100
86
|
version: '0'
|
|
101
87
|
requirements: []
|
|
102
|
-
rubygems_version: 3.
|
|
88
|
+
rubygems_version: 3.4.10
|
|
103
89
|
signing_key:
|
|
104
90
|
specification_version: 4
|
|
105
91
|
summary: Run external test suites to check for breakage.
|
metadata.gz.sig
CHANGED
|
Binary file
|