top-headlines 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f975cdd9af4d92380c35a6ebe8c43e963438fb74
4
- data.tar.gz: eca9124291061e3a9d0995de3b0219feeb4c7a7b
3
+ metadata.gz: bff827e260b3751e686d63a37fb1eaa2c98f88b4
4
+ data.tar.gz: 28b0b84fca01c465b70cf9149a5c849118fc04ec
5
5
  SHA512:
6
- metadata.gz: 72c4aca9ae4faadbbbeb404a393c09bfb9b4f52ba629a2c27c2174a9182975d2d70af88d02418c1aeaaca713694329d8829692ba4802a0d28efa4a9e8bc9e217
7
- data.tar.gz: 160b0f3c4aded45e075c52c7ebb49ae5ce6e96c90e4a09ced08ae773db56d86ec3b8f133439923cfca327640f962a8216335f28e6160ddfb92947fe14b237a3f
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
 
@@ -1,3 +1,3 @@
1
1
  module TopHeadlines
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -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.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, Politico, Wall Street Journal, Washington
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: []