bbc10 1.0.0 → 1.0.1

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -0
  3. metadata +9 -9
  4. data/README +0 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22f115e3b649e6db52f72a2d1ab51c5f9cb48887a3044f4bb412ae039533fa96
4
- data.tar.gz: cf13b1c7a2e2b8188d91e80168bf5ce465275839c8d7d313014f511135b577ee
3
+ metadata.gz: 27c44a91df1470532aeafefadb9ec44101caeaf0aff196fe3f25b8a6344c0612
4
+ data.tar.gz: 84477f86bb5089f5b7d289ae5c013d799d62552823d877b6610c84c6115016d4
5
5
  SHA512:
6
- metadata.gz: 6e177f72af8c3b5845efc90709ca959be29c23032b5a55463b1c685745cb2f0594c0071e627493a3782487f342abff6f41915ff39342c562a18885cab9101b94
7
- data.tar.gz: 02031d5fd330dac9ebc5eaac11591761491c8030fed97036bc7ea14a54a9d61c4695d2901446d5003971c8a00c32d682b1a8555a841ed3fae241b16e8aa75a24
6
+ metadata.gz: 1cb084d7437c0a1739c42da533e92baac74f35b70804229dbc67801641c1a2ad2dd7a6b9106d06c6fd0c3a65b6b0b73b071f88f8d32757f3325f09f7485083f6
7
+ data.tar.gz: 8d818ab28e3c54fa4ba7a0cb805d06212eced4b2dafe4efe92702d14e39a416eb0c709d75a3c80c711995015230bcad24ef182146431ea879d6477576fee1481
data/README.md ADDED
@@ -0,0 +1,11 @@
1
+ ## A scraper for the bbc news website.
2
+
3
+ Delivering the 10 most read stories from the UK bbc website to your terminal.
4
+
5
+ # Install the gem
6
+
7
+ `gem install bbc10`
8
+
9
+ # Usage
10
+
11
+ `bbc10 | less`
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbc10
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - s33d
7
+ - s33dco
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2019-06-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
- # Bbc10
14
+ ## A scraper for the bbc news website.
15
15
 
16
- Scrape the 10 mst read stories from www.bbc.co.uk to your terminal window.
16
+ Delivering the 10 most read stories from the UK bbc website to your terminal.
17
17
 
18
- Install the gem:
18
+ # Install the gem
19
19
 
20
- $ gem install bbc10
20
+ `gem install bbc10`
21
21
 
22
- ## Usage
22
+ # Usage
23
23
 
24
- ``` bbc10 | less ```
24
+ `bbc10 | less`
25
25
  email: code@s33d.co
26
26
  executables:
27
27
  - bbc10
@@ -29,7 +29,7 @@ extensions: []
29
29
  extra_rdoc_files: []
30
30
  files:
31
31
  - LICENSE
32
- - README
32
+ - README.md
33
33
  - bin/bbc10
34
34
  - lib/bbc10/scraper.rb
35
35
  homepage: https://github.com/s33dco/bbc10
data/README DELETED
@@ -1,11 +0,0 @@
1
- # Bbc10
2
-
3
- Scrape the 10 mst read stories from www.bbc.co.uk to your terminal window.
4
-
5
- Install the gem:
6
-
7
- $ gem install bbc10
8
-
9
- ## Usage
10
-
11
- ``` bbc10 | less ```