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 +4 -4
- data/.travis.yml +3 -0
- data/README.md +3 -0
- data/docs/demo.gif +0 -0
- data/lib/npb_headline/version.rb +1 -1
- data/npb_headline.gemspec +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f024f1a91596ea424b34448def9f55e354177c1
|
|
4
|
+
data.tar.gz: 7f4f0ad5e461d202853b877a31160489825b2610
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7607ec4b48e2a91cb65e0fbaa76718cd4ae0204d8686d7b8054cae98a3c102bc28ed91be5d4db5047638b72b9e0e53e8088ce38e525f9da36f2a1fce3ee02ee
|
|
7
|
+
data.tar.gz: 796d0364a3e9416b41bc6d8fca77aa2b2d0984e16ebe6c1cc71c9a59fc37ca54d41d8c7088b71b170b7701a4729e03e9543477823cc2952dbbb2916f06125c32
|
data/.travis.yml
ADDED
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# NpbHeadline
|
|
2
2
|
|
|
3
|
+
[](https://travis-ci.org/kami30k/npb_headline)
|
|
4
|
+
[](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
|
data/docs/demo.gif
ADDED
|
Binary file
|
data/lib/npb_headline/version.rb
CHANGED
data/npb_headline.gemspec
CHANGED
|
@@ -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.
|
|
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: {}
|