bake-modernize 0.53.0 → 0.54.0
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/bake/modernize/contributing.rb +16 -0
- data/lib/bake/modernize/version.rb +1 -1
- data/template/readme/readme.md +16 -0
- data.tar.gz.sig +0 -0
- metadata +2 -2
- 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: 370197f8715616961268175601d27525b0d142e577ad92ddbe7e19ac0828c11f
|
|
4
|
+
data.tar.gz: 46a5f006fdc008cce89ca7264948f94f834669c9da9c75ac133d08ccec3e3232
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a39017584ea25bb2f45b16ed817047639195c338ce1002118f2bb9ae20e24aaa17250253134fc2ba43cf59b2f23ffe034682af10c9d391d0f27407d4a02192b2
|
|
7
|
+
data.tar.gz: 5b9596fd3010d81778c8eff787a2a9b01435a4b0fd523aea124061f5da7061cdaa4797b26c824901fd36aac596c9f2e6b4365826a2bff1c355020d67a7602ee9
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -27,6 +27,22 @@ We welcome contributions to this project.
|
|
|
27
27
|
4. Push to the branch (`git push origin my-new-feature`).
|
|
28
28
|
5. Create new Pull Request.
|
|
29
29
|
|
|
30
|
+
### Running Tests
|
|
31
|
+
|
|
32
|
+
To run the test suite:
|
|
33
|
+
|
|
34
|
+
``` shell
|
|
35
|
+
bundle exec sus
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Making Releases
|
|
39
|
+
|
|
40
|
+
To make a new release:
|
|
41
|
+
|
|
42
|
+
``` shell
|
|
43
|
+
bundle exec bake gem:release:patch # or minor or major
|
|
44
|
+
```
|
|
45
|
+
|
|
30
46
|
### Developer Certificate of Origin
|
|
31
47
|
|
|
32
48
|
In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
|
data/template/readme/readme.md
CHANGED
|
@@ -22,6 +22,22 @@ We welcome contributions to this project.
|
|
|
22
22
|
4. Push to the branch (`git push origin my-new-feature`).
|
|
23
23
|
5. Create new Pull Request.
|
|
24
24
|
|
|
25
|
+
### Running Tests
|
|
26
|
+
|
|
27
|
+
To run the test suite:
|
|
28
|
+
|
|
29
|
+
``` shell
|
|
30
|
+
bundle exec sus
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### Making Releases
|
|
34
|
+
|
|
35
|
+
To make a new release:
|
|
36
|
+
|
|
37
|
+
``` shell
|
|
38
|
+
bundle exec bake gem:release:patch # or minor or major
|
|
39
|
+
```
|
|
40
|
+
|
|
25
41
|
### Developer Certificate of Origin
|
|
26
42
|
|
|
27
43
|
In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bake-modernize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.54.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
182
182
|
- !ruby/object:Gem::Version
|
|
183
183
|
version: '0'
|
|
184
184
|
requirements: []
|
|
185
|
-
rubygems_version: 4.0.
|
|
185
|
+
rubygems_version: 4.0.6
|
|
186
186
|
specification_version: 4
|
|
187
187
|
summary: Automatically modernize parts of your project/gem.
|
|
188
188
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|