rack-screen-door 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class ScreenDoor
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Rack::ScreenDoor::VERSION
8
8
  s.authors = ["John Nishinaga"]
9
9
  s.email = ["jingoro@casa-z.org"]
10
- s.homepage = "https://github.com/jingoro/rack-screen-door"
10
+ s.homepage = "https://github.com/patdeegan/rack-screen-door"
11
11
  s.summary = "Rack middleware for simple question and answer authorization."
12
12
  s.description = s.summary
13
13
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-screen-door
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Nishinaga
@@ -126,7 +126,7 @@ files:
126
126
  - lib/rack/screen_door/version.rb
127
127
  - rack-screen-door.gemspec
128
128
  - spec/screen_door_spec.rb
129
- homepage: https://github.com/jingoro/rack-screen-door
129
+ homepage: https://github.com/patdeegan/rack-screen-door
130
130
  licenses: []
131
131
 
132
132
  post_install_message: