publinator 0.0.10 → 0.0.11

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.
@@ -3,7 +3,7 @@
3
3
  <%= link_to "Pages", "/manage/pages" %><br>
4
4
  <% @publishable_types.each do |pt| %>
5
5
  <% unless pt.name == "Page" %>
6
- <%= link_to pt.name.pluralize, send("manage_#{pt.name.downcase.pluralize}_path") %><br>
6
+ <%= link_to pt.name.pluralize, send("manage_#{pt.name.tableize}_path") %><br>
7
7
  <% end %>
8
8
  <% end %>
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Publinator
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
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.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -350,7 +350,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
350
350
  version: '0'
351
351
  segments:
352
352
  - 0
353
- hash: -410811291676403854
353
+ hash: -77903522241391316
354
354
  required_rubygems_version: !ruby/object:Gem::Requirement
355
355
  none: false
356
356
  requirements:
@@ -359,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
359
359
  version: '0'
360
360
  segments:
361
361
  - 0
362
- hash: -410811291676403854
362
+ hash: -77903522241391316
363
363
  requirements: []
364
364
  rubyforge_project:
365
365
  rubygems_version: 1.8.24