jekyll-timeago 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/jekyll-timeago.gemspec +2 -2
- data/lib/jekyll/timeago/version.rb +1 -1
- metadata +5 -5
data/jekyll-timeago.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Jekyll::Timeago::VERSION
|
9
9
|
spec.authors = ["markets"]
|
10
10
|
spec.email = ["srmarc.ai@gmail.com"]
|
11
|
-
spec.description = %q{Custom timeago filter for Jekyll}
|
12
|
-
spec.summary = %q{Custom timeago filter for Jekyll}
|
11
|
+
spec.description = %q{Custom timeago filter for Jekyll (Liquid filter)}
|
12
|
+
spec.summary = %q{Custom timeago filter for Jekyll (Liquid filter)}
|
13
13
|
spec.homepage = "https://github.com/markets/jekyll-timeago"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-timeago
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
- - ! '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
|
-
description: Custom timeago filter for Jekyll
|
62
|
+
description: Custom timeago filter for Jekyll (Liquid filter)
|
63
63
|
email:
|
64
64
|
- srmarc.ai@gmail.com
|
65
65
|
executables: []
|
@@ -88,7 +88,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
88
|
version: '0'
|
89
89
|
segments:
|
90
90
|
- 0
|
91
|
-
hash: -
|
91
|
+
hash: -598090419
|
92
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
93
|
none: false
|
94
94
|
requirements:
|
@@ -97,11 +97,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
version: '0'
|
98
98
|
segments:
|
99
99
|
- 0
|
100
|
-
hash: -
|
100
|
+
hash: -598090419
|
101
101
|
requirements: []
|
102
102
|
rubyforge_project:
|
103
103
|
rubygems_version: 1.8.24
|
104
104
|
signing_key:
|
105
105
|
specification_version: 3
|
106
|
-
summary: Custom timeago filter for Jekyll
|
106
|
+
summary: Custom timeago filter for Jekyll (Liquid filter)
|
107
107
|
test_files: []
|