jekyll-tfidf-related-posts 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be9718e2724638708bdd9f40b2c9a6a8b9eb37a8
4
- data.tar.gz: c26b700ff4ec87fbb228a835bd487d33c0754191
3
+ metadata.gz: fd087070d4af03099faba23173e6378bac52c094
4
+ data.tar.gz: 8072d1d3c1a33c0ccba6ef4a1ae1aceac07c8c54
5
5
  SHA512:
6
- metadata.gz: 9d5e168c31cc4c799174bb099006ac00321d130a09ed5445dbad5f56d6fd35c056e7e579f10ae191c523cf11678a03e8b4905268e24c491178a89a23aec25b42
7
- data.tar.gz: 9f3d690f6be343d64a15793ec1edc521bbb83f828f4beff3d85d69b976e96691661b2285658d59d7c6694be2c3e652c33af669473aa30a84f305d6877b811631
6
+ metadata.gz: c74fdf39ec0a0982ec9915d2614ab316d0a8a269ff4e6c519f229c6f5308fbc00108176efe55312b6f216b9f47bf1680f5e4a5e5a73524be08770e16bb5aa2b7
7
+ data.tar.gz: 1c678cd89f1d59151c6706aa4dd3f983b8c5795376a26726d2e722ca2efd7630e693324ca5f3fa311020fc2132f8ecc0a6a1490cd436ecf7675e3c94ce47e9f2
@@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "jekyll-tfidf-related-posts"
7
- spec.version = "0.1.0"
7
+ spec.version = "0.1.1"
8
8
  spec.authors = ["Sangsoo Nam"]
9
9
  spec.email = ["sangsoo.ted@gmail.com"]
10
10
  spec.summary = %q{Jekyll plugin to show related posts based on the content, tags, and categories.}
11
- spec.description = %q{[Jekyll](http://jekyllrb.com) plugin to show related posts based on the content, tags, and categories. The similarity is calculated using TF-IDF(term frequency-inverted document frequency). Since tags and categories are use-defined values, those are considered with higher weights than a content while calculating.}
11
+ spec.description = %q{Jekyll plugin to show related posts based on the content, tags, and categories. The similarity is calculated using TF-IDF(term frequency-inverted document frequency). Since tags and categories are use-defined values, those are considered with higher weights than a content while calculating.}
12
12
  spec.homepage = "https://github.com/SangsooNam/jekyll-tfidf-related-posts"
13
13
  spec.license = "MIT"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-tfidf-related-posts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sangsoo Nam
@@ -80,10 +80,10 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.2'
83
- description: "[Jekyll](http://jekyllrb.com) plugin to show related posts based on
84
- the content, tags, and categories. The similarity is calculated using TF-IDF(term
85
- frequency-inverted document frequency). Since tags and categories are use-defined
86
- values, those are considered with higher weights than a content while calculating."
83
+ description: Jekyll plugin to show related posts based on the content, tags, and categories. The
84
+ similarity is calculated using TF-IDF(term frequency-inverted document frequency).
85
+ Since tags and categories are use-defined values, those are considered with higher
86
+ weights than a content while calculating.
87
87
  email:
88
88
  - sangsoo.ted@gmail.com
89
89
  executables: []