bake-test-external 0.3.2 → 0.3.3

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: 436b2f2def2f96fc9bcb105b293e068bf78b7a1343d4cece9d1c82601260eece
4
- data.tar.gz: 2311ade76f8454a7cc535e8c7717e21b56ebbe92b4a419072def38c750bd1907
3
+ metadata.gz: 791c0c350e3852586ef33ee7429401c2bee16dab8c3dc0d9ed0e3f2429918e49
4
+ data.tar.gz: d6ac9f1a645aae0d99e8603e4e4a7de9d45254329322f75de3e9b7b36b3b2a6b
5
5
  SHA512:
6
- metadata.gz: 3619f8a89b6a4b7aab0e0962519f0ab28176314e70189d5917ef6008afceeb34dd960bcad22be6cc0569d6f850fe772cee491586d9190439ead1fcdbf6452932
7
- data.tar.gz: fa462ccd174b03d27d06f368a91048ab50b2e5b0d8f3139598fb53b2dff4f32ebdae880031b89994ce8a495b245c828181f3327ab6b801af43cad8732a9d3e98
6
+ metadata.gz: be388ba6c468398997d234b911f2a1963b1db2ade17f2939025ec1db8c112f22f12d5a819916d28c2fe29e15698686393091cdf4fa70c711781a2015e9c9e695
7
+ data.tar.gz: 2526de1dc326f168acee41f7afc32dec21265ec41247f49cd21c7ca1296ed92224d1db6225a4d944888b2f1fc1f6e636f20441eba472173d5ba693f86aff2315
checksums.yaml.gz.sig CHANGED
Binary file
@@ -6,7 +6,7 @@
6
6
  module Bake
7
7
  module Test
8
8
  module External
9
- VERSION = "0.3.2"
9
+ VERSION = "0.3.3"
10
10
  end
11
11
  end
12
12
  end
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.2
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: 2022-10-13 00:00:00.000000000 Z
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: '0'
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.3.7
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