rhino_project_core 0.30.0.alpha.30 → 0.30.0.alpha.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/generators/rhino/ui/route/route_generator.rb +2 -2
- data/lib/rhino/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c554a4b149fed482d20c757796739210f1ef1e6acdeb29a50e8a7634f7a180d
|
4
|
+
data.tar.gz: 9882f23629740169ef54d56444ad7f1728d73f759fe1646620a251d7a5490d21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dde5ea4dfe14078fb6ddcdfdfa4f3aa013cf145ae0955b3df738d1bcc9bfa91282a48cff574880415325e8f6ce0fa31edc8750505eac426310b84ca63563160
|
7
|
+
data.tar.gz: 23e2319859be42bb078401dc71c0a0d4e9438950ca966c217a7d1cba64210fabb65510089011b896cd80c519085cc8bed2e05078b887c2dbb23a0e3f380ac3a7
|
@@ -36,12 +36,12 @@ module Rhino
|
|
36
36
|
|
37
37
|
private
|
38
38
|
def route_file_path(file_name)
|
39
|
-
File.join(options[:routes_directory], options[:route_path],
|
39
|
+
File.join(options[:routes_directory], options[:route_path], plural_table_name, file_name)
|
40
40
|
end
|
41
41
|
|
42
42
|
# Begin and end with a slash
|
43
43
|
def route_path
|
44
|
-
File.join("/", options[:route_path],
|
44
|
+
File.join("/", options[:route_path], plural_table_name, "/")
|
45
45
|
end
|
46
46
|
end
|
47
47
|
end
|
data/lib/rhino/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rhino_project_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.30.0.alpha.
|
4
|
+
version: 0.30.0.alpha.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Rosevear
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-19 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rails
|