typus 3.0.7 → 3.0.8

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.
@@ -44,6 +44,7 @@ module Admin
44
44
 
45
45
  alias_method :display_text, :display_string
46
46
  alias_method :display_position, :display_string
47
+ alias_method :display_integer, :display_string
47
48
 
48
49
  end
49
50
  end
@@ -1,7 +1,5 @@
1
1
  module Typus
2
-
3
2
  module Authentication
4
-
5
3
  module Base
6
4
 
7
5
  def admin_user
@@ -19,7 +17,5 @@ module Typus
19
17
  def reload_locales; end
20
18
 
21
19
  end
22
-
23
20
  end
24
-
25
21
  end
@@ -1,7 +1,5 @@
1
1
  module Typus
2
-
3
2
  module Authentication
4
-
5
3
  module HttpBasic
6
4
 
7
5
  protected
@@ -16,7 +14,5 @@ module Typus
16
14
  end
17
15
 
18
16
  end
19
-
20
17
  end
21
-
22
18
  end
@@ -1,7 +1,5 @@
1
1
  module Typus
2
-
3
2
  module Authentication
4
-
5
3
  module None
6
4
 
7
5
  protected
@@ -13,7 +11,5 @@ module Typus
13
11
  end
14
12
 
15
13
  end
16
-
17
14
  end
18
-
19
15
  end
@@ -1,7 +1,5 @@
1
1
  module Typus
2
-
3
2
  module Authentication
4
-
5
3
  module Session
6
4
 
7
5
  protected
@@ -129,7 +127,5 @@ module Typus
129
127
  end
130
128
 
131
129
  end
132
-
133
130
  end
134
-
135
131
  end
@@ -1,5 +1,4 @@
1
1
  module Typus
2
-
3
2
  module Configuration
4
3
 
5
4
  # Read configuration from <tt>config/typus/**/*.yml</tt>.
@@ -49,5 +48,4 @@ module Typus
49
48
  mattr_accessor :models_constantized
50
49
 
51
50
  end
52
-
53
51
  end
@@ -1,5 +1,4 @@
1
1
  module Typus
2
-
3
2
  module I18n
4
3
 
5
4
  class << self
@@ -26,5 +25,4 @@ module Typus
26
25
  end
27
26
 
28
27
  end
29
-
30
28
  end
@@ -1,5 +1,4 @@
1
1
  module Typus
2
-
3
2
  module Regex
4
3
 
5
4
  Email = /\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\z/
@@ -7,5 +6,4 @@ module Typus
7
6
  Url = /(^$)|(^(http|https):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(([0-9]{1,5})?\/.*)?$)/ix
8
7
 
9
8
  end
10
-
11
9
  end
@@ -1,5 +1,4 @@
1
1
  module Typus
2
-
3
2
  module Resources
4
3
 
5
4
  # Setup Typus::Resources. This should be run from an initializer.
@@ -44,5 +43,4 @@ module Typus
44
43
  end
45
44
 
46
45
  end
47
-
48
46
  end
@@ -1,3 +1,3 @@
1
1
  module Typus
2
- VERSION = "3.0.7"
2
+ VERSION = "3.0.8"
3
3
  end
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: 9
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 7
10
- version: 3.0.7
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-13 00:00:00 +01:00
18
+ date: 2011-02-15 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency