review-tools 0.1.6 → 0.1.7

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
  SHA256:
3
- metadata.gz: a35696c465254cd6de8c5bac93b7c291f96086e27b2581d07dcd1696353eb4d4
4
- data.tar.gz: 30c55b1b9b5b40b586140a12ec3576dc35e15d878a8849f0786c914698507599
3
+ metadata.gz: 0ef29b2bf71bb42c05ebfc1a5d308f9c785cd86553e897ba5795fcd283a8f201
4
+ data.tar.gz: c03df11e7be3514625ec25b372f32163019debcc39e8ea891b928dbbb695438d
5
5
  SHA512:
6
- metadata.gz: 017dc06a9697b3781fb3aa0e58e61ef2547e0f6102fbfa2d80e30a6b59e51d0a9433c9664d3e43bd7c2a43e530769b98e7602f79015d66a936db5ff22acf41a6
7
- data.tar.gz: e5275446d2d7a5d8a7c97a879fca69a43d9af27e4c9f6f0d921081d7a65839686e9b47ea295d6f0682bcf2b41cfe8b6cf71bc4e605c4aef6f2c59428a0d61455
6
+ metadata.gz: c631eb498659cf9a07f29901fada1e65eb0212761f7896e75b275d3dd1ef311e8edeb35329adef6d0a37524c9cd50b06ed1423db0527326b1e6a34121196642f
7
+ data.tar.gz: a3b286abe6ce46593fac0e8a734b418965f44771f7ccf8c3cf5fb47c5c6c1ab3c9a5a3d853126ee2c3cee4e2b6e3241d7958a380ce801c934990f0cbd065194a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- review-tools (0.1.6)
4
+ review-tools (0.1.7)
5
5
  nokogiri (~> 1.10.4)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,5 +1,4 @@
1
- [![Build Status](https://travis-ci.org/hgwr/review-tools.svg?branch=master)](https://travis-ci.org/hgwr/review-tools)
2
-
1
+ [![Build Status](https://travis-ci.org/hgwr/review-tools.svg?branch=master)](https://travis-ci.org/hgwr/review-tools)
3
2
  [![Gem Version](https://badge.fury.io/rb/review-tools.svg)](https://badge.fury.io/rb/review-tools)
4
3
 
5
4
  # Review::Tools
@@ -53,7 +52,7 @@ additional_db_preparation: |
53
52
  bundle exec bin/rails db:some:your:task
54
53
 
55
54
  additional_test_tasks: |
56
- if [ ! -z "${do_frontend_tst:-}" ]; then
55
+ if [ ! -z "${do_frontend_test:-}" ]; then
57
56
  npm test
58
57
  eslint app/assets/javascripts/**/*
59
58
  fi
@@ -26,6 +26,8 @@ fi
26
26
 
27
27
  git checkout master
28
28
  git fetch -a || true
29
+ git gc --prune=now || true
30
+ git remote prune origin || true
29
31
  git pull origin master
30
32
 
31
33
  git checkout "$dst_branch"
@@ -1,5 +1,5 @@
1
1
  module Review
2
2
  module Tools
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: review-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shigeru Hagiwara
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-25 00:00:00.000000000 Z
11
+ date: 2019-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri