stimulus_plumbers_tailwind 0.4.3 → 0.4.4

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: 9eb6bbfe958bd425b443843724ef2b3a66041f04fe40ec4b041a72accd9ec497
4
- data.tar.gz: f1928462ed5485e7560a1993e72aeddbd90dd734db280703ae50e751bfcb6306
3
+ metadata.gz: cc13ebbc0d54b3d0b83fe52d34b67c051244438358d02102cc8337d39c8a7916
4
+ data.tar.gz: f34456ae1ab6b932d27df84124d3c4c2e40a1bcecd42a103be8894a6983951aa
5
5
  SHA512:
6
- metadata.gz: ce4edf07b1b20042b73e67c4d16d86eb6213e0e08a3fdb2049a362c4042941fe7672b5503e185da78c4e85394a4592e7a51971fcfca01802c14d4df5c2cf4bad
7
- data.tar.gz: 625987458573abbe7ab612323c81ce300b2ac993347e6af4903e1a034b35c7153a81d716695a79531c38578d78f0884feddfe15655b0e252cbccc0f254d05ae5
6
+ metadata.gz: 071bf0b4b5d77db471480274eb802aa6cf1e429a2163393953ad94bcd4afa7d62ffc8b45b83c0ff132dd352f78e2f295990fd0d74d80c15a139369e2943557e0
7
+ data.tar.gz: 5e34b159bd66b6caa3307e3dd8ec3c1f7083f992c4d8c4d5100f25a8bdb62869283a75eea332878deaee07de8edcdf3a22d2b0a5cb88dfd909a5dd36a6e89189
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module StimulusPlumbers
4
+ module Tailwind
5
+ VERSION = "0.4.4"
6
+ end
7
+ end
@@ -2,7 +2,7 @@
2
2
 
3
3
  require "stimulus_plumbers"
4
4
 
5
- require_relative "stimulus_plumbers_tailwind/version"
5
+ require_relative "stimulus_plumbers/tailwind/version"
6
6
  require_relative "stimulus_plumbers/themes/tailwind_theme"
7
7
 
8
8
  if defined?(Rails::Engine)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_plumbers_tailwind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Chang
@@ -34,6 +34,7 @@ files:
34
34
  - LICENSE-DEPENDENCIES
35
35
  - README.md
36
36
  - lib/generators/stimulus_plumbers_tailwind/install/install_generator.rb
37
+ - lib/stimulus_plumbers/tailwind/version.rb
37
38
  - lib/stimulus_plumbers/themes/tailwind/avatar.rb
38
39
  - lib/stimulus_plumbers/themes/tailwind/button.rb
39
40
  - lib/stimulus_plumbers/themes/tailwind/button/group.rb
@@ -704,7 +705,6 @@ files:
704
705
  - lib/stimulus_plumbers/themes/tailwind_theme.rb
705
706
  - lib/stimulus_plumbers_tailwind.rb
706
707
  - lib/stimulus_plumbers_tailwind/engine.rb
707
- - lib/stimulus_plumbers_tailwind/version.rb
708
708
  - lib/tasks/stimulus_plumbers_tailwind.rake
709
709
  homepage: https://github.com/ryancyq/stimulus-plumbers
710
710
  licenses:
@@ -1,5 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module StimulusPlumbersTailwind
4
- VERSION = "0.4.3"
5
- end