mmorpg_news 0.1.0 → 0.1.2

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: 576d059007468674f84d3b55804c780e2a1403c3
4
- data.tar.gz: 377f9c2b64df100c509a2ed92f443091ac11cceb
3
+ metadata.gz: 55fc09cec488c094be40d245ef430b97b49b3f02
4
+ data.tar.gz: 03cbf2521840dbc91e3cb66538bbeec67169bd5e
5
5
  SHA512:
6
- metadata.gz: 408564d0c4361008529ca7f4078a29e2d14608c4b66ef40896a19b135b7cfbca285115b0bf49aba34a0c6979413550dfea3f97e28c8919e479ceb07545dab0ce
7
- data.tar.gz: 3a5568f8bbd2d34220449e2ca7b8b24b0080622685a3953a03c59773a6e89d235ce96f410b296674753f2c4553a36448ac83ac48fe2316b38b85b0866dd0fe36
6
+ metadata.gz: f507cd5d2107006da4ae8844cd3768f2524558c895cd24b233f36c90a6708080c904955cb11d0bae336ed6557514af0238664c5c42d92652ae29f99b91b23d3d
7
+ data.tar.gz: b701d00422648067153583495c3bfafa1d524e18be84cae18971a1877bfc6e9ab68d69b7edb8453aebc669fb3c10907e0c70c3770c229647af9cbba384c12ca6
data/README.md CHANGED
@@ -4,11 +4,11 @@ This is a basic news scraper, which pulls a list of mmorpg stories from http://m
4
4
 
5
5
  ## Installation
6
6
 
7
- You can install this gem via gem install mmorpg-news-cli-gem. The mmorpg-news CLI will be installed and you can run mmorpg-news to get the latest mmorpg news stories from http://massivelyop.com/ in your command line.
7
+ You can install this gem via gem install mmorpg_news. The mmorpg_news CLI will be installed and you can run mmorpg_news to get the latest mmorpg news stories from http://massivelyop.com/ in your command line.
8
8
 
9
9
  ## Usage
10
10
 
11
- Run mmorpg-news after installing the gem.
11
+ Run mmorpg_news after installing the gem.
12
12
 
13
13
  ## Development
14
14
 
data/bin/mmorpg_news CHANGED
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "bundler/setup"
4
- require "mmorpg_news"
3
+ require_relative '../lib/mmorpg_news'
5
4
 
6
5
  MmorpgNews::CLI.new.call
@@ -1,3 +1,3 @@
1
1
  module MmorpgNews
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
data/mmorpg_news.gemspec CHANGED
@@ -6,7 +6,7 @@ require 'mmorpg_news/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "mmorpg_news"
8
8
  spec.version = MmorpgNews::VERSION
9
- spec.authors = ["ebanh"]
9
+ spec.authors = ["Eban Hernandez"]
10
10
  spec.email = ["ebanhernandez@gmail.com"]
11
11
 
12
12
  spec.summary = %q{MMORPG News}
@@ -15,8 +15,9 @@ Gem::Specification.new do |spec|
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
- spec.bindir = "exe"
19
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
18
+ spec.bindir = "bin"
19
+ # spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
+ spec.executables << 'mmorpg_news'
20
21
  spec.require_paths = ["lib"]
21
22
 
22
23
  spec.add_development_dependency "bundler", "~> 1.11"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mmorpg_news
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - ebanh
7
+ - Eban Hernandez
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-06-03 00:00:00.000000000 Z
12
12
  dependencies:
@@ -83,7 +83,8 @@ dependencies:
83
83
  description: MMORPG News
84
84
  email:
85
85
  - ebanhernandez@gmail.com
86
- executables: []
86
+ executables:
87
+ - mmorpg_news
87
88
  extensions: []
88
89
  extra_rdoc_files: []
89
90
  files: