right_hook 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/right_hook/authenticator.rb +2 -0
- data/lib/right_hook/version.rb +1 -1
- data/right_hook.gemspec +1 -1
- metadata +2 -2
data/lib/right_hook/version.rb
CHANGED
data/right_hook.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = RightHook::VERSION
|
|
9
9
|
spec.authors = ["Mark Rushakoff"]
|
|
10
10
|
spec.email = ["mark.rushakoff@gmail.com"]
|
|
11
|
-
spec.description = %q{A
|
|
11
|
+
spec.description = %q{A collection of tools for making web apps that respond to GitHub hooks.}
|
|
12
12
|
spec.summary = %q{Right Hook is a foundation to use when you just want to write a GitHub service hook.}
|
|
13
13
|
spec.homepage = "https://github.com/mark-rushakoff/right_hook"
|
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: right_hook
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -155,7 +155,7 @@ dependencies:
|
|
|
155
155
|
- - ~>
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
157
|
version: '2.2'
|
|
158
|
-
description: A
|
|
158
|
+
description: A collection of tools for making web apps that respond to GitHub hooks.
|
|
159
159
|
email:
|
|
160
160
|
- mark.rushakoff@gmail.com
|
|
161
161
|
executables: []
|