git_web_hook_model 0.0.1 → 0.0.2
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.
- checksums.yaml +8 -8
- data/.coveralls.yml +1 -1
- data/README.md +3 -1
- data/git_web_hook_model.gemspec +2 -2
- data/lib/git_web_hook_model/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MGFmNTEzNTdkYmUwNWZlYmRlMWE3ODk1ODI1YzhlODljZmY1ZTM4OA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTUxYzFlODVkY2VmNjY4ZjllZTk4OGFjYjdlZjY0MzAxYWYzZjc4YQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YmUyZGM5NTMyZDg1OTEyZjViNDI0NzVkY2YwMjlhN2YzZGI3Yzc3MzFmYzky
|
|
10
|
+
ODFkNjZlOGZkYmIwMzFjOGFhZjQxOTVhMTBmMWEyY2E2OWQ1MWI3NjgxMjE5
|
|
11
|
+
M2M3ZTgyODMyZDY1NTU1MmZhYWE5YmM0ZmI1Y2FkNWI0ODZiZTE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTBhYTdiMzZjNThmY2YwNDdlODYyZTU3NWRhYzFjMjhjYTI4NjIwMDVlZDQ3
|
|
14
|
+
ZTI1YWNhZjA2MjFkMjg3NzI1MmVlNDMxYzgwMzc3YTJiMDA1NTg2Y2U3N2Fi
|
|
15
|
+
NmNkZTBkOTczZjJjMTY0MmY2YTk3NjE1ZGFkNjJiMWY1NGQ4M2I=
|
data/.coveralls.yml
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
service_name: travis-pro
|
|
2
|
-
repo_token:
|
|
2
|
+
repo_token: hdtKlg3dlK6dTEwIQE7WN6xcpPPbIDOO6
|
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](https://travis-ci.org/ChuckJHardy/GitWebHookModel) [](https://coveralls.io/r/ChuckJHardy/GitWebHookModel) [](https://codeclimate.com/github/ChuckJHardy/GitWebHookModel) [](http://badge.fury.io/rb/git_web_hook_model)
|
|
2
|
+
|
|
1
3
|
# GitWebHookModel
|
|
2
4
|
|
|
3
5
|
Simple, immutable model for github webhooks.
|
|
@@ -6,7 +8,7 @@ Simple, immutable model for github webhooks.
|
|
|
6
8
|
|
|
7
9
|
Add this line to your application's Gemfile:
|
|
8
10
|
|
|
9
|
-
gem 'git_web_hook_model', '~> 0.0.
|
|
11
|
+
gem 'git_web_hook_model', '~> 0.0.2', group :development
|
|
10
12
|
|
|
11
13
|
And then execute:
|
|
12
14
|
|
data/git_web_hook_model.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = GitWebHookModel::VERSION
|
|
9
9
|
spec.authors = ["Chuck J hardy"]
|
|
10
10
|
spec.email = ["chuckjhardy@gmail.com"]
|
|
11
|
-
spec.description = %q{
|
|
12
|
-
spec.summary = %q{
|
|
11
|
+
spec.description = %q{Simple, immutable model for github webhooks.}
|
|
12
|
+
spec.summary = %q{Simple, immutable model for github webhooks.}
|
|
13
13
|
spec.homepage = ""
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git_web_hook_model
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chuck J hardy
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - ~>
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 2.13.0
|
|
83
|
-
description:
|
|
83
|
+
description: Simple, immutable model for github webhooks.
|
|
84
84
|
email:
|
|
85
85
|
- chuckjhardy@gmail.com
|
|
86
86
|
executables: []
|
|
@@ -134,7 +134,7 @@ rubyforge_project:
|
|
|
134
134
|
rubygems_version: 2.1.9
|
|
135
135
|
signing_key:
|
|
136
136
|
specification_version: 4
|
|
137
|
-
summary:
|
|
137
|
+
summary: Simple, immutable model for github webhooks.
|
|
138
138
|
test_files:
|
|
139
139
|
- spec/fixtures/hook.json
|
|
140
140
|
- spec/lib/git_web_hook_model/hook/commit_spec.rb
|