linksta 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 230223e72900918ff23d59880aca64b535cdd654
4
- data.tar.gz: 5fa4a766d9a78311a4adcda9d384b125ec0af290
3
+ metadata.gz: ace17b85642cbb85ffaa0dbc3bf1ecef0945b364
4
+ data.tar.gz: 4a2cacad9592cfda4a8c867c2a985a1e9107d659
5
5
  SHA512:
6
- metadata.gz: 1d6485790d16b3a2c51939439218fbbc31596b821ff0c5255cd35d729b306b960d571f6a2dcbb6f361956b96fef2a1f82a4c7502cd20aa74e2a709f993621d7b
7
- data.tar.gz: fc842115c48eac41100af223d7157a9512dfa82034d42e8a173201f922db81df9973d658bd8f37ebb081ac90af82b022203248e41f0062c340acd04e59aefb91
6
+ metadata.gz: 42c1af58335cfc3fdb28c31b9421f7df2a55c0bac9a421f878ebf4b0e02f78fa980090e91597c1c9ae0f457dff77a2b158c1dd84bcd8294fa2177e9b18fbaada
7
+ data.tar.gz: 901a0a27364a82c5e5367036ad21ce8e48aa28b38edac19678928f4e0a00e10eb3029e4e91d6c6c3d5202a7b1df071a4e9fce88856d07b8907e7c4b428587762
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- linksta (0.1.1)
4
+ linksta (0.1.2)
5
5
  thor
6
6
  typhoeus
7
7
 
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/linksta.svg)](https://badge.fury.io/rb/linksta)
2
+
1
3
  # Linksta
2
4
 
3
5
  **Link checker for BBC Radio & Music sites.**
@@ -1,3 +1,3 @@
1
1
  module Linksta
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/linksta.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Linksta::VERSION
9
9
  spec.authors = ["CAP Testers"]
10
10
  spec.email = ["anthony.kaluuma@bbc.co.uk"]
11
- spec.summary = "linksta"
11
+ spec.summary = "linksta - The ultimate URL status checker for your website!!"
12
12
  spec.description = "linksta"
13
13
  spec.homepage = "https://www.test.bbc.co.uk/radio/play/live:radio1"
14
14
  spec.license = "Apache 2"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linksta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - CAP Testers
@@ -132,5 +132,5 @@ rubyforge_project:
132
132
  rubygems_version: 2.6.12
133
133
  signing_key:
134
134
  specification_version: 4
135
- summary: linksta
135
+ summary: linksta - The ultimate URL status checker for your website!!
136
136
  test_files: []