Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Oct 3, 2017
1 parent 628d7b9 commit d2acc50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
github_webhook (1.0.5)
github_webhook (1.1.0)
activesupport (>= 4)
rack (>= 1.3)
railties (>= 4)
Expand Down Expand Up @@ -37,10 +37,10 @@ GEM
erubi (1.6.1)
i18n (0.8.6)
json (1.8.6)
loofah (2.1.0)
loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.8.2)
method_source (0.9.0)
mini_portile2 (2.3.0)
minitest (5.10.3)
nokogiri (1.8.1)
Expand Down Expand Up @@ -89,4 +89,4 @@ DEPENDENCIES
rspec (~> 2.14)

BUNDLED WITH
1.15.3
1.16.0.pre.2
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.5'
gem 'github_webhook', '~> 1.1'
```

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.5"
VERSION = "1.1.0"
end

0 comments on commit d2acc50

Please sign in to comment.