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 CHANGED
@@ -1,6 +1,6 @@
1
1
  = Rack::Private
2
2
 
3
- Rack::Private middleware purpose to protect you Rack application from anonymous via a secret token form.
3
+ Private Rack middleware purpose is to protect your Rack application from anonymous via a secret code form.
4
4
 
5
5
  == Installation
6
6
 
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class Private
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
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: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.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: Rack::Private middleware purpose to protect you Rack application from anonymous via a secret token form.
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 you Rack application from anonymous.
135
+ summary: Protect your Rack application from anonymous.
136
136
  test_files: []
137
137