bullet_train-super_scaffolding-templates 1.0.2 → 1.0.3

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: 6e4cbbe0879531c92fca5074893a5ac201da992e80ff28547514a8eeffc4cb46
4
- data.tar.gz: 78381ddbc1f357f4d5ca669d4fb72cfbf7fc0c7919dd815d2ffc081d6e87e680
3
+ metadata.gz: 91a47fc9cb0dbe64f66e4c75aa8d3bf31d2dc5ef65fcd96b55f4d4d116034035
4
+ data.tar.gz: fe256f1a17d054bbce69cab12511756ca43cf093dbdd343989de746231ba84ab
5
5
  SHA512:
6
- metadata.gz: 59fe5f58cdf37efc52ebc8e60d7a6eb8db5879ecfd1b9b92e32402445d47b23ba6cd63d9adc4733ab2ecaec551917303bef3dd7617dcdca992bc5c4a070c836a
7
- data.tar.gz: bdac9641b51e8904bc1110a9968a694d8f131b661a611b7214d22ec72484eb3ec104ff22e79420a56764d2e9cbbb8c6cb9595487260e9c02f4ae47fe8ea76d1f
6
+ metadata.gz: b4967bcda33d2b818f2b20747546510b07d2a4c0bdad95e73c068087a1d921a04c298504e7c5a017cc5193e0a4a537c52ccdfb44c5a081921c75ac02f806e1f2
7
+ data.tar.gz: ea1825218004823f0b76f25dea0c1a1b2ffc741d1f1ff989edc5514d783bd83e6af191e641f27167dcdbcd4b8c9f5c9c83505a071026e160ad0dba1308f7636a
@@ -0,0 +1,13 @@
1
+ # TODO This only exists because we're not loading engines as part of `bin/super-scaffold` right now, otherwise we
2
+ # would do it as part of the engine initializer.
3
+ module BulletTrain
4
+ module SuperScaffolding
5
+ module Templates
6
+ class PathHelper
7
+ def root_path
8
+ @root_path ||= Pathname.new(File.expand_path('../../../../..', __FILE__))
9
+ end
10
+ end
11
+ end
12
+ end
13
+ end
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module SuperScaffolding
3
3
  module Templates
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-super_scaffolding-templates
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -102,6 +102,7 @@ files:
102
102
  - db/migrate/20210602230736_add_option_fields_to_scaffolding_completely_concrete_tangible_things.rb
103
103
  - lib/bullet_train/super_scaffolding/templates.rb
104
104
  - lib/bullet_train/super_scaffolding/templates/engine.rb
105
+ - lib/bullet_train/super_scaffolding/templates/path_helper.rb
105
106
  - lib/bullet_train/super_scaffolding/templates/version.rb
106
107
  - lib/tasks/bullet_train/super_scaffolding/templates_tasks.rake
107
108
  homepage: https://github.com/bullet-train-co/bullet_train-super_scaffolding-templates