top-headlines 0.1.2 → 0.1.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: 95addc3e40b6793ecd773848f2394e2b2903d032
4
- data.tar.gz: 63e758e38c0b5d7017bbe6ae76f8fb0621ed4d41
3
+ metadata.gz: 91a85320ddf1e1dfb1ef6257baf266070180eeaa
4
+ data.tar.gz: de02bc13c32b193267c599e8d7489141f0f556f6
5
5
  SHA512:
6
- metadata.gz: cd46edc49f87d1b58a3cda6e4416ce6f15c56e387260ad2d2ce1d24e3de0c7452ecfda7bd61c2a3521ad6e0d3136c833c13a30951bc876a2f7052d5dab4ef5cc
7
- data.tar.gz: e487345aa1328e64da21b8ac2d2bbb994a502ed7574aeba167dbe84dbde072126e305506f60c1572951ccff9ddfafa0b6ee65e40844b4abec0d6a733ff54240e
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. It allows users to open the headlines directly from the command line.
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
 
@@ -1,3 +1,3 @@
1
1
  module TopHeadlines
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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. It allows users to open the headlines directly from the command line.}
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.2
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
- It allows users to open the headlines directly from the command line.
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: []