synapse-rails 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7e4121a14af4b1d896bfda67ad66ae0adc1575a
4
- data.tar.gz: 4b468dae48a7fe1ebded6248b44bae2ebfc1afce
3
+ metadata.gz: 628f2b01b6a737276c19e31ad3c74b3876f0acd1
4
+ data.tar.gz: ca99376210f832e5ead777fc1360bfdc3eaaf070
5
5
  SHA512:
6
- metadata.gz: c4a202e2dfcacf5b1059d6d259c3b7728277e000c6036862ba5166cbc4d8191359acefcbeb960df1053ac804be0a0eb5ca6e9671243049e6197778bd247d0317
7
- data.tar.gz: a28889efd09aff53467081167e69f48a7d319a86279fa55871147793136b246ac140590e4a287d4c56be2b78542326ac0da6bab857988948ef24e42453b2d86c
6
+ metadata.gz: f681192a89b22931e0a6adf71879b6258e076e8988f5fdb6f476ffc6dea6fea2c54e1c0d2be3a52bfeda140b75ca72610dde7175389f3ab58ec00e5b5e033c30
7
+ data.tar.gz: 8893de0d6031a83fba920365b1f70580609469ff7dfdc85a11cff1e079ce15e266b6625280dae192378eac0e0192cc199c5a09708c2f4109aa404d78f8692f8d
@@ -1,5 +1,5 @@
1
1
  module Synapse
2
2
  module Rails
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -1,8 +1,8 @@
1
1
  module Synapse
2
2
  module Tenancy
3
- @customer = 'global'
4
- @application = 'generic'
5
- @service = 'rails'
3
+ @customer = ( ENV['SYNAPSE_CUSTOMER'] || 'global' )
4
+ @application = ( ENV['SYNAPSE_APPLICATION'] || 'generic' )
5
+ @service = ( ENV['SYNAPSE_SERVICE'] || 'rails' )
6
6
  class << self
7
7
  attr_accessor :customer, :application, :service, :zk_base_path
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synapse-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathias Kaufmann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-28 00:00:00.000000000 Z
11
+ date: 2015-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails