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.
- checksums.yaml +4 -4
- data/README.md +11 -0
- metadata +9 -9
- data/README +0 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27c44a91df1470532aeafefadb9ec44101caeaf0aff196fe3f25b8a6344c0612
|
4
|
+
data.tar.gz: 84477f86bb5089f5b7d289ae5c013d799d62552823d877b6610c84c6115016d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cb084d7437c0a1739c42da533e92baac74f35b70804229dbc67801641c1a2ad2dd7a6b9106d06c6fd0c3a65b6b0b73b071f88f8d32757f3325f09f7485083f6
|
7
|
+
data.tar.gz: 8d818ab28e3c54fa4ba7a0cb805d06212eced4b2dafe4efe92702d14e39a416eb0c709d75a3c80c711995015230bcad24ef182146431ea879d6477576fee1481
|
data/README.md
ADDED
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.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
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
|
-
|
14
|
+
## A scraper for the bbc news website.
|
15
15
|
|
16
|
-
|
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
|
-
|
20
|
+
`gem install bbc10`
|
21
21
|
|
22
|
-
|
22
|
+
# Usage
|
23
23
|
|
24
|
-
|
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
|