katalyst-kpop 3.2.5 → 3.2.6
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
- data/README.md +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 265b8f849c193acd5f380b24bb75956fcb9f604a19f8b26c66b53eafcb08e3bc
|
4
|
+
data.tar.gz: 725b40a50766355cff40f51698c1005c23f9216579aa6e5d3a8f9229b8349ba0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74871018734d6733953c916e28b462bb6d48797fb936393f47729dec86e935e10f9e88a47bd8ab181802079f0556fb083b517ce707688614196f5dad302cd067
|
7
|
+
data.tar.gz: c2abd44da054ceec49b88745614570b102b0bd04cdd286344710f82acfc011bfccf8397e6a62b4fe9acc83ccb703f12372e603df67d6dfed2af897b521b07a22
|
data/README.md
CHANGED
@@ -123,9 +123,9 @@ calculation to check that the headers are compatible.
|
|
123
123
|
Releases need to be distributed to rubygems.org and npmjs.org. To do this, you need to have accounts with both providers
|
124
124
|
and be added as a collaborator to the kpop gem and npm packages.
|
125
125
|
|
126
|
-
1. Update the version in `
|
126
|
+
1. Update the version in `katalyst-kpop.gemspec` and run `bundle` to update `Gemfile.lock`
|
127
127
|
2. Ensure that `rake` passes (format and tests)
|
128
|
-
3. Tag
|
128
|
+
3. Tag the release and push the tag to github to run CI/CD
|
129
129
|
|
130
130
|
## License
|
131
131
|
|