top-headlines 0.1.2 → 0.1.3
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 +1 -1
- data/lib/top-headlines/version.rb +1 -1
- data/top-headlines.gemspec +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91a85320ddf1e1dfb1ef6257baf266070180eeaa
|
|
4
|
+
data.tar.gz: de02bc13c32b193267c599e8d7489141f0f556f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80da15c19be9f0a1e6a17e086daadf15c705fde0aa5afac9801a516dfae137351a8c7b62d8cf6a45cc27eecf7855ee1b69951950c6a9adab29f969d815bc7407
|
|
7
|
+
data.tar.gz: 8e1409a0543282d6ef4dd61bc686d79883cdcf2bfce88d279d4fed04a915b649ab5b52a9e8f3e67151ed5ecfbdd72d5b6dd700194a284817e1fe960fb3fabd1c
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# TopHeadlines
|
|
2
2
|
|
|
3
|
-
This gem allows users to view the top headlines from major news sources.
|
|
3
|
+
This gem allows users to view the top headlines from major news sources. Users can open the headlines directly from the command line. Functionality includes: Bloomberg, CNN, Forbes, Fox News, The Guardian, Huffington Post, MSNBC, New York Times, and Wall Street Journal.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
data/top-headlines.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["zachnewburgh"]
|
|
10
10
|
spec.email = ["zach.newburgh@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{This gem allows users to view the top headlines from major news sources.
|
|
12
|
+
spec.summary = %q{This gem allows users to view the top headlines from major news sources. Users can open the headlines directly from the command line for articles from Bloomberg, CNN, Forbes, Fox News, The Guardian, Huffington Post, MSNBC, New York Times, and Wall Street Journal.}
|
|
13
13
|
spec.homepage = "https://github.com/zachnewburgh/top-headlines-cli-gem"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: top-headlines
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- zachnewburgh
|
|
@@ -131,5 +131,7 @@ rubygems_version: 2.4.5.1
|
|
|
131
131
|
signing_key:
|
|
132
132
|
specification_version: 4
|
|
133
133
|
summary: This gem allows users to view the top headlines from major news sources.
|
|
134
|
-
|
|
134
|
+
Users can open the headlines directly from the command line for articles from Bloomberg,
|
|
135
|
+
CNN, Forbes, Fox News, The Guardian, Huffington Post, MSNBC, New York Times, and
|
|
136
|
+
Wall Street Journal.
|
|
135
137
|
test_files: []
|