ish_manager 0.1.8.339 → 0.1.8.340
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/app/controllers/ish_manager/application_controller.rb +6 -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: 9b4184b0ea29ec3dfaba9dcdc6ed2dee035b6232a18902bbaaadfdfa4b19a99b
|
4
|
+
data.tar.gz: c686465e885ba4bb5c96a53d8c85306691db5a3eb52fcdb66a4a5fffa2e5f3fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30b9137f89b5d97a384638c126f0b20f83f0cf75031a9bc8f55712f8d72f76031ad711614843664de0d64eaf07e6d066a40cc15e2a6cb67be6be792a863f1553
|
7
|
+
data.tar.gz: fd5f044e36f07fb45c5e232ff678518ec487461de77c6f6e6723c1b5a1d8b3570e49ccad3bbf4e4f08457cbb41df479362ac15f72aeeab9dd2af8e9a808a4126
|
@@ -35,7 +35,12 @@ module IshManager
|
|
35
35
|
end
|
36
36
|
|
37
37
|
def set_lists
|
38
|
-
|
38
|
+
@galleries_list = Gallery.all.list
|
39
|
+
@locations_list = ::Gameui::Map.list
|
40
|
+
@maps_list = ::Gameui::Map.list # @TODO: missing nonpublic!
|
41
|
+
@reports_list = Report.all.list
|
42
|
+
@user_profiles_list = Ish::UserProfile.list
|
43
|
+
@videos_list = Video.all.list
|
39
44
|
end
|
40
45
|
|
41
46
|
def pp_errors err
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ish_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.8.
|
4
|
+
version: 0.1.8.340
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piousbox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|