nfl-top-stories 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3bf5dbe88200f227c3c110de885270aed346b43b
4
- data.tar.gz: 64aa00d3aa80ebfecf0be2b91b111548fd7661fc
3
+ metadata.gz: d9d49315e08ac121e304934bae479a967b58fe71
4
+ data.tar.gz: da7064e96f33b1f7f2c724c2ff94b98a2c9e41f0
5
5
  SHA512:
6
- metadata.gz: d7910f71a006f8392d24f2ab3e528385e731a7330c0b0f263012ad8b1039dd4069b5004e46ebe11707a2c3e70664f5a049ef79123b8022a6ca0b9b787091c2d4
7
- data.tar.gz: cf48c28f62cb88ccb9df11014745504c4d0072a871806ce87533fad6442f6f5829a9b25901a6104aa7c6369d2afff9d705b3d2640b8ad052cf98c87e55dddf9b
6
+ metadata.gz: 29908205e2cb5204ad53c58189379c9578e2985ed62f65627f324a9f1b63870bbe1498da200aa0b5da33ce12bb1e2a5c0b82211a6716618710acc04b4b90476b
7
+ data.tar.gz: fe633b45aa7a33b75b9ac857d8456f597517094ecb7509cfe7d638994bb87960056420f115921e7adae6cc743bbde3b86882aad37472734918541ad639a9ecc3
data/README.md CHANGED
@@ -7,7 +7,7 @@ NFL Top Stories will pull headlines and stories from ESPN, NFL.com, CBS Sports,
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'nfl_top_stories'
10
+ gem 'nfl-top-stories'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -16,11 +16,11 @@ And then execute:
16
16
 
17
17
  Or install it yourself as:
18
18
 
19
- $ gem install nfl_top_stories
19
+ $ gem install nfl-top-stories
20
20
 
21
21
  ## Usage
22
22
 
23
- From the directory execute:
23
+ From the local directory execute:
24
24
 
25
25
  $ ./bin/nfl-top-stories
26
26
 
@@ -1,3 +1,3 @@
1
1
  module NflTopStories
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
Binary file
@@ -16,8 +16,8 @@ Gem::Specification.new do |spec|
16
16
 
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
- spec.bindir = "exe"
20
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
+ spec.bindir = "bin"
20
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
21
21
  spec.require_paths = ["lib"]
22
22
 
23
23
  spec.add_development_dependency "bundler", "~> 1.11"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nfl-top-stories
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
  - thebrianemory
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-30 00:00:00.000000000 Z
11
+ date: 2016-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,7 +84,10 @@ description: NFL Top Stories will pull NFL headlines and stories from ESPN, NFL.
84
84
  CBS Sports, Fox Sports, and USA Today.
85
85
  email:
86
86
  - the@brianemory.com
87
- executables: []
87
+ executables:
88
+ - console
89
+ - nfl-top-stories
90
+ - setup
88
91
  extensions: []
89
92
  extra_rdoc_files: []
90
93
  files:
@@ -105,6 +108,7 @@ files:
105
108
  - lib/nfl_top_stories/headline.rb
106
109
  - lib/nfl_top_stories/story.rb
107
110
  - lib/nfl_top_stories/version.rb
111
+ - nfl-top-stories-0.1.0.gem
108
112
  - nfl_top_stories.gemspec
109
113
  homepage: https://github.com/thebrianemory/nfl-top-stories-cli-gem
110
114
  licenses: