top-headlines 0.2.2 → 0.2.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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bff827e260b3751e686d63a37fb1eaa2c98f88b4
|
|
4
|
+
data.tar.gz: 28b0b84fca01c465b70cf9149a5c849118fc04ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baf484101522a3388a5421506bb24230f0fd27fec29027df7a28f567ead9486886307f261c3b4e1bf7e6101e92752f0193af0b3d626c7b418e216d0cfbba6974
|
|
7
|
+
data.tar.gz: fad4ba49e75d503398de6a8566af83af2e06ac2b7609952b0756a0a23f7f0c57573cf48f333718a1544f7be43c1b939f2bd7397d37c6f8b6afbb2f4aadb36598
|
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. Users can open the headlines in the browser directly from the command line. Functionality includes: AP, BBC, Bloomberg, CNN, Daily Beast, FiveThirtyEight, Forbes, Fox News, Guardian, Huffington Post, MSNBC, New York Times, Politico, Wall Street Journal, Washington Post, and Yahoo News.
|
|
3
|
+
This gem allows users to view the top headlines from major news sources. Users can open the headlines in the browser directly from the command line. Functionality includes: AP, BBC, Bloomberg, CNN, Daily Beast, FiveThirtyEight, Forbes, Fox News, Guardian, Huffington Post, Independent UK, Le Monde, MSNBC, New York Times, NPR, Politico, Wall Street Journal, Washington Post, and Yahoo News.
|
|
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 = ["Zach Newburgh"]
|
|
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. Users can open the headlines in the browser directly from the command line for articles from AP, BBC, Bloomberg, CNN, Daily Beast, FiveThirtyEight, Forbes, Fox News, Guardian, Huffington Post, MSNBC, New York Times, Politico, Wall Street Journal, Washington Post, and Yahoo News
|
|
12
|
+
spec.summary = %q{This gem allows users to view the top headlines from major news sources. Users can open the headlines in the browser directly from the command line for articles from AP, BBC, Bloomberg, CNN, Daily Beast, FiveThirtyEight, Forbes, Fox News, Guardian, Huffington Post, Independent UK, Le Monde, MSNBC, New York Times, NPR, Politico, Wall Street Journal, Washington Post, and Yahoo News}
|
|
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.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zach Newburgh
|
|
@@ -131,6 +131,6 @@ specification_version: 4
|
|
|
131
131
|
summary: This gem allows users to view the top headlines from major news sources.
|
|
132
132
|
Users can open the headlines in the browser directly from the command line for articles
|
|
133
133
|
from AP, BBC, Bloomberg, CNN, Daily Beast, FiveThirtyEight, Forbes, Fox News, Guardian,
|
|
134
|
-
Huffington Post, MSNBC, New York Times,
|
|
135
|
-
Post, and Yahoo News
|
|
134
|
+
Huffington Post, Independent UK, Le Monde, MSNBC, New York Times, NPR, Politico,
|
|
135
|
+
Wall Street Journal, Washington Post, and Yahoo News
|
|
136
136
|
test_files: []
|