We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35980b0 commit 4a7afb6Copy full SHA for 4a7afb6
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- hooks-ruby (0.0.1)
+ hooks-ruby (0.0.2)
5
dry-schema (~> 1.14, >= 1.14.1)
6
grape (~> 2.3)
7
grape-swagger (~> 2.1, >= 2.1.2)
lib/hooks/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Hooks
- VERSION = "0.0.1"
+ VERSION = "0.0.2"
end
0 commit comments