developer_news_cli_app 0.1.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/config/environment.rb +3 -1
- data/developer_news_cli_app.gemspec +1 -1
- data/lib/developer_news_cli_app/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94c68ab195c35ff4aa1492675bdb4c4a2d6da0308930e1a8d04730ad4064eac8
|
4
|
+
data.tar.gz: 8dab376bdfded912b2c0f4326a4d1a627b1536c4276e4486378e616132ee1ede
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c64160824ff912298e4e0861332b6b48c74f29d7ff37e15a2239661ca7ec3aa490d3964884e813e68ebf2a45ff03682e00317b39b0eea79a7dae0f14b43e994
|
7
|
+
data.tar.gz: ebed48406e34a522050c5481dfebb58408c904a547e4572d0cd1b08481d7ee7d1df37dd01dac336e70ca662e615211b0b03384bbdd77b0d4647ee0df26549c8e
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Developer News Cli App
|
2
2
|
|
3
|
-
The Developer News Cli App is a Ruby gem that scrapes information about the articles on the homepages for FreeCodeCamp, HackerNoon and
|
3
|
+
The Developer News Cli App is a Ruby gem that scrapes information about the articles on the homepages for FreeCodeCamp, HackerNoon, Codeburst and A List Apart. The gem allows you to select a website and view the article headlines. The app also allows you to select an article to see more information and read the article in your browser; all from the command line.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
data/config/environment.rb
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["anthony@anthonygharvey.com"]
|
11
11
|
|
12
12
|
spec.summary = "An app to display current developer news"
|
13
|
-
spec.description = "displays the
|
13
|
+
spec.description = "A CLI app that displays the article information from FreeCodeCamp, HackerNoon, CodeBurst and A List Apart."
|
14
14
|
spec.homepage = "http://anthonygharvey.com"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: developer_news_cli_app
|
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
|
- Anthony
|
@@ -80,7 +80,8 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description: displays the
|
83
|
+
description: A CLI app that displays the article information from FreeCodeCamp, HackerNoon,
|
84
|
+
CodeBurst and A List Apart.
|
84
85
|
email:
|
85
86
|
- anthony@anthonygharvey.com
|
86
87
|
executables: []
|