NaiveText 0.3.2 → 0.3.3

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: 8863bd947fbaa7645db1837cb9660a9b1c7e87a2
4
- data.tar.gz: 7032fbbdabf2b2e752523f22a03df9d2aa6e0d86
3
+ metadata.gz: 84a7df9d9c4c9195b0fa10bfc3073ec5defbdf55
4
+ data.tar.gz: ee3659c08cbd21cd16e8a2d5fdedbc080c6f90bb
5
5
  SHA512:
6
- metadata.gz: cc980eb123bf8a0aa3a1f80c2b0570dc4d48c16cb7dce2f773b2922ecb27430d43faacaa552cca7889ea3df4eb1ea0f4a2708e5dfb11d8aeee6b9c215c0f417e
7
- data.tar.gz: ca2043c61446fb553bf834bfcbe8c23a0f5cd1da4720a2474d87271c464a6eb43eefd96cfe5e24d071bad33977fb63e4fd023bb4f9523509123b7157acd2c114
6
+ metadata.gz: 2595416159567c728317e57e0e139ed73796c32e6248d7333bb3f5210d6a7430fec6fafab595e9606daf9975d9326980db1197440cbb59a058ce130164d2f093
7
+ data.tar.gz: d8cf7edac37f604f8263eedb3f6bf1b988811c67d216b7b730eb0e1a2d0afe0ec0f0b663ea4cac3f2038dda6f6fd606226b4b0683ecb7ec530059c26d21b6213
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = "A NaiveText text classifier"
13
13
  spec.description = "Sort texts based on expample texts in predefined categories"
14
14
  spec.homepage = "https://github.com/RicciFlowing/NaiveText"
15
+ spec.licenses = ['MIT']
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
18
  spec.bindir = "exe"
@@ -1,3 +1,3 @@
1
1
  module NaiveText
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: NaiveText
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - RicciFlowing
@@ -108,7 +108,8 @@ files:
108
108
  - lib/NaiveText/TextClassifier.rb
109
109
  - lib/NaiveText/version.rb
110
110
  homepage: https://github.com/RicciFlowing/NaiveText
111
- licenses: []
111
+ licenses:
112
+ - MIT
112
113
  metadata:
113
114
  allowed_push_host: https://rubygems.org
114
115
  post_install_message: