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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86d14f450e73a48c64384f8b3c25529f924de73d
4
- data.tar.gz: 49780f9982c5a99e908c0a2f3df694792b430fa8
3
+ metadata.gz: 8aa653ba9286553e079b7bbb270c1604b089ecd1
4
+ data.tar.gz: 641fe29261e1b3b5b90943090192adeda02af3c4
5
5
  SHA512:
6
- metadata.gz: f03c5c58825a4e181eea31951cf6cfb1a2d3673e0ff94873e792d8e6f31b3a580dd434f83215098ab44aa9fbf4cb8d495eb881006ec557a57382133dbf428b99
7
- data.tar.gz: 61f1aa607171502b5e761ae7c08846e50ca0821df1aa9ea3abce0d502a20d214d4a7c2bbf8c1c2c1f3d5f80bbbfbd37d34dba3c06b7c6b5a0660a5ed31fc59de
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
- `gem install linkey`
18
+ ```
19
+ gem install linkey
20
+ ```
19
21
 
20
22
  ## Command line usage
21
23
 
@@ -91,7 +91,7 @@ module Linkey
91
91
  @smoke_urls['base']
92
92
  end
93
93
 
94
- def self.smoke
94
+ def smoke
95
95
  urls = @smoke_urls['paths']
96
96
  status(urls)
97
97
  end
@@ -1,3 +1,3 @@
1
1
  module Linkey
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
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.0
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-01 00:00:00.000000000 Z
11
+ date: 2014-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor