developer_news_cli_app 0.1.4 → 0.1.5
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/Gemfile.lock +4 -4
- data/README.md +2 -0
- data/developer_news_cli_app-0.1.4.gem +0 -0
- data/developer_news_cli_app.gemspec +1 -1
- data/lib/developer_news_cli_app/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed3dda81083666f732a5a07f62a7186b461284b2dd0c8db7789f3b7d1f00bec9
|
|
4
|
+
data.tar.gz: 7afd2b3a5049f4ce6f407b99b93291c934b04206b1290be65701463f305ab745
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50bb90019980ddb8da50b8713738ad6109548dfe57fe7dedfc15e083eac2e8bb361ebe8954b880d6464146b4f3c7699379ddb5f5e42f78f9289770bcccaaa01f
|
|
7
|
+
data.tar.gz: 272caca4b801c8de7bfd9c46391a27adbead06bf0a91b1b45365f8c7bd62375366eb08e8b058f16f37d005753389c3e5781d58c7d5e3793c22f46ae78de7ee7d
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
developer_news_cli_app (0.1.
|
|
4
|
+
developer_news_cli_app (0.1.5)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
@@ -10,7 +10,7 @@ GEM
|
|
|
10
10
|
diff-lcs (1.3)
|
|
11
11
|
method_source (0.9.0)
|
|
12
12
|
mini_portile2 (2.3.0)
|
|
13
|
-
nokogiri (1.8.
|
|
13
|
+
nokogiri (1.8.5)
|
|
14
14
|
mini_portile2 (~> 2.3.0)
|
|
15
15
|
pry (0.11.3)
|
|
16
16
|
coderay (~> 1.1.0)
|
|
@@ -36,10 +36,10 @@ PLATFORMS
|
|
|
36
36
|
DEPENDENCIES
|
|
37
37
|
bundler (~> 1.16)
|
|
38
38
|
developer_news_cli_app!
|
|
39
|
-
nokogiri (~> 1.8.
|
|
39
|
+
nokogiri (~> 1.8.5)
|
|
40
40
|
pry
|
|
41
41
|
rake (~> 10.0)
|
|
42
42
|
rspec (~> 3.0)
|
|
43
43
|
|
|
44
44
|
BUNDLED WITH
|
|
45
|
-
1.
|
|
45
|
+
1.17.3
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Developer News Cli App
|
|
2
2
|
|
|
3
|
+
[](https://rubygems.org/gems/developer_news_cli_app)
|
|
4
|
+
|
|
3
5
|
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
6
|
|
|
5
7
|
## Installation
|
|
Binary file
|
|
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
|
|
|
34
34
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
35
35
|
spec.add_development_dependency "rspec", "~> 3.0"
|
|
36
36
|
spec.add_development_dependency "pry"
|
|
37
|
-
spec.add_development_dependency "nokogiri", '~>1.8.
|
|
37
|
+
spec.add_development_dependency "nokogiri", '~>1.8.5'
|
|
38
38
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anthony
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 1.8.
|
|
75
|
+
version: 1.8.5
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 1.8.
|
|
82
|
+
version: 1.8.5
|
|
83
83
|
description: A CLI app that displays the article information from FreeCodeCamp, HackerNoon,
|
|
84
84
|
CodeBurst and A List Apart.
|
|
85
85
|
email:
|
|
@@ -105,6 +105,7 @@ files:
|
|
|
105
105
|
- developer_news_cli_app-0.1.0.gem
|
|
106
106
|
- developer_news_cli_app-0.1.2.gem
|
|
107
107
|
- developer_news_cli_app-0.1.3.gem
|
|
108
|
+
- developer_news_cli_app-0.1.4.gem
|
|
108
109
|
- developer_news_cli_app.gemspec
|
|
109
110
|
- lib/developer_news_cli_app.rb
|
|
110
111
|
- lib/developer_news_cli_app/AListApartScrapper.rb
|
|
@@ -135,8 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
136
|
- !ruby/object:Gem::Version
|
|
136
137
|
version: '0'
|
|
137
138
|
requirements: []
|
|
138
|
-
|
|
139
|
-
rubygems_version: 2.7.6
|
|
139
|
+
rubygems_version: 3.0.2
|
|
140
140
|
signing_key:
|
|
141
141
|
specification_version: 4
|
|
142
142
|
summary: An app to display current developer news
|