ruby-spacy 0.1.5.3 → 0.1.5.4

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
  SHA256:
3
- metadata.gz: f24b8651e27c45774a7cc3ce945e085b76a4ef8cf62d2c622f049b4e73ca4e6d
4
- data.tar.gz: 41e019d39764ab082d97af5a097e05f783774c542130bedd39ca1f798ad42477
3
+ metadata.gz: 2d3ff404ae86e8089b01832121e6c87fef12d864bf5e873a9b62ce3df7b26448
4
+ data.tar.gz: 14060665f835b8932fe78b60bb3dcea7adee22388488de11031e6510e24724f3
5
5
  SHA512:
6
- metadata.gz: 52e32fa278445492c3f5d1464b5bd8c61252bd5bff37c6af96d2ebafbc426ebf10e32640fbd2be274a4a90d165418b02ca31a29f84bfb98bcf662e705e4fabc9
7
- data.tar.gz: 8d79c94e1715a327c96a4cf1fd55be535fb7b2e7cf1780545bc2ad433f08180e8b177b6f3b0e9d99a4279108b3ffac859d727c1dcfc55fbeaad5f83a9dee6ea1
6
+ metadata.gz: d4c62ac434fbc2c2056b9225e4c74a9b6731c3a8a63697cf02d44094f4c235c2493aa4c898b55bf3b5e1d8303ed6d7036c9d61db37d941c69d09dc7f2a5b7d26
7
+ data.tar.gz: 753d212d51660e085740c8cf8836545983d8443e5acba6f213e57269558ab22a0c0917b67083157cf21cf4ce2261af4ba4113d0f16540a97b549729cc74c5601
data/.gitignore CHANGED
@@ -45,7 +45,7 @@ build-iPhoneSimulator/
45
45
 
46
46
  # for a library or gem, you might want to ignore these files since the code is
47
47
  # intended to run in multiple environments; otherwise, check them in:
48
- # Gemfile.lock
48
+ Gemfile.lock
49
49
  # .ruby-version
50
50
  # .ruby-gemset
51
51
 
data/.python-version ADDED
@@ -0,0 +1 @@
1
+ 3.10.6
data/README.md CHANGED
@@ -20,13 +20,7 @@
20
20
  $ env CONFIGURE_OPTS="--enable-shared" pyenv install 3.10.6
21
21
  ```
22
22
 
23
- Don't forget to make it accessible from your working directory.
24
-
25
- ```shell
26
- $ pyenv local 3.10.6
27
- ```
28
-
29
- Or alternatively:
23
+ Remember to make it accessible from your working directory. It is recommended that you set `global` to the version of python you just installed.
30
24
 
31
25
  ```shell
32
26
  $ pyenv global 3.10.6
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Spacy
4
4
  # The version number of the module
5
- VERSION = "0.1.5.3"
5
+ VERSION = "0.1.5.4"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-spacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.3
4
+ version: 0.1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoichiro Hasebe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-26 00:00:00.000000000 Z
11
+ date: 2023-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -121,12 +121,12 @@ extensions: []
121
121
  extra_rdoc_files: []
122
122
  files:
123
123
  - ".gitignore"
124
+ - ".python-version"
124
125
  - ".rubocop.yml"
125
126
  - ".solargraph.yml"
126
127
  - ".yardopts"
127
128
  - CHANGELOG.md
128
129
  - Gemfile
129
- - Gemfile.lock
130
130
  - LICENSE.txt
131
131
  - README.md
132
132
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,114 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- ruby-spacy (0.1.5.3)
5
- numpy (~> 0.4.0)
6
- pycall (~> 1.4.0)
7
- terminal-table (~> 3.0.1)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- ast (2.4.2)
13
- backport (1.2.0)
14
- benchmark (0.2.1)
15
- diff-lcs (1.5.0)
16
- e2mmap (0.1.0)
17
- github-markup (4.0.1)
18
- jaro_winkler (1.5.6)
19
- json (2.6.3)
20
- kramdown (2.4.0)
21
- rexml
22
- kramdown-parser-gfm (1.1.0)
23
- kramdown (~> 2.0)
24
- language_server-protocol (3.17.0.3)
25
- mini_portile2 (2.8.4)
26
- minitest (5.19.0)
27
- nokogiri (1.15.3)
28
- mini_portile2 (~> 2.8.2)
29
- racc (~> 1.4)
30
- numpy (0.4.0)
31
- pycall (>= 1.2.0.beta1)
32
- parallel (1.23.0)
33
- parser (3.2.2.3)
34
- ast (~> 2.4.1)
35
- racc
36
- pycall (1.4.2)
37
- racc (1.7.1)
38
- rainbow (3.1.1)
39
- rake (13.0.6)
40
- rbs (2.8.4)
41
- redcarpet (3.6.0)
42
- regexp_parser (2.8.1)
43
- reverse_markdown (2.1.1)
44
- nokogiri
45
- rexml (3.2.5)
46
- rspec (3.12.0)
47
- rspec-core (~> 3.12.0)
48
- rspec-expectations (~> 3.12.0)
49
- rspec-mocks (~> 3.12.0)
50
- rspec-core (3.12.2)
51
- rspec-support (~> 3.12.0)
52
- rspec-expectations (3.12.3)
53
- diff-lcs (>= 1.2.0, < 2.0)
54
- rspec-support (~> 3.12.0)
55
- rspec-mocks (3.12.6)
56
- diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.12.0)
58
- rspec-support (3.12.1)
59
- rubocop (1.55.0)
60
- json (~> 2.3)
61
- language_server-protocol (>= 3.17.0)
62
- parallel (~> 1.10)
63
- parser (>= 3.2.2.3)
64
- rainbow (>= 2.2.2, < 4.0)
65
- regexp_parser (>= 1.8, < 3.0)
66
- rexml (>= 3.2.5, < 4.0)
67
- rubocop-ast (>= 1.28.1, < 2.0)
68
- ruby-progressbar (~> 1.7)
69
- unicode-display_width (>= 2.4.0, < 3.0)
70
- rubocop-ast (1.29.0)
71
- parser (>= 3.2.1.0)
72
- ruby-progressbar (1.13.0)
73
- solargraph (0.49.0)
74
- backport (~> 1.2)
75
- benchmark
76
- bundler (~> 2.0)
77
- diff-lcs (~> 1.4)
78
- e2mmap
79
- jaro_winkler (~> 1.5)
80
- kramdown (~> 2.3)
81
- kramdown-parser-gfm (~> 1.1)
82
- parser (~> 3.0)
83
- rbs (~> 2.0)
84
- reverse_markdown (~> 2.0)
85
- rubocop (~> 1.38)
86
- thor (~> 1.0)
87
- tilt (~> 2.0)
88
- yard (~> 0.9, >= 0.9.24)
89
- terminal-table (3.0.2)
90
- unicode-display_width (>= 1.1.1, < 3)
91
- thor (1.2.2)
92
- tilt (2.2.0)
93
- unicode-display_width (2.4.2)
94
- yard (0.9.34)
95
-
96
- PLATFORMS
97
- ruby
98
-
99
- DEPENDENCIES
100
- bundler
101
- github-markup
102
- minitest (~> 5.0)
103
- numpy
104
- pycall
105
- rake (~> 13.0)
106
- redcarpet
107
- rspec
108
- ruby-spacy!
109
- solargraph
110
- terminal-table
111
- yard
112
-
113
- BUNDLED WITH
114
- 2.4.13