lara-text_utils 0.1.0 → 0.2.0
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 +4 -4
- data/lib/lara/text_utils/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51c16bf5d5893005f11e33f70354fc92a554d4897ba195d3c7e522eb826689f8
|
|
4
|
+
data.tar.gz: a1b0e6f4e47dfb65deb8d78774768443f493de728d8c8e7d517fe3bd8664f224
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38de140e812a665515019575480cd7f0cfc6de9099a222e2c7a92f290f258e3fec270ab5b22e61284d546c860e132a5975c7bbbf00e631270cf5583c605c0e9d
|
|
7
|
+
data.tar.gz: f7b9785ea5efeae36db6474979200da591a2c0b4f7039a6e73e5e987996a08b17419c3a8b6a1f7aed3b921473783844e0e9d5333d6fc779c699a78840831cfc5
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lara-text_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lara AI
|
|
@@ -10,7 +10,7 @@ cert_chain: []
|
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
12
|
description: 'A simple Ruby gem for analyzing text: word count, sentence count, lexical
|
|
13
|
-
density, reading time, and more.
|
|
13
|
+
density, reading time, and more. Full version with premium tools at https://lara-store.xyz'
|
|
14
14
|
email: jarod79tm@gmail.com
|
|
15
15
|
executables: []
|
|
16
16
|
extensions: []
|
|
@@ -19,11 +19,13 @@ files:
|
|
|
19
19
|
- lib/lara/text_utils.rb
|
|
20
20
|
- lib/lara/text_utils/analyzer.rb
|
|
21
21
|
- lib/lara/text_utils/version.rb
|
|
22
|
-
homepage: https://
|
|
22
|
+
homepage: https://lara-store.xyz
|
|
23
23
|
licenses:
|
|
24
24
|
- MIT
|
|
25
25
|
metadata:
|
|
26
|
-
source_code_uri: https://
|
|
26
|
+
source_code_uri: https://github.com/lara-entity-ai/lara-text_utils
|
|
27
|
+
homepage_uri: https://lara-store.xyz
|
|
28
|
+
changelog_uri: https://lara-store.xyz/blog
|
|
27
29
|
rubygems_mfa_required: 'false'
|
|
28
30
|
rdoc_options: []
|
|
29
31
|
require_paths:
|