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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11db3c3b9afe53839ecc7211c3540a9cec2fd30e
4
- data.tar.gz: 72d7506770ee95e4a19ce2881a053b7d9c353dd0
3
+ metadata.gz: 52cfbeb7dc03f4ba35b8ba2fc510a737a6b1dac2
4
+ data.tar.gz: c801c5290db58498cb1bac1215fc4519e3ec3570
5
5
  SHA512:
6
- metadata.gz: b2fd40bcafa4dba66a6fe95ef812a913e7388b2506060493bbec18c49bb3510c512744a80d84cee36942171933759fadb5de611e14f9569320eec28dd3194ae9
7
- data.tar.gz: be9768b7a7937c9ec0d763d71563df06a23f51831818f60ea11f5648a712e721fdbf97c145e88a93e0d693975fa4c024e48811fb4e87dfe445db02a42257a2b1
6
+ metadata.gz: 47f1175a788ebe3eb073c8a6b4e454c74211c6dfbe629db7ef9fad1c1924026f415403ecb88dc6598f2f01285d3fd8f6e2bb04099b7a8f728ceeaa4da5ef3953
7
+ data.tar.gz: 14acc2eea4b20c5dae595413ef79fe363819569b718d54acb666f84b1b992d9a4492e5983402a6771f30c6ea1da866dd0e331eb0bb469fdf749bad1ce18d78c9
data/Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
1
  FROM ruby:2.4-alpine
2
2
  LABEL maintainer "masutaka.net@gmail.com"
3
3
 
4
- ENV VERSION=3.0.0
4
+ ENV VERSION=3.1.0
5
5
 
6
6
  RUN apk add --update --no-cache git && \
7
7
  gem install -N github-nippou -v ${VERSION}
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- github-nippou (3.0.0)
4
+ github-nippou (3.1.0)
5
5
  activesupport
6
6
  highline
7
7
  launchy
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 )
@@ -1,6 +1,6 @@
1
1
  format:
2
2
  subject: '### %{subject}'
3
- line: '* [%{title}](%{url}) by %{user} %{status}'
3
+ line: '* [%{title}](%{url}) by @[%{user}](https://github.com/%{user}) %{status}'
4
4
  dictionary:
5
5
  status:
6
6
  merged: '**merged!**'
@@ -1,5 +1,5 @@
1
1
  module Github
2
2
  module Nippou
3
- VERSION = '3.0.0'
3
+ VERSION = '3.1.0'
4
4
  end
5
5
  end
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.0.0
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-07 00:00:00.000000000 Z
11
+ date: 2017-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport