letsgo 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/letsgo.rb +2 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 19554a53fe6b978f02a8c3a9fbed11517980e02289ca9b826e94bb738717d132
|
4
|
+
data.tar.gz: 5a0516f4b6a64f3044688f39b588b84aa3a9e4749428a97a8c2421569005de7c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 4d195a5319107143a0b1c024ac57eafbb62c11f9f1eef0ce43d5cf4efd8a37b285bdf48f5fec33244b0ff2318c96aab623ed40cb9e4680c1f64826c2f436f8b8
|
7
|
+
data.tar.gz: a77384ad8f557036f52b344d0a0bf28205b15858afcd8d88c39b47d9eb774c4b299cc929645c0ec37f065fd6c2af44a067c86a2919764ef4743d2607e81525ac
|
data/lib/letsgo.rb
ADDED
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: letsgo
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Enoch Tamulonis
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Open source SAAS template for Rails apps. With one command you get a
|
14
|
+
fully functioning Rails app fitted with Stripe, Checkout, Subscriptions
|
15
|
+
email: yungboiiindigo@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/letsgo.rb
|
21
|
+
homepage: https://rubygems.org/gems/letsgo
|
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: An open source SaaS template for Rails 7, Hotwire
|
44
|
+
test_files: []
|