bullet_train-super_scaffolding 1.8.0 → 1.8.2

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: 4fc9b8a1a4c191640e446439345e41073853a0771260fcde498623c2cf717834
4
- data.tar.gz: 5536bc2d3f1d0eceafd8a73c3863f7c9effd0952622cd38fdf1a928f048e1dd3
3
+ metadata.gz: 52bd806e1278e3ac3365aa11d8b5d8dc723daa05342e6aba8661dd05522672bd
4
+ data.tar.gz: b0a9c6b29e04b3bf5683db9cdb9df7d851f3601422083246a1f76e41e8896c34
5
5
  SHA512:
6
- metadata.gz: 6050adcd9e935bfd9b7114268a335fb469d00edbea2758c6518dce0f42d0ed1ae83f3969f4cb16fbb7cc5ed09bf6f09f7db3fc5e44744272e637f8428b3b1b1f
7
- data.tar.gz: 57e2dddec147ba78f55d1e2d8df72e431fd7d7581bb848412a7aafffb8ce4e9f71f560ac46ceafa23fbcafbf00565c71a95ef9b6e0aef19485cc86e184b3b3f1
6
+ metadata.gz: d421e343cecfe142599857aeeb89d13b69699c6e4ac3bf03391575ab8f664e7641072c9235f299aae5c15bc65181d2165f535ca699e60b51e5cc0800ed1051d5
7
+ data.tar.gz: 46b0ea1b3621ddaddc77ca8f5aa08777434f796b54f7648dab73ef69860c845e253ec789b0a95721c6f12adb10876885d06d11a59f19ab8d3c2188581734c41b
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module SuperScaffolding
3
- VERSION = "1.8.0"
3
+ VERSION = "1.8.2"
4
4
  end
5
5
  end
@@ -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 bullet_train:oauth_provider omniauth-shopify-oauth2 shopify Oauth::ShopifyAccount SHOPIFY_API_KEY SHOPIFY_API_SECRET_KEY --icon=ti-shopping-cart
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.0
4
+ version: 1.8.2
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-18 00:00:00.000000000 Z
11
+ date: 2024-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard