bullet_train-super_scaffolding 1.7.23 → 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: 876d52050f6d410c05de3e8987cae668d0c19f767e3ec6c1b516f770f850f7d7
4
- data.tar.gz: 512e1171c22e4cbae3c89fc686f4f4d4fc220844838a2cfcabbc7b004aa10099
3
+ metadata.gz: 5ec15bca016eaa77bfebdc79d680d0a52eef302b2da4134b5dbc88601a7e9241
4
+ data.tar.gz: dd4979b27b3e6494785fabc20d2c7ebf3e658101e945f969169d6c69b7eb8ded
5
5
  SHA512:
6
- metadata.gz: b61a4779f57ea4d08274c9ca71fa6f1d149b7807e475b8be0e01b115febcf3026b1e1c7ddf28b97fe7d00fa7017a8e9c250e8aae4840b941d2eba42bba41f707
7
- data.tar.gz: 024bb6023a3bfad1deb2db8085bfc9a2bce1addbf7c1d986344893cb650e6aefbfc5388719dabff26d87154776f5dbbe9549f2ca3e77cd4c06005f7e16150b94
6
+ metadata.gz: 1f7be30bfc863f0b38e94f9cc9fd095327adee6376f6e8c60543478fe72129887d683113c8dae5b9588c4059c60534785f5a2b8f7570865ec5e8df47fc06848f
7
+ data.tar.gz: 7c110b4b40ec2a0712262efc7dabfef99ea168495ac31ba0e987642c9180ff968d3dbb4ecc5b0431c7a3021b171605f7306d140b67efd644f4623e7482353ab7
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module SuperScaffolding
3
- VERSION = "1.7.23"
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.7.23
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-17 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