LinkGrouper 1.0.1-universal-linux → 1.0.2-universal-linux
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/README +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ee7fd6ff1e546675978ea69d4d44973812bdc1d
|
4
|
+
data.tar.gz: 31c57c8114a31889dce05fb892c9fd4bd511c7eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 08c50d7c25e114edd10e4c6c892bc11c1bf30160cf083669940caaf22dbfe209f067f0ad646cf2f223607c2a5bfa82df98ed52eb56f5138651944be3608e2eeb
|
7
|
+
data.tar.gz: 24e10fb2121117545b0401f4069c43f58d29858aca41ec6807b43b0e0589e8d32ee17f1f1efda12dd351adb35720695bfe98e7452350b167b8e7cc949a888260
|
data/README
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Given a list of links (as a text file), this module will group similar links (or find unique links) and write them to separate files.
|
1
|
+
Given a list of links (as a text file), this module will group similar links/URLs (or find unique links) and write them to separate files.
|
2
2
|
e.g. URL list --
|
3
3
|
/level1/uid8
|
4
4
|
/level1/level2/gid6
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: LinkGrouper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: universal-linux
|
6
6
|
authors:
|
7
7
|
- dE
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2017-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Given a text file as input, will group similar links (or find unique
|
13
|
+
description: Given a text file as input, will group similar links/URLs (or find unique
|
14
14
|
links) and write them to separate files. Read the README of the gem install directory
|
15
15
|
for the usage
|
16
16
|
email: de.techno@gmail.com
|