ish_models 0.0.33.120 → 0.0.33.121

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gallery.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce91e1d5484fed60fbea81719980ce1313604c1c669f9815c1c9a87e5026120e
4
- data.tar.gz: cf6223efbb4562388e9948b928481d46008e3ab3276d37321876688a52e08f78
3
+ metadata.gz: 4b574fae4d9d623f6a4c607caf3282693b8eab0b4e1c1a96680b96f5c1c9596f
4
+ data.tar.gz: 9f02341af99ebd3a6c3cd94e30b4241a8d67ca77e73db7514d72a300dd635e52
5
5
  SHA512:
6
- metadata.gz: 14a5c6b5276806e97e25e656ef6c2be47d89ad4121244361b3f686fc0f37a39358a3324c26142544840709768f3cc4304bd576490ae91fd67adecb8a425b11bd
7
- data.tar.gz: f579442e712fa385bb1ddc2c2b95b0dffd21381100f6b45436990cf6b177bfe83c596a042e1685d6c6170e81f8cf8f3786ac3049d710c1d907bca48fd4a2bd64
6
+ metadata.gz: fd264b75c5a2c013bb028005c1bfb3e0440837c36248cb4c5902b440010bfc4f92e92c6983c7896557fd9570513f8c7993f7dff200049eb527f5b13aa879877d
7
+ data.tar.gz: 879928f0e97a2db21dc54ce929e273a77cc0eeec515122256479f9c505b9dc66599dfce118489c77f2f5dcf29025f41fed5e3ad73fa7d4a57b1250bfa51153c6
@@ -109,8 +109,8 @@ class Gallery
109
109
 
110
110
  field :issue
111
111
 
112
- RENDER_TITLES = 'gallery_render_titles_const' # string b/c transmited over http
113
- RENDER_THUMBS = 'gallery_render_thumbs_const' # string b/c transmited over http
112
+ RENDER_TITLES = 'index_titles' # view name
113
+ RENDER_THUMBS = 'index_thumbs' # view name
114
114
 
115
115
  belongs_to :newsparent, polymorphic: true, optional: true
116
116
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.33.120
4
+ version: 0.0.33.121
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox