sinatra-security 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/sinatra-security.gemspec +3 -3
- metadata +5 -12
data/Rakefile
CHANGED
@@ -8,7 +8,7 @@ begin
|
|
8
8
|
gem.summary = %Q{Sinatra authentication extension}
|
9
9
|
gem.description = %Q{For use with Sinatra + Monk + OHM}
|
10
10
|
gem.email = "cyx.ucron@gmail.com"
|
11
|
-
gem.homepage = "http://github.com/
|
11
|
+
gem.homepage = "http://github.com/sinefunc/sinatra-security"
|
12
12
|
gem.authors = ["Cyril David"]
|
13
13
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
14
14
|
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.6
|
data/sinatra-security.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{sinatra-security}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.6"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Cyril David"]
|
@@ -41,10 +41,10 @@ Gem::Specification.new do |s|
|
|
41
41
|
"test/test_validations.rb",
|
42
42
|
"views/login.haml"
|
43
43
|
]
|
44
|
-
s.homepage = %q{http://github.com/
|
44
|
+
s.homepage = %q{http://github.com/sinefunc/sinatra-security}
|
45
45
|
s.rdoc_options = ["--charset=UTF-8"]
|
46
46
|
s.require_paths = ["lib"]
|
47
|
-
s.rubygems_version = %q{1.3.
|
47
|
+
s.rubygems_version = %q{1.3.5}
|
48
48
|
s.summary = %q{Sinatra authentication extension}
|
49
49
|
s.test_files = [
|
50
50
|
"test/helper.rb",
|
metadata
CHANGED
@@ -1,12 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-security
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
segments:
|
6
|
-
- 0
|
7
|
-
- 1
|
8
|
-
- 5
|
9
|
-
version: 0.1.5
|
4
|
+
version: 0.1.6
|
10
5
|
platform: ruby
|
11
6
|
authors:
|
12
7
|
- Cyril David
|
@@ -52,7 +47,7 @@ files:
|
|
52
47
|
- test/test_validations.rb
|
53
48
|
- views/login.haml
|
54
49
|
has_rdoc: true
|
55
|
-
homepage: http://github.com/
|
50
|
+
homepage: http://github.com/sinefunc/sinatra-security
|
56
51
|
licenses: []
|
57
52
|
|
58
53
|
post_install_message:
|
@@ -64,20 +59,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
59
|
requirements:
|
65
60
|
- - ">="
|
66
61
|
- !ruby/object:Gem::Version
|
67
|
-
segments:
|
68
|
-
- 0
|
69
62
|
version: "0"
|
63
|
+
version:
|
70
64
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
65
|
requirements:
|
72
66
|
- - ">="
|
73
67
|
- !ruby/object:Gem::Version
|
74
|
-
segments:
|
75
|
-
- 0
|
76
68
|
version: "0"
|
69
|
+
version:
|
77
70
|
requirements: []
|
78
71
|
|
79
72
|
rubyforge_project:
|
80
|
-
rubygems_version: 1.3.
|
73
|
+
rubygems_version: 1.3.5
|
81
74
|
signing_key:
|
82
75
|
specification_version: 3
|
83
76
|
summary: Sinatra authentication extension
|