analtex 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: 8cbce5ca3ff877f7704df9c0043b017175e54b0f
4
- data.tar.gz: 7442adf43d5a6aa477dfaa49b89278378dd9c34c
3
+ metadata.gz: d1de2eccc80a294c87706b8329b5bd225fa34d2c
4
+ data.tar.gz: b3b9ed3fed7530739df2716a856fa622d81f0e24
5
5
  SHA512:
6
- metadata.gz: 6e36cef2ad32701962d8a1f55cabb6c3a72e9fa8495c3177d60b625492238c6b09190dc5aaed92f030355e50bf152ba3f13f5e2429f1de71e153f29aa1ffc569
7
- data.tar.gz: a629d94a2ebbb136ccf36ec7ead2b58be4f41eb703a1664cc55768336f9a6f1114ebe4a36918ee2df4b38005e3f164753d8e0808ea48e84578a854626d00c058
6
+ metadata.gz: f00f9dc9401dc20e68ad4511b309e22fc58885ce9425b36896e35af88307426e1546bb4851291f0a05da966d1485da62ffe0c622623d7958031fbeda902bc57e
7
+ data.tar.gz: c289d11244ee7b9166f9cfdba7dea224d044791f272614c3a8299b05dd58eb2c9d962722e774b7f5927a2a467f2f5978772a60bcb7bff18812214d6addcc92ce
data/analtex.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Text analysis for Ruby}
13
13
  spec.description = %q{Text analysis for Ruby}
14
- spec.homepage = "http://www.github.com/"
14
+ spec.homepage = "https://github.com/carwow/analtex"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module Analtex
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: analtex
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
  - David Santoro
@@ -89,7 +89,7 @@ files:
89
89
  - lib/analtex/dictionary.rb
90
90
  - lib/analtex/document_frequency_calculator.rb
91
91
  - lib/analtex/version.rb
92
- homepage: http://www.github.com/
92
+ homepage: https://github.com/carwow/analtex
93
93
  licenses:
94
94
  - MIT
95
95
  metadata: {}