hotwire_crud 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 +7 -0
- data/hotwire_crud.gemspec +19 -0
- metadata +73 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 49da02d8cbd94b6c6e701d153f7e941839274d0930092febb5be18c19bcaf0f0
|
|
4
|
+
data.tar.gz: 141f1ab90e9992ab9baf83fd434d5bffdb27244248b70bd674f38f1e0911d2bf
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 48b180a9647856cfa0f02ee6e8ac1249cf3f12a1c8661bc91a11db844643c5b38576fb3a4035aefbb8e90bb2031875a77ce64755187b469d9502e50778e5288e
|
|
7
|
+
data.tar.gz: b5cd29ca40b435a876a3b671cb331308ec19bca596ac3e0d20522cd026dbe51fc3c0326e038ea70004266e72d5bf3ca41446c930e41a5d367cfe61a3db346189
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Gem::Specification.new do |spec|
|
|
2
|
+
spec.name = 'hotwire_crud'
|
|
3
|
+
spec.version = '0.1.1'
|
|
4
|
+
spec.summary = 'crud generator with hotwire approach and static routes'
|
|
5
|
+
spec.description = 'Crud generator with static routes which lazy loads content using content routes'
|
|
6
|
+
spec.authors = ['Umair Azam']
|
|
7
|
+
spec.email = ['omairr.azam@gmail.com']
|
|
8
|
+
spec.homepage = 'https://github.com/omairrazam/hotwire_crud.git'
|
|
9
|
+
spec.license = 'MIT'
|
|
10
|
+
|
|
11
|
+
spec.files = Dir['lib/**/*', 'templates/**/*', '*.gemspec']
|
|
12
|
+
spec.require_paths = ['lib']
|
|
13
|
+
|
|
14
|
+
spec.add_runtime_dependency 'rails', '>= 6.0'
|
|
15
|
+
# Add other dependencies if needed
|
|
16
|
+
|
|
17
|
+
# Specify the custom generator file(s)
|
|
18
|
+
spec.add_development_dependency 'railties'
|
|
19
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: hotwire_crud
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Umair Azam
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2023-09-16 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: rails
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '6.0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '6.0'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: railties
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
type: :development
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
description: Crud generator with static routes which lazy loads content using content
|
|
42
|
+
routes
|
|
43
|
+
email:
|
|
44
|
+
- omairr.azam@gmail.com
|
|
45
|
+
executables: []
|
|
46
|
+
extensions: []
|
|
47
|
+
extra_rdoc_files: []
|
|
48
|
+
files:
|
|
49
|
+
- hotwire_crud.gemspec
|
|
50
|
+
homepage: https://github.com/omairrazam/hotwire_crud.git
|
|
51
|
+
licenses:
|
|
52
|
+
- MIT
|
|
53
|
+
metadata: {}
|
|
54
|
+
post_install_message:
|
|
55
|
+
rdoc_options: []
|
|
56
|
+
require_paths:
|
|
57
|
+
- lib
|
|
58
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
|
+
requirements:
|
|
60
|
+
- - ">="
|
|
61
|
+
- !ruby/object:Gem::Version
|
|
62
|
+
version: '0'
|
|
63
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
|
+
requirements:
|
|
65
|
+
- - ">="
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
version: '0'
|
|
68
|
+
requirements: []
|
|
69
|
+
rubygems_version: 3.3.26
|
|
70
|
+
signing_key:
|
|
71
|
+
specification_version: 4
|
|
72
|
+
summary: crud generator with hotwire approach and static routes
|
|
73
|
+
test_files: []
|