bullet_train-super_scaffolding 1.13.0 → 1.14.0

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: c09f3265f2f2ac25a7263a439d8063a76824ea4cb71fce595a33539de4a38c77
4
- data.tar.gz: 6bf546e51c6792abeb1eda3a917cb0002097020920a610b1ab7f05d7ab093b42
3
+ metadata.gz: fd188d6cc40775c267920644ae09c42c61e848cb07a22eb8e57c93bdf0d6e74a
4
+ data.tar.gz: 61df5730685775bae8d31e91e2fb8cf428df6324b305d47069b0572961e6a907
5
5
  SHA512:
6
- metadata.gz: 3f373fcd3eabb9486dc4b2d4aeffd6029d48a257292d8154dd215df985bb278794f492cb994748972dfd4b54932c597b751b4d6445c93a8c5bee6b9892898f43
7
- data.tar.gz: 0cd5d3b9cd18b483fc8f90afc63264261e352068a01375f2df860cbb68a62cf5ee232355ae10b63ee554e28563ec0b5a148aaf6632f75df8b0a5e52c2f39c5c6
6
+ metadata.gz: 0312c43906ab9a9fc3c15d9110dd9ea6538c3136af36e9359c1f9d69aee933593d3890009d0e48eb4c2dcd0e5cbfdbb728acedf95e9cd065ce63ad06cf4a6430
7
+ data.tar.gz: b852deee87637d919a87c610f5748e947a8fa83ced2da03b65bd523fe91a5113033f7e3fae5500e9c48fa53007bf76fc9de611cfa867b48b1d5b439e0239f71c
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module SuperScaffolding
3
- VERSION = "1.13.0"
3
+ VERSION = "1.14.0"
4
4
  end
5
5
  end
@@ -1580,7 +1580,6 @@ class Scaffolding::Transformer
1580
1580
  unless cli_options["skip-parent"]
1581
1581
 
1582
1582
  if top_level_model?
1583
- icon_name = nil
1584
1583
  if cli_options["navbar"].present?
1585
1584
  icon_name = if cli_options["navbar"].match?(/^ti/)
1586
1585
  "ti #{cli_options["navbar"]}"
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-super_scaffolding
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
10
+ date: 2024-12-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: standard
@@ -218,7 +217,6 @@ licenses:
218
217
  metadata:
219
218
  homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_scaffolding
220
219
  source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_scaffolding
221
- post_install_message:
222
220
  rdoc_options: []
223
221
  require_paths:
224
222
  - lib
@@ -233,8 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
231
  - !ruby/object:Gem::Version
234
232
  version: '0'
235
233
  requirements: []
236
- rubygems_version: 3.5.22
237
- signing_key:
234
+ rubygems_version: 3.6.2
238
235
  specification_version: 4
239
236
  summary: Bullet Train Super Scaffolding
240
237
  test_files: []