publinator 0.0.23 → 0.0.24
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.
@@ -4,7 +4,7 @@
|
|
4
4
|
<%= render :collection => @publishable.publishables, :partial => "summary" %>
|
5
5
|
<% end %>
|
6
6
|
|
7
|
-
<% if @publication.collection %>
|
7
|
+
<% if @publication.collection_publishable_type_id && @publication.collection %>
|
8
8
|
<div class="<%= @publication.collection.first.class.to_s.pluralize.underscore %>">
|
9
9
|
<%= render :collection => @publication.collection, :partial => "/object_blocks/#{@publication.collection.first.class.to_s.underscore}" %>
|
10
10
|
</div>
|
data/lib/publinator/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: publinator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.24
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -353,7 +353,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
353
353
|
version: '0'
|
354
354
|
segments:
|
355
355
|
- 0
|
356
|
-
hash:
|
356
|
+
hash: 384166412743032632
|
357
357
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
358
358
|
none: false
|
359
359
|
requirements:
|
@@ -362,7 +362,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
362
362
|
version: '0'
|
363
363
|
segments:
|
364
364
|
- 0
|
365
|
-
hash:
|
365
|
+
hash: 384166412743032632
|
366
366
|
requirements: []
|
367
367
|
rubyforge_project:
|
368
368
|
rubygems_version: 1.8.24
|