github-nippou 3.0.0 → 3.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Dockerfile +1 -1
- data/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/config/settings.yml +1 -1
- data/lib/github/nippou/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52cfbeb7dc03f4ba35b8ba2fc510a737a6b1dac2
|
4
|
+
data.tar.gz: c801c5290db58498cb1bac1215fc4519e3ec3570
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47f1175a788ebe3eb073c8a6b4e454c74211c6dfbe629db7ef9fad1c1924026f415403ecb88dc6598f2f01285d3fd8f6e2bb04099b7a8f728ceeaa4da5ef3953
|
7
|
+
data.tar.gz: 14acc2eea4b20c5dae595413ef79fe363819569b718d54acb666f84b1b992d9a4492e5983402a6771f30c6ea1da866dd0e331eb0bb469fdf749bad1ce18d78c9
|
data/Dockerfile
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -101,6 +101,8 @@ You can use the [dockerized github-nippou](https://hub.docker.com/r/masutaka/git
|
|
101
101
|
$ cd github-nippou/bin
|
102
102
|
$ ./docker-github-nippou help
|
103
103
|
|
104
|
+
However, you cannot use the sub command `open-settings`.
|
105
|
+
|
104
106
|
## Contributing
|
105
107
|
|
106
108
|
1. Fork it ( https://github.com/masutaka/github-nippou/fork )
|
data/config/settings.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-nippou
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takashi Masuda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|