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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d474e088c4e028c5086730e93991c25b52559a7851469d5b27ef648c569418b4
4
- data.tar.gz: 7e376d17ad4dbadba15b41cfb7010575d69dabfee2f494f6f3fb1df2ed9e5770
3
+ metadata.gz: ef22d282b16beda6e45198696a5a195bd7b1c8fec2194d0a800feac98250241c
4
+ data.tar.gz: 6688cd5525b52bc6fff9eac91ce4f34c0bad6485ff7e44f5e6fef9947d52e213
5
5
  SHA512:
6
- metadata.gz: a4d051ba8ca01298ae82f600974f3021ac1786f5ff50dd64546fe18bcbd2549ecdf2c6f56210b6b84f7521cb84203c801a759a14cbe85ac39d8d5350f3feb954
7
- data.tar.gz: c6a9ba17cea83be96fecb56e2a04b1074132117c46b6daaad85a602552c26e0d67abbfbd6ebb5194a485a0951f9a30ef971d9b8219f281c53ceff2e8c327f061
6
+ metadata.gz: 818f330d8adbf842416ea5f326ab16b6e8521d32291351cbe327ee2a5de12afa7a92817fac300f5a389e23561d749a4011e732b6b83b6b066c12250d29810db5
7
+ data.tar.gz: e8e7e38011baabc19fedea102432a44f760f7998d14d0c7d505a78a712d3899b381a766705c6c59462852abbb4e9b4bc869a42562258a6ecee34c666c5bc6c38
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bootstrap5-rails-extensions (0.1.0)
4
+ bootstrap5-rails-extensions (0.1.1)
5
5
  rails (>= 8.0)
6
6
 
7
7
  GEM
@@ -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://dreaw.jp"
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bootstrap5RailsExtensions
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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://dreaw.jp
59
+ homepage: https://github.com/dw-kodani/bootstrap5-rails-extensions
60
60
  licenses:
61
61
  - MIT
62
62
  metadata:
63
- homepage_uri: https://dreaw.jp
64
- source_code_uri: https://dreaw.jp
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: