CLI_Headline_Scraper 0.1.0 → 0.1.1
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/CLI_Headline_Scraper-0.1.0.gem +0 -0
- data/CLI_Headline_Scraper.gemspec +2 -1
- data/{bin → exe}/console +0 -0
- data/{bin → exe}/headline_scraper +0 -0
- data/{bin → exe}/setup +0 -0
- data/lib/CLI_Headline_Scraper/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 802e2a28268230016b6a6f1d467c362ee66a19f3
|
4
|
+
data.tar.gz: c8db49a085466e9ada3235eb5035ed0b6ebfeb97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7094664f20a529e04b5d6a52f43ab696cee76819a0f11a9cb89fa1604baa4fc3354360faca294f452f5524aa09847d63214d755ab425b34a03c87e7d4c575ed
|
7
|
+
data.tar.gz: 794594a0247fd9c9a2b8ca86373c4d460ca0c876231d0d51800644d9efecbdab75091491d34d4e9392b5d38361b04b9d8fbe8676aa001503d0d1ab36d0528f8f
|
Binary file
|
@@ -27,7 +27,8 @@ Gem::Specification.new do |spec|
|
|
27
27
|
f.match(%r{^(test|spec|features)/})
|
28
28
|
end
|
29
29
|
spec.bindir = "exe"
|
30
|
-
spec.executables = spec.files.grep(%r{^
|
30
|
+
# spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
31
|
+
spec.executables << 'headline_scraper'
|
31
32
|
spec.require_paths = ["lib"]
|
32
33
|
|
33
34
|
spec.add_development_dependency "bundler", "~> 1.15"
|
data/{bin → exe}/console
RENAMED
File without changes
|
File without changes
|
data/{bin → exe}/setup
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: CLI_Headline_Scraper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim Stricker
|
@@ -132,21 +132,23 @@ description: This program will automatically compile a list of the top three hea
|
|
132
132
|
homepages manually.
|
133
133
|
email:
|
134
134
|
- jmstricker93@gmail.com
|
135
|
-
executables:
|
135
|
+
executables:
|
136
|
+
- headline_scraper
|
136
137
|
extensions: []
|
137
138
|
extra_rdoc_files: []
|
138
139
|
files:
|
139
140
|
- ".gitignore"
|
140
141
|
- ".rspec"
|
141
142
|
- ".travis.yml"
|
143
|
+
- CLI_Headline_Scraper-0.1.0.gem
|
142
144
|
- CLI_Headline_Scraper.gemspec
|
143
145
|
- Gemfile
|
144
146
|
- LICENSE.txt
|
145
147
|
- README.md
|
146
148
|
- Rakefile
|
147
|
-
-
|
148
|
-
-
|
149
|
-
-
|
149
|
+
- exe/console
|
150
|
+
- exe/headline_scraper
|
151
|
+
- exe/setup
|
150
152
|
- lib/CLI_Headline_Scraper/Article.rb
|
151
153
|
- lib/CLI_Headline_Scraper/CLI.rb
|
152
154
|
- lib/CLI_Headline_Scraper/Network.rb
|