linkey 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/linkey.rb +1 -1
- data/lib/linkey/version.rb +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: 8aa653ba9286553e079b7bbb270c1604b089ecd1
|
4
|
+
data.tar.gz: 641fe29261e1b3b5b90943090192adeda02af3c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88c1680235b96d7fa620cd98298cdaca1941af1ae3ad4fd2830cfa944e2648384386f7e6f1e82310724467e504f06a6dc25219b5bb7a56602ac1a22f32f42367
|
7
|
+
data.tar.gz: 69378834ba8c35ffb6665ee03e509530d6b60a288797676bb454f9050f6a851c70f4b6437fcae642068f227c7f7927765363b3e00f09ccc9737074982f86f54c
|
data/README.md
CHANGED
@@ -13,9 +13,11 @@ The Base URL is used with the relative URL from the regex to create a full URL,
|
|
13
13
|
The regex is the point of the URL that you want to keep from the regex, e.g bbc.co.uk/news/uk, specifying /news would create /news/uk.
|
14
14
|
The filename is .md file where all the page links are stored, this can be useful for manual checks, e.g file.md
|
15
15
|
|
16
|
-
Install
|
16
|
+
## Install
|
17
17
|
|
18
|
-
|
18
|
+
```
|
19
|
+
gem install linkey
|
20
|
+
```
|
19
21
|
|
20
22
|
## Command line usage
|
21
23
|
|
data/lib/linkey.rb
CHANGED
data/lib/linkey/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linkey
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Blooman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-05-
|
11
|
+
date: 2014-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|