typus 3.0.7 → 3.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/app/helpers/admin/display_helper.rb +1 -0
- data/lib/typus/authentication/base.rb +0 -4
- data/lib/typus/authentication/http_basic.rb +0 -4
- data/lib/typus/authentication/none.rb +0 -4
- data/lib/typus/authentication/session.rb +0 -4
- data/lib/typus/configuration.rb +0 -2
- data/lib/typus/i18n.rb +0 -2
- data/lib/typus/regex.rb +0 -2
- data/lib/typus/resources.rb +0 -2
- data/lib/typus/version.rb +1 -1
- metadata +4 -4
data/lib/typus/configuration.rb
CHANGED
data/lib/typus/i18n.rb
CHANGED
data/lib/typus/regex.rb
CHANGED
data/lib/typus/resources.rb
CHANGED
data/lib/typus/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
9
|
+
- 8
|
10
|
+
version: 3.0.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Francesc Esplugas
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-02-
|
18
|
+
date: 2011-02-15 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|