Skip to content

Commit

Permalink
Bump 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Jul 24, 2017
1 parent 4a0e73f commit b5c65ce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
rvm:
- 2.3.1
- 2.4.1
- 2.3.4
- 2.2.5
addons:
code_climate:
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
github_webhook (1.0.4)
github_webhook (1.0.5)
activesupport (>= 4)
rack (>= 1.3)

GEM
remote: https://rubygems.org/
specs:
activesupport (5.0.2)
activesupport (5.1.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
Expand All @@ -18,10 +18,10 @@ GEM
concurrent-ruby (1.0.5)
diff-lcs (1.2.5)
docile (1.1.5)
i18n (0.8.1)
json (1.8.3)
minitest (5.10.1)
rack (2.0.1)
i18n (0.8.6)
json (1.8.6)
minitest (5.10.3)
rack (2.0.3)
rake (10.3.1)
rspec (2.14.1)
rspec-core (~> 2.14.0)
Expand All @@ -37,7 +37,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
thread_safe (0.3.6)
tzinfo (1.2.2)
tzinfo (1.2.3)
thread_safe (~> 0.1)

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

BUNDLED WITH
1.14.6
1.15.3
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.4'
gem 'github_webhook', '~> 1.0.5'
```

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.4"
VERSION = "1.0.5"
end

0 comments on commit b5c65ce

Please sign in to comment.