github_webhook 1.0.3 → 1.0.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: 971cc5e4ac1f04fe8067b12d565572750bde24da
4
- data.tar.gz: b215b4c107fa6b9e9b7436a0152ded65632135a0
3
+ metadata.gz: 2c64a0134cf3c20a64b6e1a71ef720f2b211bdd5
4
+ data.tar.gz: 89bf1bcff8e7a21cfaf570ef0c11dd53f5763d6e
5
5
  SHA512:
6
- metadata.gz: 34b828dc663da4d04179bd51fcf0cfde7ff250149a006b6dfac52a31f4aa79b798f2005f17b44704c97d0afcef17fabb2c9ae99ac02b39f37bb6cff5a1748c8a
7
- data.tar.gz: 6b129f77c6c5a30429435903002565393dc6ccca3ee083cae5fad64ede7d6fe5b851dba177b4a141fba6047bc8b0dc38a3b1fb05372392df885bc897d9f4bf47
6
+ metadata.gz: 1b05f8d4dd70906dd373c5d575d8a09cb88ef68093a60ea1b2c4b0805fa2eb991cc8d8b146fefc2c1d7c858bf8cb193686cbb58d452f6c0159c2a6386536608a
7
+ data.tar.gz: eedc3382623371873c1e8cc6d279b5792cd575ca4eac3b33d6b6915c706309e84b525178d436ada8bf92316f62de2e5301f1d3debc80c49798535f59b0b21094
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- github_webhook (1.0.3)
4
+ github_webhook (1.0.4)
5
5
  activesupport (>= 4)
6
6
  rack (>= 1.3)
7
7
 
data/README.md CHANGED
@@ -13,7 +13,7 @@ to a [GitHub webhook](https://developer.github.com/webhooks/)
13
13
  Add this line to your application's Gemfile:
14
14
 
15
15
  ```ruby
16
- gem 'github_webhook', '~> 1.0.3'
16
+ gem 'github_webhook', '~> 1.0.4'
17
17
  ```
18
18
 
19
19
  And then execute:
@@ -20,7 +20,7 @@ module GithubWebhook::Processor
20
20
  # }
21
21
  # });
22
22
  # console.log(events);
23
- GITHUB_EVENTS_WHITELIST = %w(ping commit_comment create delete deployment deployment_status download follow fork fork_apply gist gollum issue_comment issues label member membership milestone organization org_block page_build project_card project_column project public pull_request pull_request_review pull_request_review_comment push release repository status team team_add watch)
23
+ GITHUB_EVENTS_WHITELIST = %w(ping commit_comment create delete deployment deployment_status download follow fork fork_apply gist gollum issue_comment issues label member membership milestone organization org_block page_build project_card project_column project public pull_request pull_request_review pull_request_review_comment push release repository status team team_add watch integration_installation integration_installation_repositories)
24
24
 
25
25
  def create
26
26
  if self.respond_to? event_method
@@ -1,3 +1,3 @@
1
1
  module GithubWebhook
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_webhook
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastien Saunier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-19 00:00:00.000000000 Z
11
+ date: 2017-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack