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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16e63056768bdb20ef402930ff101d595357db3c
4
- data.tar.gz: 73f6ac8498d9934ce7e68d4a4b7eb9bf3c99c5e3
3
+ metadata.gz: 802e2a28268230016b6a6f1d467c362ee66a19f3
4
+ data.tar.gz: c8db49a085466e9ada3235eb5035ed0b6ebfeb97
5
5
  SHA512:
6
- metadata.gz: 3a2eeb32652cb2a35c9ce0941d8b0fb4a344c1aebc2bcd1888e72bfb3e34cdf236a9377169452b639ed5872f26099771402b4540524472d5571e86b6ac1dd409
7
- data.tar.gz: 1dec8df00d36ee2dcac4793a633523785496aae439175721a441a15975d732d818cb0cd661c930b717f46bc73b055fb3d45e4b9b41b24b2c78b3910d22c1c8d8
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{^exe/}) { |f| File.basename(f) }
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"
File without changes
File without changes
data/{bin → exe}/setup RENAMED
File without changes
@@ -1,3 +1,3 @@
1
1
  module CLIHeadlineScraper
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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
- - bin/console
148
- - bin/headline_scraper
149
- - bin/setup
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