right_hook 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ require 'octokit'
2
+
1
3
  module RightHook
2
4
  # The authenticator provides an interface to retrieving or creating GitHub authorizations.
3
5
  class Authenticator
@@ -1,3 +1,3 @@
1
1
  module RightHook
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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 simple sinatra app ready to go for GitHub service hooks.}
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.0
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 simple sinatra app ready to go for GitHub service hooks.
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: []