github-nippou 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/github-nippou +5 -0
- data/lib/github/nippou/version.rb +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: 1bb724335313bf7004835f34554f720e96cd387a
|
4
|
+
data.tar.gz: d61fbe1cb8978dc0e91f07ed2cee0eb0bc7fcf53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ded3ad1220b31d024ba9dba45c4f046a311d11e536d95e0f11e9cc7841606443e974c3d11d804291a499ec7f83e0a19752055bc57529fc18cd8af08567371d03
|
7
|
+
data.tar.gz: 6a9e4ac6dd0dffe8ffef06372c2ef50976aa0352c7686090466d6650c9ff56ff8793c4761410e8173d522ffa22941af7e381bbb155d8837c690eba4f949dab5d
|
data/Gemfile.lock
CHANGED
data/bin/github-nippou
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-nippou
|
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
|
- Takashi Masuda
|
@@ -71,7 +71,8 @@ description: |2
|
|
71
71
|
GitHub. nippou is a japanese word which means a daily report.
|
72
72
|
email:
|
73
73
|
- masutaka.net@gmail.com
|
74
|
-
executables:
|
74
|
+
executables:
|
75
|
+
- github-nippou
|
75
76
|
extensions: []
|
76
77
|
extra_rdoc_files: []
|
77
78
|
files:
|
@@ -83,6 +84,7 @@ files:
|
|
83
84
|
- LICENSE.txt
|
84
85
|
- README.md
|
85
86
|
- Rakefile
|
87
|
+
- bin/github-nippou
|
86
88
|
- github-nippou.gemspec
|
87
89
|
- lib/github/nippou.rb
|
88
90
|
- lib/github/nippou/version.rb
|