rack-private 0.1.1 → 0.1.2
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/README.rdoc +1 -1
- data/lib/rack/private/version.rb +1 -1
- metadata +5 -5
data/README.rdoc
CHANGED
data/lib/rack/private/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack-private
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Thibaud Guillaume-Gentil
|
@@ -82,7 +82,7 @@ dependencies:
|
|
82
82
|
version: 0.5.4
|
83
83
|
type: :development
|
84
84
|
version_requirements: *id004
|
85
|
-
description:
|
85
|
+
description: Private Rack middleware purpose is to protect your Rack application from anonymous via a secret code form.
|
86
86
|
email:
|
87
87
|
- thibaud@thibaud.me
|
88
88
|
executables: []
|
@@ -132,6 +132,6 @@ rubyforge_project: rack-private
|
|
132
132
|
rubygems_version: 1.3.7
|
133
133
|
signing_key:
|
134
134
|
specification_version: 3
|
135
|
-
summary: Protect
|
135
|
+
summary: Protect your Rack application from anonymous.
|
136
136
|
test_files: []
|
137
137
|
|