git-ci-helper 0.0.1.build14 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. metadata +7 -11
  3. data/bin/git-ci +0 -2
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NzA2NzUwNGQwMGE1NTQyODc3ZWU1NDkwNmNkYmI1Nzc1MzJkZWM4Mg==
5
+ data.tar.gz: !binary |-
6
+ Mzg5N2ViZDNmMjg2MmY5MWJhNDFlZmUwOGU0N2YxZDc0ODdhYjRlOQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ODU4MmVhMGMyNDE0NTMxZTVkYmI4NTkwNTY1YmU5YTM0ZGRjMzRmNmI4MDhh
10
+ MmViNWE0Yzk3ZDkyNWFiMDYzZGQ4Y2E1MGRmZTE3Yjc1ZmJkZjY2YTFlODll
11
+ YWNmMTI0YzJhODMxOTVhMDkxYjQ1Zjk1MTYxMTM2NTQ3N2Y3YTY=
12
+ data.tar.gz: !binary |-
13
+ MjQ4YTQ1NjAxOWQzNmQzNmYwOTBmZGQ2Y2YyY2IzNjQ2OTZjNjQ0MzNiMjll
14
+ YmUwYTdkYzFmNmQ3NzRjODZjZmVjMTgxZWQxODUyY2JkNmNkNmMxNTliZDQz
15
+ YjhlMTJiNTJhMDY5ZDY0NjI0ODhjMWMxZDkwOWYwZmY4OTA0NDg=
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-ci-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.build14
5
- prerelease: 6
4
+ version: 0.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Coney Wu
@@ -13,35 +12,32 @@ date: 2013-10-17 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Git Commit Helper
15
14
  email: coney.wu@gmail.com
16
- executables:
17
- - git-ci
15
+ executables: []
18
16
  extensions: []
19
17
  extra_rdoc_files: []
20
18
  files:
21
19
  - lib/git-ci-helper.rb
22
- - bin/git-ci
23
20
  homepage: http://rubygems.org/gems/git-ci-helper
24
21
  licenses: []
22
+ metadata: {}
25
23
  post_install_message:
26
24
  rdoc_options: []
27
25
  require_paths:
28
26
  - lib
29
27
  required_ruby_version: !ruby/object:Gem::Requirement
30
- none: false
31
28
  requirements:
32
29
  - - ! '>='
33
30
  - !ruby/object:Gem::Version
34
31
  version: '0'
35
32
  required_rubygems_version: !ruby/object:Gem::Requirement
36
- none: false
37
33
  requirements:
38
- - - ! '>'
34
+ - - ! '>='
39
35
  - !ruby/object:Gem::Version
40
- version: 1.3.1
36
+ version: '0'
41
37
  requirements: []
42
38
  rubyforge_project:
43
- rubygems_version: 1.8.25
39
+ rubygems_version: 2.1.5
44
40
  signing_key:
45
- specification_version: 3
41
+ specification_version: 4
46
42
  summary: Validate commit message and check author
47
43
  test_files: []
data/bin/git-ci DELETED
@@ -1,2 +0,0 @@
1
- #!/bin/sh
2
- echo "git helper"