rails_genius 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.
- checksums.yaml +7 -0
- data/lib/rails_genius.rb +5 -0
- metadata +44 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: fdcf678f98734f69adcb9e2df80714af89320b5d02bb9d73fed0b0fdeb76da89
|
|
4
|
+
data.tar.gz: 7f33cee2b6320bc5808f246545a02bbe3b4abdc56ce8462ebf759e01ee681de3
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 04cb2a8885d49307269c639a6e770079ed9c3302b4d3385da6d5736b62e87337faaa02a3d5642c1ce38a6327e61aee169cfc9fd5850e29a56986073d2d97ffa9
|
|
7
|
+
data.tar.gz: 8319a0facc23c247266780990c358a41752ab08a96a308daa918e72be00c3212f56e3f217fc95a53a9fd53f2e3e0201f8b176e47cec25d5ac07b13e5f6ed4900
|
data/lib/rails_genius.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rails_genius
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Indigo Tech Tutorials
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2024-10-22 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Rails Genius is the future for rails developers and entrepenuers, you
|
|
14
|
+
can now launch SAAS products in minutes instead of 10 hours
|
|
15
|
+
email: support@indigotechtutorials.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/rails_genius.rb
|
|
21
|
+
homepage: https://rubygems.org/gems/hola
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata: {}
|
|
25
|
+
post_install_message:
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
requirements: []
|
|
40
|
+
rubygems_version: 3.5.7
|
|
41
|
+
signing_key:
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: A lightweight SAAS template to make launching apps easier than 1 2 3
|
|
44
|
+
test_files: []
|