Skip to content

Commit

Permalink
Bump to 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Aug 26, 2016
1 parent 980e7d7 commit b7d4c4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
PATH
remote: .
specs:
github_webhook (0.5.0)
github_webhook (1.0.0)
activesupport (>= 4)
rack (>= 1.3)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.6)
activesupport (5.0.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
concurrent-ruby (1.0.2)
diff-lcs (1.2.5)
docile (1.1.5)
i18n (0.7.0)
json (1.8.3)
minitest (5.8.4)
rack (1.6.4)
minitest (5.9.0)
rack (2.0.1)
rake (10.3.1)
rspec (2.14.1)
rspec-core (~> 2.14.0)
Expand Down Expand Up @@ -51,4 +51,4 @@ DEPENDENCIES
rspec (~> 2.14)

BUNDLED WITH
1.11.2
1.12.5
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 = "0.5.0"
VERSION = "1.0.0"
end

0 comments on commit b7d4c4f

Please sign in to comment.