cncflora_commons 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cncflora_commons.rb +1 -5
  2. metadata +1 -1
@@ -130,11 +130,7 @@ def setup(file)
130
130
  config[:elasticsearch] = "#{config[:datahub]}/#{settings.db}"
131
131
  config[:couchdb] = "#{ config[:datahub] }/#{settings.db}"
132
132
  config[:context] = settings.context
133
- if settings.prefix.length >= 1 then
134
- config[:base] = "#{settings.prefix}_#{settings.base}"
135
- else
136
- config[:base] = settings.base
137
- end
133
+ config[:base] = settings.base
138
134
 
139
135
  config.keys.each { |key| set key, config[key] }
140
136
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cncflora_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: