cuculungwa 0.0.33 → 0.0.34

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cuculungwa.rb +1 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a2695ed2c79462965677fc2e3c69c200a47e2b0
4
- data.tar.gz: 0b6ef838109572af22f1617de9014863f12340e0
3
+ metadata.gz: 85c9a3f655a0e40405b8c6dff23f47a3c8e3348f
4
+ data.tar.gz: 1613b16eafd1e34e06ec7856ff4b08b5868303aa
5
5
  SHA512:
6
- metadata.gz: 5060b3aa2598f2911523fff31e3a0f23bfb3ec8cd4c6e6fb900d51e6a02b7da561bc258a3afdd6df04a39f296d0209d0cf2c293aa7ce4a2a9d24732b312f7bcf
7
- data.tar.gz: 48d4227ab7d8fcb6cba10403ea82096e91e60bb9b4ef22e77fb34c9e39816a4b96295117916b8f1e42bfc3c7b18fb1286603ecaf3c35ff741dc388da25f2f3ce
6
+ metadata.gz: b65308d5ea84f15a83200cfe57e7023884049c62c0ff5d8dcbceb392d1006627f2aad544ea04c516c11189d18b5da6df3d15228affe3ff4a4aaec64df84452e1
7
+ data.tar.gz: 5aec009db0a620f435b4353c19a4078f9fa7b28a3fddee7bb6f1f9c1e08db1d42de01074453be8457f8c2246da99ceb7ba5d3bb72047eb07a363744fd74abe41
data/lib/cuculungwa.rb CHANGED
@@ -12,6 +12,7 @@ require 'site_prism'
12
12
  require 'yaml'
13
13
 
14
14
  config = YAML::load(File.open('config/config.yml'))
15
+ config['project']['default_host'] = config['project'][ENV['PROJECT'] || 'development']
15
16
 
16
17
  I18n.enforce_available_locales = false
17
18
  I18n.locale = config['framework']['i18n']['locale'].to_sym
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuculungwa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.33
4
+ version: 0.0.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Kaftanski
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-12-09 00:00:00.000000000 Z
13
+ date: 2014-12-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: aruba