contao 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,7 @@ module TechnoGate
21
21
  def load_global_config!
22
22
  config.contao.global =
23
23
  YAML.load(File.read(global_config_path)).to_openstruct
24
+ config.contao.global.mysql.database = name
24
25
  end
25
26
 
26
27
  def config
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Contao
2
- VERSION = '0.6.2'
2
+ VERSION = '0.6.3'
3
3
  end
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.2
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: 775829207634762625
214
+ hash: -4320210666460672031
215
215
  requirements: []
216
216
  rubyforge_project:
217
217
  rubygems_version: 1.8.23