Skip to content

Commit

Permalink
Bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Mar 19, 2017
1 parent 9f8cd50 commit 20c891e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PATH
remote: .
specs:
github_webhook (1.0.2)
github_webhook (1.0.3)
activesupport (>= 4)
rack (>= 1.3)

GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.0.1)
activesupport (5.0.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
concurrent-ruby (1.0.2)
concurrent-ruby (1.0.5)
diff-lcs (1.2.5)
docile (1.1.5)
i18n (0.7.0)
i18n (0.8.1)
json (1.8.3)
minitest (5.9.1)
minitest (5.10.1)
rack (2.0.1)
rake (10.3.1)
rspec (2.14.1)
Expand All @@ -36,7 +36,7 @@ GEM
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
thread_safe (0.3.5)
thread_safe (0.3.6)
tzinfo (1.2.2)
thread_safe (~> 0.1)

Expand All @@ -51,4 +51,4 @@ DEPENDENCIES
rspec (~> 2.14)

BUNDLED WITH
1.13.2
1.14.6
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ to a [GitHub webhook](https://developer.github.com/webhooks/)
Add this line to your application's Gemfile:

```ruby
gem 'github_webhook', '~> 1.0.2'
gem 'github_webhook', '~> 1.0.3'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/github_webhook/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GithubWebhook
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit 20c891e

Please sign in to comment.