tailwindui_rails 0.1.0 → 0.2.0

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: c66068b76407906b0e629e094f3c9925ab3130560e3389c75b40ff6a79d85ad2
4
- data.tar.gz: bc64e0db5b5f39b4a915aecd7aecdcae6141e11d976e335d53afbe2034c2bd63
3
+ metadata.gz: bc0609ac7bd929d4ef2f1e1e667647f48d994d5a8fb123322e7c831e572a9aef
4
+ data.tar.gz: c99fbce74cdc4f5baae1eab5b47c261ae65c1ddd88b251892c0966e763d1a10c
5
5
  SHA512:
6
- metadata.gz: 7972cee30083ee2f66a44c3cc2b909d158a0a45160e57164dd43afcf672ef3a81ea800c820709853644336cc62f5ce637f98a6049615ff4ea33c230a441a4aa3
7
- data.tar.gz: 2808faaa7fe77bfa43db85cf6fb91f302ddf921b537cf4de1ae9e2b874f8c1a01f97ed4a6b1e6ae5fbc352bbd569a2cba3b36f5b3b046f236f85543524a6ff1f
6
+ metadata.gz: 4bba23e42b16d7dd4e09772a751b8e2aeb367b8ae1c445cc430726396a6aa40011a6e611587a40f8aafeb555130aa8cb2147b1eff49522e3f541344cdab379cc
7
+ data.tar.gz: dbde435f401132a84dd117a8c0c33523873cde4829ffec4e1c7dadf638d590ec792630bef959ef62899e1d016e74325fcf83a26fab12dc2da9361e2f76fdf62c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tailwindui_rails (0.1.0)
4
+ tailwindui_rails (0.2.0)
5
5
  railties (>= 6.0)
6
6
 
7
7
  GEM
@@ -55,7 +55,7 @@ GEM
55
55
  method_source
56
56
  rake (>= 0.8.7)
57
57
  thor (>= 0.20.3, < 2.0)
58
- rake (10.5.0)
58
+ rake (13.0.1)
59
59
  rspec (3.9.0)
60
60
  rspec-core (~> 3.9.0)
61
61
  rspec-expectations (~> 3.9.0)
@@ -80,7 +80,7 @@ PLATFORMS
80
80
 
81
81
  DEPENDENCIES
82
82
  bundler (~> 1.17)
83
- rake (~> 10.0)
83
+ rake (~> 13.0)
84
84
  rspec (~> 3.0)
85
85
  tailwindui_rails!
86
86
 
@@ -1,3 +1,3 @@
1
1
  module TailwinduiRails
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
Binary file
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jmscholen@gmail.com"]
11
11
 
12
12
  spec.summary = %q{TailwindUI and Rails 6 gem.}
13
- spec.description = %q{This gem allows you to run a simple command to install Tailwindcss and the necessary components in order to use TailwindUI. This repo contains no TailwindUI components. You must purchase a license from tailwindui.com. }
13
+ spec.description = %q{This gem allows you to run a simple command to install Tailwindcss and the necessary modifications in order to use TailwindUI on a Rails 6 app. This repo contains no TailwindUI components. You must purchase a license from tailwindui.com. }
14
14
  spec.homepage = "https://github.com/jmscholen/tailwindui_rails"
15
15
  spec.license = "MIT"
16
16
 
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.require_paths = ["lib"]
23
23
 
24
24
  spec.add_development_dependency "bundler", "~> 1.17"
25
- spec.add_development_dependency "rake", "~> 10.0"
25
+ spec.add_development_dependency "rake", "~> 13.0"
26
26
  spec.add_development_dependency "rspec", "~> 3.0"
27
27
 
28
28
  spec.add_dependency("railties", ">= 6.0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindui_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Scholen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-03 00:00:00.000000000 Z
11
+ date: 2020-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '13.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '13.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -67,8 +67,8 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '6.0'
69
69
  description: 'This gem allows you to run a simple command to install Tailwindcss and
70
- the necessary components in order to use TailwindUI. This repo contains no TailwindUI
71
- components. You must purchase a license from tailwindui.com. '
70
+ the necessary modifications in order to use TailwindUI on a Rails 6 app. This repo
71
+ contains no TailwindUI components. You must purchase a license from tailwindui.com. '
72
72
  email:
73
73
  - jmscholen@gmail.com
74
74
  executables: []
@@ -92,6 +92,7 @@ files:
92
92
  - lib/tailwindui_rails/version.rb
93
93
  - spec/spec_helper.rb
94
94
  - spec/tailwindui_rails_spec.rb
95
+ - tailwindui_rails-0.1.0.gem
95
96
  - tailwindui_rails.gemspec
96
97
  homepage: https://github.com/jmscholen/tailwindui_rails
97
98
  licenses: