sports_db 0.2.13 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,6 @@
15
15
  <%= "via #{item.author} -" unless item.source.blank? %>
16
16
  <% end %>
17
17
  <% if item.published_at.present? %>
18
- about <%= time_ago_in_words item.published_at %> ago
18
+ <%= time_ago_in_words item.published_at %> ago
19
19
  <% end %>
20
20
  </p>
@@ -9,5 +9,5 @@
9
9
  # available as extensions to the MAJOR.MINOR.PATCH format.
10
10
 
11
11
  module SportsDb
12
- VERSION = "0.2.13"
12
+ VERSION = "0.2.14"
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sports_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-12 00:00:00.000000000 Z
12
+ date: 2013-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails