tailwind_registration 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/tailwind_registration.rb +5 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f7edeb2f8338064909295d93591eab28a91379e5a4dffa39da27721a75282347
4
+ data.tar.gz: 52b8447da1754979545d80d90d679fd778bda94403683832fea2ab6555796cf1
5
+ SHA512:
6
+ metadata.gz: 23402548a2e863c45b32c3519172cc6c5d1fd43e5f9aeffa086d286bab40f04291124b92df2b19254323a92faeac374b9bb7a717739f83850cd811123ef07f8a
7
+ data.tar.gz: 6f17abfc8b913fdeb39279d2bfe25ab3aa1aac05febfe2e8932e9a3f1e91ef63bb95c4390e63de15a74dc432d03dab112389648c2dbea0541725e73a179196a5
@@ -0,0 +1,5 @@
1
+ class TailwindRegistration
2
+ def self.hi
3
+ puts "Hello World"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tailwind_registration
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Indigo Tech Tutorials
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2025-03-16 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Generate simple registration flow for app with TailwindCSS
13
+ email: indigotechtutorials@gmail.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/tailwind_registration.rb
19
+ homepage: https://rubygems.org/gems/tailwind_registration
20
+ licenses:
21
+ - MIT
22
+ metadata: {}
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 3.6.2
38
+ specification_version: 4
39
+ summary: Generate simple registration flow for app with TailwindCSS
40
+ test_files: []