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.
- data/lib/rack/screen_door/version.rb +1 -1
- data/rack-screen-door.gemspec +1 -1
- metadata +4 -4
data/rack-screen-door.gemspec
CHANGED
@@ -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/
|
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:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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/
|
129
|
+
homepage: https://github.com/patdeegan/rack-screen-door
|
130
130
|
licenses: []
|
131
131
|
|
132
132
|
post_install_message:
|