ggsm 1.9.3 → 1.9.4

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: df21da42b39cde08a30731eb5d3d58072d7b6ca5
4
- data.tar.gz: e1a73ec60d00b339fcca92d9c3d2fa2e68f142ee
3
+ metadata.gz: b66fd03a209cc2d546aee1b196a8822d0d527d86
4
+ data.tar.gz: 0c23950ee9a14d1e3ef4e5c82c91cd1c66a1099b
5
5
  SHA512:
6
- metadata.gz: e1db3081d8690e4fba08a36bb63b88bd0a58c4589bf3a6e3b987affb2d57eec2643ef689b2c2721471c698ca49117102955f9571ab8a6a3ba69a71d2ef8106eb
7
- data.tar.gz: c859c96359b5f7685a224ba5df2d01b732e3ec4ecb358d21e8a0e44c7173d941cf4331544895c80b79bc3044f145169b8b34b278a7fa066dfcd91355be782b13
6
+ metadata.gz: d9d9ba6b75862e4c13feb74f2c5c100864e79ea76b247ec431f39e3272c0d19f3d55082e92beb0da4df8d5005762eec9f852d280d442f50fbdd77e0091a9abcd
7
+ data.tar.gz: 710241398614afc1f0eb012c8b67a094d83685e70e033a5c5b3f603755556f15460a488ab1d5777061ba306428d0cb801fd63db53e1d98179ec15179aaf4ff42
@@ -8,7 +8,7 @@ def commit_check
8
8
  standards.each do |standard|
9
9
  check(standard)
10
10
  end
11
- puts '==> commit message不符合规范!'.red
11
+ puts '==> commit message不符合规范,请查看规范:https://doc.souche-inc.com/pages/viewpage.action?pageId=6037872!'.red
12
12
  exit 1
13
13
  end
14
14
 
data/lib/ggsm/mr/email.rb CHANGED
@@ -6,7 +6,7 @@ module GGSM
6
6
  def send_email(user,title,msg)
7
7
  message = <<END_OF_MESSAGE
8
8
  From: GGSM Merge Request <18019913184@163.com>
9
- To: 王右右 <wangyouyou@souche.com>,王锡臣 <wangxichen@souche.com>,沈若川 <shenruochuan@souche.com>,朱久言 <zhujiuyan@souche.com>
9
+ To: 王右右 <wangyouyou@souche.com>,王锡臣 <wangxichen@souche.com>,沈若川 <shenruochuan@souche.com>,洪晨 <hongchen@souche.com>,朱瑞雪 <zhuruixue@souche.com>,朱久言 <zhujiuyan@souche.com>
10
10
  Subject: [#{user}] #{title}
11
11
 
12
12
  #{msg}
@@ -19,6 +19,8 @@ END_OF_MESSAGE
19
19
  'wangyouyou@souche.com',
20
20
  'wangxichen@souche.com',
21
21
  'shenruochuan@souche.com',
22
+ 'hongchen@souche.com',
23
+ 'zhuruixue@souche.com',
22
24
  'zhujiuyan@souche.com'
23
25
  end
24
26
  end
data/lib/ggsm/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module GGSM
2
- VERSION = '1.9.3'
2
+ VERSION = '1.9.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ggsm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.3
4
+ version: 1.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - YoKey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-24 00:00:00.000000000 Z
11
+ date: 2018-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler