simple_summary 0.0.1 → 0.0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d829c0fe7b9903c218950ef9689f4c9a7eaaed42
4
- data.tar.gz: eff6d358c27bfc5a41cd4ddd344d917af6ec00df
3
+ metadata.gz: 012badce800d1cba50b3ba58267d4802535e212b
4
+ data.tar.gz: 9502dc551351055a89ab12d1dd648ed21d4231bf
5
5
  SHA512:
6
- metadata.gz: d62f972825c1d5cd93a7eac5930622313f99e59d2f8c1fc5a4990bb687da28aa1af39ff8662764fb9a2d5237c917b02151a1110858f1adf0a391efc1f9b7418d
7
- data.tar.gz: 22bed37b1ab4879a4bffe37a3ea2e626507546f0d550ac4e3dfd1487216283bf3a273ce856ae41370f35ca60fdf433904b58f97e630a373041fe381acaad148a
6
+ metadata.gz: f7284ec388272e0928f9ab561d550bae430cb854a0309143c2e8ee2b1d4d2e81eaa96343f827b46a9be5b79c053480ac7c7f2e02a65185156cb6840d47163ff0
7
+ data.tar.gz: 10a9d66a4b28819246d0395220d4893d4750f2b285e3a6ccf33a1a7069db3d78200a4e4f0dfa54d23f65ed4fb4a99d583aae3dbb5b893d7acf39a29946c00435
@@ -1,3 +1,3 @@
1
1
  module SimpleSummary
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.1.1"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["prashanth.rajagopal@gmail.com"]
11
11
  spec.summary = %q{A naive text summarization tool}
12
12
  spec.description = %q{A naive algorithm to summarize a piece of text}
13
- spec.homepage = ""
13
+ spec.homepage = "http://www.prashanthr.net/2014/02/summarize-chunk-of-text-with-ruby.html"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_summary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prashanth Rajagopal
@@ -54,7 +54,7 @@ files:
54
54
  - lib/simple_summary.rb
55
55
  - lib/simple_summary/version.rb
56
56
  - simple_summary.gemspec
57
- homepage: ''
57
+ homepage: http://www.prashanthr.net/2014/02/summarize-chunk-of-text-with-ruby.html
58
58
  licenses:
59
59
  - MIT
60
60
  metadata: {}