katalyst-kpop 3.2.4 → 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
- data/app/assets/stylesheets/katalyst/kpop/_modal.scss +2 -1
- metadata +6 -6
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
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: katalyst-kpop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katalyst Interactive
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: katalyst-html-attributes
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description:
|
55
|
+
description:
|
56
56
|
email:
|
57
57
|
- developers@katalyst.com.au
|
58
58
|
executables: []
|
@@ -115,7 +115,7 @@ licenses:
|
|
115
115
|
- MIT
|
116
116
|
metadata:
|
117
117
|
rubygems_mfa_required: 'true'
|
118
|
-
post_install_message:
|
118
|
+
post_install_message:
|
119
119
|
rdoc_options: []
|
120
120
|
require_paths:
|
121
121
|
- lib
|
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
131
|
version: '0'
|
132
132
|
requirements: []
|
133
133
|
rubygems_version: 3.5.22
|
134
|
-
signing_key:
|
134
|
+
signing_key:
|
135
135
|
specification_version: 4
|
136
136
|
summary: Modal library that uses Turbo and Stimulus.
|
137
137
|
test_files: []
|