contao 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
data/lib/contao/application.rb
CHANGED
@@ -11,10 +11,10 @@ module ContaoTemplate
|
|
11
11
|
config.contao.encryption_key = '<%= config.encryption_key %>'
|
12
12
|
|
13
13
|
# The admin email
|
14
|
-
config.admin_email = '<%= config.admin_email %>'
|
14
|
+
config.contao.admin_email = '<%= config.admin_email %>'
|
15
15
|
|
16
16
|
# The time zone
|
17
|
-
config.time_zone = '<%= config.time_zone %>'
|
17
|
+
config.contao.time_zone = '<%= config.time_zone %>'
|
18
18
|
|
19
19
|
# SMTP Configuration
|
20
20
|
# Configure contao to use an SMTP server
|
data/lib/contao/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contao
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
211
|
version: '0'
|
212
212
|
segments:
|
213
213
|
- 0
|
214
|
-
hash:
|
214
|
+
hash: -4320210666460672031
|
215
215
|
requirements: []
|
216
216
|
rubyforge_project:
|
217
217
|
rubygems_version: 1.8.23
|