spacycloud 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef868d4a15d9fac4e742febed8a4d6b907fe25c859c625fdb4845f14d1b07b98
4
- data.tar.gz: 2c58fb0cd82fc6e6da788e987f377f1904434bd3ea2499cdde18e6807d8958b7
3
+ metadata.gz: 4622dd20a03c5082bf4cdb82bd940dd25c2c9b42d48bd648815d095eafe9121b
4
+ data.tar.gz: b5353e61882a58a7380aeb60291af913d40bf08e13e8f8540f256e4d074b2ef8
5
5
  SHA512:
6
- metadata.gz: e22febbc845d615ea9bd6f2c42cbe235389e27eac065e9baf6fea6814bbcc9832193ee058f74a198ddaa3c63873bdaa835ccf59ed2fd8a404934b761601cf14e
7
- data.tar.gz: 84c3caefd19967546582dc5fc65cd481f0cf9caf136bb6735da8a3eb1020f0b075d04512c8716b22d47a51f009109dced8e5c614861456b15019f55f0e28987b
6
+ metadata.gz: 163f2fcf07b587db7e321dd7ff641daad9d96382fe13938b76f3f1d39caffe38901115f71186501af4f779215d4ad58195703bc920e24af411645f9c28f476fe
7
+ data.tar.gz: 2031d10903363eb849bb07af52cdb0f2263e5e924459fded6dc1d1feb6db2133c0858aac22d0126f6b6bcd3f0b2a7f065714bc1a633fbc9486b68d65d25f72b6
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spacycloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Salinas
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-01-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: 'Python client for the spaCy Cloud API. spaCy Cloud serves all the spaCy
13
+ description: 'Ruby client for the spaCy Cloud API. spaCy Cloud serves all the spaCy
14
14
  pre-trained models, and your own custom models, through a RESTful API ready for
15
15
  production. This is the Python client for the API. More details here: https://spacycloud.io.
16
16
  Documentation: https://docs.spacycloud.io. Github: https://github.com/spacycloud/spacycloud-python'
@@ -45,5 +45,5 @@ requirements: []
45
45
  rubygems_version: 3.1.4
46
46
  signing_key:
47
47
  specification_version: 4
48
- summary: Python client for the spaCy Cloud API
48
+ summary: Ruby client for the spaCy Cloud API
49
49
  test_files: []