bootstrap5-rails-extensions 0.1.0 → 0.1.1
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/Gemfile.lock +1 -1
- data/bootstrap5_rails_extensions.gemspec +1 -1
- data/lib/bootstrap5_rails_extensions/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef22d282b16beda6e45198696a5a195bd7b1c8fec2194d0a800feac98250241c
|
|
4
|
+
data.tar.gz: 6688cd5525b52bc6fff9eac91ce4f34c0bad6485ff7e44f5e6fef9947d52e213
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 818f330d8adbf842416ea5f326ab16b6e8521d32291351cbe327ee2a5de12afa7a92817fac300f5a389e23561d749a4011e732b6b83b6b066c12250d29810db5
|
|
7
|
+
data.tar.gz: e8e7e38011baabc19fedea102432a44f760f7998d14d0c7d505a78a712d3899b381a766705c6c59462852abbb4e9b4bc869a42562258a6ecee34c666c5bc6c38
|
data/Gemfile.lock
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "Bootstrap 5 extensions for Rails (Stimulus/Turbo friendly)"
|
|
12
12
|
spec.description = "Rails Engine offering Bootstrap 5 extensions. Includes a render_modal helper and a shared modal partial, designed to work smoothly with Stimulus and Turbo."
|
|
13
|
-
spec.homepage = "https://
|
|
13
|
+
spec.homepage = "https://github.com/dw-kodani/bootstrap5-rails-extensions"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.required_ruby_version = ">= 3.1.0"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap5-rails-extensions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dreaw Inc.
|
|
@@ -56,12 +56,12 @@ files:
|
|
|
56
56
|
- lib/bootstrap5_rails_extensions/engine.rb
|
|
57
57
|
- lib/bootstrap5_rails_extensions/turbo_stream_toast.rb
|
|
58
58
|
- lib/bootstrap5_rails_extensions/version.rb
|
|
59
|
-
homepage: https://
|
|
59
|
+
homepage: https://github.com/dw-kodani/bootstrap5-rails-extensions
|
|
60
60
|
licenses:
|
|
61
61
|
- MIT
|
|
62
62
|
metadata:
|
|
63
|
-
homepage_uri: https://
|
|
64
|
-
source_code_uri: https://
|
|
63
|
+
homepage_uri: https://github.com/dw-kodani/bootstrap5-rails-extensions
|
|
64
|
+
source_code_uri: https://github.com/dw-kodani/bootstrap5-rails-extensions
|
|
65
65
|
rubygems_mfa_required: 'true'
|
|
66
66
|
rdoc_options: []
|
|
67
67
|
require_paths:
|