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: 4fc9b8a1a4c191640e446439345e41073853a0771260fcde498623c2cf717834
4
- data.tar.gz: 5536bc2d3f1d0eceafd8a73c3863f7c9effd0952622cd38fdf1a928f048e1dd3
3
+ metadata.gz: 5ec15bca016eaa77bfebdc79d680d0a52eef302b2da4134b5dbc88601a7e9241
4
+ data.tar.gz: dd4979b27b3e6494785fabc20d2c7ebf3e658101e945f969169d6c69b7eb8ded
5
5
  SHA512:
6
- metadata.gz: 6050adcd9e935bfd9b7114268a335fb469d00edbea2758c6518dce0f42d0ed1ae83f3969f4cb16fbb7cc5ed09bf6f09f7db3fc5e44744272e637f8428b3b1b1f
7
- data.tar.gz: 57e2dddec147ba78f55d1e2d8df72e431fd7d7581bb848412a7aafffb8ce4e9f71f560ac46ceafa23fbcafbf00565c71a95ef9b6e0aef19485cc86e184b3b3f1
6
+ metadata.gz: 1f7be30bfc863f0b38e94f9cc9fd095327adee6376f6e8c60543478fe72129887d683113c8dae5b9588c4059c60534785f5a2b8f7570865ec5e8df47fc06848f
7
+ data.tar.gz: 7c110b4b40ec2a0712262efc7dabfef99ea168495ac31ba0e987642c9180ff968d3dbb4ecc5b0431c7a3021b171605f7306d140b67efd644f4623e7482353ab7
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module SuperScaffolding
3
- VERSION = "1.8.0"
3
+ VERSION = "1.8.1"
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.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-18 00:00:00.000000000 Z
11
+ date: 2024-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard