muck-services 0.1.21 → 0.1.22

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.21
1
+ 0.1.22
@@ -73,7 +73,7 @@ class Muck::EntriesController < ApplicationController
73
73
  def collections
74
74
  @feeds = Feed.find(:all, :order => "harvested_from_title, title")
75
75
  @languages = Language.find(:all, :order => "name")
76
- render :template => "documents/collections", :layout => "default"
76
+ render :template => "entries/collections", :layout => "default"
77
77
  end
78
78
 
79
79
  protected
@@ -20,7 +20,7 @@
20
20
  <%= link_to feed.title, feed_query_uri(feed), :rel => "nofollow" %>
21
21
  <span class="harvest_time">
22
22
  (feed_id = <%= feed.id.to_s %>)
23
- (<%= feed.entries_count %> record<%= feed.entries_count == 1 ? "" : "s" %>) harvested on <%= feed.last_harvested_at.strftime("%d %b %Y") %>
23
+ (<%= feed.entries_count %> record<%= feed.entries_count == 1 ? "" : "s" %>) harvested on <%= feed.last_harvested_at.strftime("%d %b %Y") if feed.last_harvested_at -%>
24
24
  </span>
25
25
  </li>
26
26
  <% end %>
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-services}
8
- s.version = "0.1.21"
8
+ s.version = "0.1.22"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joel Duffin", "Justin Ball"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-services
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Duffin