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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df01bc2b149a8f1e15377f457b633157c444acd0
4
- data.tar.gz: cad193cef4ee4aaa27969a34c1bc3c83c3fec7fb
3
+ metadata.gz: 5ee7fd6ff1e546675978ea69d4d44973812bdc1d
4
+ data.tar.gz: 31c57c8114a31889dce05fb892c9fd4bd511c7eb
5
5
  SHA512:
6
- metadata.gz: 4e96a95a5377c5dc25ec77a76b6c5e7216ecfac290109f79d4af3e056aaadf892f8b6154bf5a967246c6adf006a9c925d3d400e2e7340eb82548efb67d8552e1
7
- data.tar.gz: 44d584956cf46b0e8f9cc78d45a86d1715fd2bf4b84b2db55908b1f0dbf0cf108e37496437bc696cedcd4a686abdc77a65d6d79d14cbbd5716997aaa52e989af
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.1
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