CLI_Headline_Scraper 0.1.3 → 0.1.4
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.gemspec +1 -1
- data/{exe → bin}/console +0 -0
- data/{exe → bin}/headline_scraper +0 -0
- data/{exe → bin}/setup +0 -0
- data/lib/CLI_Headline_Scraper/version.rb +1 -1
- metadata +5 -8
- data/CLI_Headline_Scraper-0.1.0.gem +0 -0
- data/CLI_Headline_Scraper-0.1.1.gem +0 -0
- data/CLI_Headline_Scraper-0.1.2.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3e20062f3cf829bdab1b76274b408e02737cb0e
|
4
|
+
data.tar.gz: fee8d655bad1e94f1ed96fce5e6012b87eb3905f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3914853c4801402c00729209340c7439cc64e2945c5c3cd00d47f791434ea54e85bbcd00a5828aa8ae421808665bd78d56c746a6e6cc062de3492208450016e
|
7
|
+
data.tar.gz: 37e9a069818a9ff26c7d70bb578da70ccb33da01febb55252d88742c30f0efc6b57b73d2eee295517d50f80fdfa45d2aba49fa6515da9eb15f7447dda2b8158e
|
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
27
27
|
f.match(%r{^(test|spec|features)/})
|
28
28
|
end
|
29
|
-
spec.bindir = "
|
29
|
+
spec.bindir = "bin"
|
30
30
|
# spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
31
31
|
spec.executables << 'headline_scraper'
|
32
32
|
spec.require_paths = ["lib"]
|
data/{exe → bin}/console
RENAMED
File without changes
|
File without changes
|
data/{exe → bin}/setup
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim Stricker
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2017-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
@@ -140,17 +140,14 @@ files:
|
|
140
140
|
- ".gitignore"
|
141
141
|
- ".rspec"
|
142
142
|
- ".travis.yml"
|
143
|
-
- CLI_Headline_Scraper-0.1.0.gem
|
144
|
-
- CLI_Headline_Scraper-0.1.1.gem
|
145
|
-
- CLI_Headline_Scraper-0.1.2.gem
|
146
143
|
- CLI_Headline_Scraper.gemspec
|
147
144
|
- Gemfile
|
148
145
|
- LICENSE.txt
|
149
146
|
- README.md
|
150
147
|
- Rakefile
|
151
|
-
-
|
152
|
-
-
|
153
|
-
-
|
148
|
+
- bin/console
|
149
|
+
- bin/headline_scraper
|
150
|
+
- bin/setup
|
154
151
|
- lib/CLI_Headline_Scraper/Article.rb
|
155
152
|
- lib/CLI_Headline_Scraper/CLI.rb
|
156
153
|
- lib/CLI_Headline_Scraper/Network.rb
|
Binary file
|
Binary file
|
Binary file
|