bullet_train-super_scaffolding 1.8.0 → 1.8.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ec15bca016eaa77bfebdc79d680d0a52eef302b2da4134b5dbc88601a7e9241
|
4
|
+
data.tar.gz: dd4979b27b3e6494785fabc20d2c7ebf3e658101e945f969169d6c69b7eb8ded
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f7be30bfc863f0b38e94f9cc9fd095327adee6376f6e8c60543478fe72129887d683113c8dae5b9588c4059c60534785f5a2b8f7570865ec5e8df47fc06848f
|
7
|
+
data.tar.gz: 7c110b4b40ec2a0712262efc7dabfef99ea168495ac31ba0e987642c9180ff968d3dbb4ecc5b0431c7a3021b171605f7306d140b67efd644f4623e7482353ab7
|
@@ -5,7 +5,7 @@ Description:
|
|
5
5
|
|
6
6
|
Example:
|
7
7
|
E.g. what we actually did to start Shopify off:
|
8
|
-
bin/rails generate
|
8
|
+
bin/rails generate super_scaffold:oauth_provider omniauth-shopify-oauth2 shopify Oauth::ShopifyAccount SHOPIFY_API_KEY SHOPIFY_API_SECRET_KEY --icon=ti-shopping-cart
|
9
9
|
(Please note here that the SHOPIFY_API_KEY and SHOPIFY_API_SECRET_KEY strings are not the actual values, just the names we give to the environment variables.)
|
10
10
|
|
11
11
|
This will create:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-super_scaffolding
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|