tailwind_devise 0.0.0 → 0.0.2

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: dbd819519e2533b45a0403d97f295bbbc2d677fe735e423ca56c6b92ecd437a7
4
- data.tar.gz: 99e8ca28300c21ff1e351a83b69be3e782e7dbfdfbafd2aa64be485e88b6b4bc
3
+ metadata.gz: bb79bf060e9968f250fc484aa2319f96015c9d18d411ea9089408ff4c5b698d9
4
+ data.tar.gz: e10d77fbdfbe497f2ef9f31710cb04b9f345591b987fe0c16515947be5830fa4
5
5
  SHA512:
6
- metadata.gz: 77962bf0a9ee75e060013d0f9bf73afa340088437ca1f7adbca7197d959a753a3508d9abae188fe465d6895cb5120d1aa47ae9d922d4aafc14ee07c50cb3518e
7
- data.tar.gz: 50cae3749fc4cffa330d625cc4d1f90d9d93439b787b14d8c687a0f9ee1bb5a09b4f098ac415886a25afb5e06d5311de19ba46e99bc0fe6d22a6f4c8c6120d33
6
+ metadata.gz: 38c67a150a585d6a213546540353c36bb3662d2b658b4dc95654e00277a161e7d1a4a5d045c5dab681dd920e0caf2a75c596d4492d0c5c940c6c3996b56759f9
7
+ data.tar.gz: f0c99fad8faf7b16551d7d6441ceeb3af2ca8d2925850fb6c5e3e10ac4760f8e73c1a86b8548acf387d5ae14c42f4af32575a8af7859e094cc8b434d07b84b4c
@@ -1,4 +1,4 @@
1
- <div class="w-full min-h-[100vh]">
1
+ <div class="w-full min-h-[100vh] pt-24">
2
2
  <div class="max-w-xl w-full mx-auto shadow-lg bg-gray-200 rounded-lg py-8">
3
3
  <h2 class="text-xl mb-4 text-center">Forgot your password?</h2>
4
4
 
@@ -1,4 +1,4 @@
1
- <div class="w-full min-h-[100vh]">
1
+ <div class="w-full min-h-[100vh] pt-24">
2
2
  <div class="max-w-xl w-full mx-auto shadow-lg bg-gray-200 rounded-lg py-8">
3
3
  <h2 class="text-xl mb-4 text-center">Edit <%= resource_name.to_s.humanize %></h2>
4
4
 
@@ -1,4 +1,4 @@
1
- <div class="w-full min-h-[100vh]">
1
+ <div class="w-full min-h-[100vh] pt-24">
2
2
  <div class="max-w-xl w-full mx-auto shadow-lg bg-gray-200 rounded-lg py-8">
3
3
  <h2 class="text-xl mb-4 text-center">Sign up</h2>
4
4
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwind_devise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Indigo
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-07 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -76,8 +76,9 @@ files:
76
76
  homepage: https://rubygems.org/gems/tailwind_devise
77
77
  licenses:
78
78
  - MIT
79
- metadata: {}
80
- post_install_message:
79
+ metadata:
80
+ source_code_uri: https://github.com/enochtamulonis/tailwind-devise-gem
81
+ post_install_message:
81
82
  rdoc_options: []
82
83
  require_paths:
83
84
  - lib
@@ -92,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
93
  - !ruby/object:Gem::Version
93
94
  version: '0'
94
95
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
96
+ rubygems_version: 3.5.7
97
+ signing_key:
97
98
  specification_version: 4
98
99
  summary: Creates pretty sign in/signup views for devise
99
100
  test_files: []