unclekryon 0.4.9.pre.alpha → 0.4.10

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
  SHA256:
3
- metadata.gz: 107b4bc7656f80b78a24776496b4136c5acf6645f0bae600386867bfc5a30388
4
- data.tar.gz: aa9905551f16b4f9bb7730eabab5e569050e00f55dfe839bf8af402f38ac911f
3
+ metadata.gz: 6f8b656a7a884278073653de3eb52e49567274efb59c35c30ec3501f45ab9686
4
+ data.tar.gz: 80a86b60aac26feabc8c938621bb67d8d6c42a041a9b155a694845c7bacc558f
5
5
  SHA512:
6
- metadata.gz: c06f719e85b5823fc9a05552ee9ae0db24f710093a8f4ba37f504958fe8c58a86717d9bc692a74466938d620bfa28f0d30125c0a7976e1dc718780df5c18e10b
7
- data.tar.gz: 29f1fddcce30b160f352389221dd9946f9278fcf18aa64a1e0790c2b25ed769af1ff29c71c39456c5e2e90627fe05c5787942b98f6423c00598d9a6512e2dcad
6
+ metadata.gz: 5bbeba6d024f34b15ff4951775d3c42564c06df58ee3b3e5aeffcacb0fc48b1763cdeec09d8aad78aa37b256331bd2fe025419ae8f6a181b11fb9f978f4495fb
7
+ data.tar.gz: e24b5b5e9eebbf6e9e8e6d37e1d0a3d90be42b0a976c46881356c3dfd691bf41039350f3c9bc6f28c4d67e92c2c9d97ccf0364156c8d73d865efe1ae4d94dbab
data/Gemfile CHANGED
@@ -22,13 +22,10 @@
22
22
 
23
23
  source 'https://rubygems.org'
24
24
 
25
- # nbayes Gem is out-of-date, so must use GitHub.
26
- #
27
- # The version is specified in the gemspec file.
28
- # ":git" with "https" is used instead of ":github" for security.
29
- # Use "bundler show" (not "gem list") to see it.
30
- #
31
- # @see http://bundler.io/v1.16/guides/git.html
32
- gem 'nbayes',:git=>'https://github.com/oasic/nbayes.git' #:ref=>'3dd46bd'
25
+ # For training type of text (machine learning).
26
+ # - nbayes Gem is out-of-date, so must use GitHub.
27
+ # - ":git" with "https" is used instead of ":github" for security.
28
+ # - Use "bundle list" (not "gem list") to see it.
29
+ gem 'nbayes',:git=>'https://github.com/oasic/nbayes.git',:ref=>'3dd46bd'
33
30
 
34
31
  gemspec
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  GIT
2
2
  remote: https://github.com/oasic/nbayes.git
3
3
  revision: 3dd46bd2c8a2258ccdb69ee9ceff7d2fb5d62ed5
4
+ ref: 3dd46bd
4
5
  specs:
5
6
  nbayes (0.1.2)
6
7
 
7
8
  PATH
8
9
  remote: .
9
10
  specs:
10
- unclekryon (0.4.9.pre.alpha)
11
- nbayes (~> 0.1.2)
11
+ unclekryon (0.4.10)
12
12
  nokogiri (~> 1.10)
13
13
 
14
14
  GEM
@@ -22,5 +22,5 @@
22
22
 
23
23
 
24
24
  module UncleKryon
25
- VERSION = '0.4.9-alpha'
25
+ VERSION = '0.4.10'
26
26
  end
data/unclekryon.gemspec CHANGED
@@ -38,7 +38,7 @@ Gem::Specification.new() do |spec|
38
38
  spec.metadata = {
39
39
  'bug_tracker_uri' => 'https://github.com/esotericpig/UncleKryon-server/issues',
40
40
  'homepage_uri' => 'https://github.com/esotericpig/UncleKryon-server',
41
- 'source_code_uri' => 'https://github.com/esotericpig/UncleKryon-server'
41
+ 'source_code_uri' => 'https://github.com/esotericpig/UncleKryon-server',
42
42
  }
43
43
 
44
44
  spec.require_paths = ['lib']
@@ -54,7 +54,6 @@ Gem::Specification.new() do |spec|
54
54
  spec.required_ruby_version = '>= 2.4.0'
55
55
  spec.requirements << 'Nokogiri: https://www.nokogiri.org/tutorials/installing_nokogiri.html'
56
56
 
57
- spec.add_runtime_dependency 'nbayes' ,'~> 0.1.2' # For training type of text (machine learning)
58
57
  spec.add_runtime_dependency 'nokogiri','~> 1.10' # For hacking HTML
59
58
 
60
59
  spec.add_development_dependency 'bundler' ,'~> 2.1'
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unclekryon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9.pre.alpha
4
+ version: 0.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Bradley Whited (@esotericpig)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-26 00:00:00.000000000 Z
11
+ date: 2020-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: nbayes
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 0.1.2
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: 0.1.2
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: nokogiri
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -177,9 +163,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
177
163
  version: 2.4.0
178
164
  required_rubygems_version: !ruby/object:Gem::Requirement
179
165
  requirements:
180
- - - ">"
166
+ - - ">="
181
167
  - !ruby/object:Gem::Version
182
- version: 1.3.1
168
+ version: '0'
183
169
  requirements:
184
170
  - 'Nokogiri: https://www.nokogiri.org/tutorials/installing_nokogiri.html'
185
171
  rubygems_version: 3.1.2