npb_headline 0.0.1 → 0.0.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: 713e453c3da92b623c5c50bc5db70b446a1ca27e
4
- data.tar.gz: 1843e5b842c1431e625018818546870ade9e630c
3
+ metadata.gz: 9f024f1a91596ea424b34448def9f55e354177c1
4
+ data.tar.gz: 7f4f0ad5e461d202853b877a31160489825b2610
5
5
  SHA512:
6
- metadata.gz: 4e76ed4ba6a697ce3b5f787d0b681f54e4343400ce2920ee9107cf2d497b7916d8967f072c8eef7e06d6f5160d4afbfb3cfb4644e671584ec55aa8cc0514905e
7
- data.tar.gz: 6fdc242cbba9cbcad9c41fa643c4b7ef374d3bd8d28bcc2a6e2be6502eee48dde4930c84244f49a30732218435e08447ad230111053a98369754814497394c8b
6
+ metadata.gz: a7607ec4b48e2a91cb65e0fbaa76718cd4ae0204d8686d7b8054cae98a3c102bc28ed91be5d4db5047638b72b9e0e53e8088ce38e525f9da36f2a1fce3ee02ee
7
+ data.tar.gz: 796d0364a3e9416b41bc6d8fca77aa2b2d0984e16ebe6c1cc71c9a59fc37ca54d41d8c7088b71b170b7701a4729e03e9543477823cc2952dbbb2916f06125c32
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.0.0
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # NpbHeadline
2
2
 
3
+ [![Build Status](https://travis-ci.org/kami30k/npb_headline.svg)](https://travis-ci.org/kami30k/npb_headline)
4
+ [![Gem Version](https://badge.fury.io/rb/npb_headline.svg)](http://badge.fury.io/rb/npb_headline)
5
+
3
6
  NpbHeadline shows the headlines of NPB (Nihon Professional Baseball) based on Y's Sports on command line.
4
7
 
5
8
  ## Usage
Binary file
@@ -1,3 +1,3 @@
1
1
  module NpbHeadline
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ['kami30k@gmail.com']
12
12
  spec.summary = %q{NpbHeadline show the headlines of NPB (Nihon Professional Baseball) based on Y's Sports on command line.}
13
13
  spec.description = %q{NpbHeadline show the headlines of NPB (Nihon Professional Baseball) based on Y's Sports on command line.}
14
- spec.homepage = ''
14
+ spec.homepage = 'https://github.com/kami30k/npb_headline'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: npb_headline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kami
@@ -77,11 +77,13 @@ extra_rdoc_files: []
77
77
  files:
78
78
  - ".gitignore"
79
79
  - ".rspec"
80
+ - ".travis.yml"
80
81
  - Gemfile
81
82
  - LICENSE.txt
82
83
  - README.md
83
84
  - Rakefile
84
85
  - bin/npb_headline
86
+ - docs/demo.gif
85
87
  - lib/npb_headline.rb
86
88
  - lib/npb_headline/base.rb
87
89
  - lib/npb_headline/command.rb
@@ -90,7 +92,7 @@ files:
90
92
  - npb_headline.gemspec
91
93
  - spec/npb_headline_spec.rb
92
94
  - spec/spec_helper.rb
93
- homepage: ''
95
+ homepage: https://github.com/kami30k/npb_headline
94
96
  licenses:
95
97
  - MIT
96
98
  metadata: {}