bullet_train-super_scaffolding 1.8.4 → 1.8.5

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: 9fd34927138c9c4d62670e1cd4db49b074182fdafd559911c7a21614d31d0b99
4
- data.tar.gz: e210ebe306a8c89bb453dcb6d5d9c732d8a783432a790c5f48c4cc5fe9a33525
3
+ metadata.gz: 9d13e2ca8acbd4f74a92b812cf24cfd0a0fdfa2f4e8372f519d35d96060f982a
4
+ data.tar.gz: b4952136c4d0da1849b42acd1db9d656fcbdf9a2d1570af87a7c56a5c2184f9a
5
5
  SHA512:
6
- metadata.gz: 7d787a123c710490675403e27c0560627d29c031f297252c8a4f3bd051d4968813c58ad2c8001d214d536cab872ed8058efcd38e16f5cb2a3e875a85787c6622
7
- data.tar.gz: 88c909ec4c12c78e15e93257a87b3d03e26782a81125bc4664723154bdb41afa828d6ec193cd29de174516c5ae9083634dcc5a1bc1c8ec73aeacbc6ec0cfc35f
6
+ metadata.gz: 54e7d5bbf8e2883b09ed3491522323fe1454ad70fa61151565b35e075baa0a995cf498be368303762b2938d9ecab1ec79563ea0b6ce6384475524b0026cf2446
7
+ data.tar.gz: c53225806490e8fa42924568b4b11edf8d0277803e1afea86f6dc5fe849cf84099c5749d90235c684021aaeb20b582b0fa20c8f7732c8bda31cf99fdfd05a1be
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module SuperScaffolding
3
- VERSION = "1.8.4"
3
+ VERSION = "1.8.5"
4
4
  end
5
5
  end
@@ -1519,7 +1519,7 @@ class Scaffolding::Transformer
1519
1519
  routes_manipulator.apply([routes_namespace])
1520
1520
  Scaffolding::FileManipulator.write(routes_path, routes_manipulator.lines)
1521
1521
  rescue => _
1522
- add_additional_step :red, "We weren't able to automatically add your `#{routes_namespace}` routes for you. In theory this should be very rare, so if you could reach out on Slack, you could probably provide context that will help us fix whatever the problem was. In the meantime, to add the routes manually, we've got a guide at https://blog.bullettrain.co/nested-namespaced-rails-routing-examples/ ."
1522
+ add_additional_step :red, "We weren't able to automatically add your `#{routes_namespace}` routes for you. In theory this should be very rare, so if you could reach out on Discord, you could probably provide context that will help us fix whatever the problem was. In the meantime, to add the routes manually, we've got a guide at https://blog.bullettrain.co/nested-namespaced-rails-routing-examples/ ."
1523
1523
  end
1524
1524
 
1525
1525
  # If we're using a custom namespace, we have to make sure the newly
@@ -1552,7 +1552,7 @@ class Scaffolding::Transformer
1552
1552
  api_routes_manipulator.apply([BulletTrain::Api.current_version.to_sym])
1553
1553
  Scaffolding::FileManipulator.write("config/routes/api/#{BulletTrain::Api.current_version}.rb", api_routes_manipulator.lines)
1554
1554
  rescue => _
1555
- add_additional_step :red, "We weren't able to automatically add your `api/#{BulletTrain::Api.current_version}` routes for you. In theory this should be very rare, so if you could reach out on Slack, you could probably provide context that will help us fix whatever the problem was. In the meantime, to add the routes manually, we've got a guide at https://blog.bullettrain.co/nested-namespaced-rails-routing-examples/ ."
1555
+ add_additional_step :red, "We weren't able to automatically add your `api/#{BulletTrain::Api.current_version}` routes for you. In theory this should be very rare, so if you could reach out on Discord, you could probably provide context that will help us fix whatever the problem was. In the meantime, to add the routes manually, we've got a guide at https://blog.bullettrain.co/nested-namespaced-rails-routing-examples/ ."
1556
1556
  end
1557
1557
  end
1558
1558
  end
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.4
4
+ version: 1.8.5
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-11-15 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard