bullet_train-super_scaffolding 1.1.13 → 1.1.14

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: 3edf2a69e9e1e2243f8e9d54fb91180322f4f8e46460b57039cf1b82df9dc4e1
4
- data.tar.gz: b8482850bdafe183ed3ccb472b3e79b522d4b1a571950a551cfca366063cc3d4
3
+ metadata.gz: 2129ed55c51850638d178892b9aa302d66640a0925a36e707dc08cc0a8e389bd
4
+ data.tar.gz: 43765dbe89dcac2771437b51d74395db217f266f0c67a514683f8a3f3649c04f
5
5
  SHA512:
6
- metadata.gz: c57e1c8daa3af8784dbde21af9a92c6592911de0dc9a83678baddafdc370705ad8c5b093ca0a25366d70b46d3b9f378c5274f15ea9699d3b0f01031db0b0dbc5
7
- data.tar.gz: 378f35ff63371780683be35b07b4118326af793d0f2d28d79e59eaa9b429241b7ee51c959e93d48301a3a39e075e17d4c21d83addefaefa05926bafd60969ac9
6
+ metadata.gz: 76b42ea50341efa8ddd79a0c92939bbfa60e9106d5e5862ea40a2ae4f327994d7f3f6bee594175728a6abdcaaade057fbf87888c43dd92782c62a5baec89b2da
7
+ data.tar.gz: 8ac8d05651fd79b96be8ed1a3f57e04bf28effb8305e90865ac89b945d22c32c608c98f10cf38f8063363e40f8ad75a33f73106ed5f7c893732d927762d06708
@@ -74,7 +74,7 @@ en:
74
74
  <code>Scaffolding::AbsolutelyAbstract::CreativeConcept</code> is a model that exists by default in Bullet Train to serve as part of Super Scaffolding's template system.
75
75
  It also provides an example of what a scaffolded model looks like by default.
76
76
  Yes, the class has a very weird name, but the weird name serves an important purpose when we're generating code.
77
- For more details and instructions on how to hide this, see "<a href="https://tailwind.bullettrain.co/docs/super-scaffolding">Code Generation with Super Scaffolding</a>".
77
+ For more details and instructions on how to hide this, see "<a href="https://bullettrain.co/docs/super-scaffolding">Code Generation with Super Scaffolding</a>".
78
78
  show:
79
79
  section: "%{creative_concept_name}"
80
80
  header: Creative Concept Details
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module SuperScaffolding
3
- VERSION = "1.1.13"
3
+ VERSION = "1.1.14"
4
4
  end
5
5
  end
@@ -95,7 +95,7 @@ def show_usage
95
95
  puts " #{key}"
96
96
  end
97
97
  puts ""
98
- puts "Try \`bin/super-scaffold [type]` for usage examples.".blue
98
+ puts "Try `bin/super-scaffold [type]` for usage examples.".blue
99
99
  puts ""
100
100
  end
101
101
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-super_scaffolding
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.13
4
+ version: 1.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver