drailties 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 39e7d070b2e9443f7dde9fd3f2a6302702d3183f
4
- data.tar.gz: e4fc7484078cbf23235b4b2e821527d0da62c4ae
5
- SHA512:
6
- metadata.gz: 32d194e2f267693b83ff91e15dcfbf1c0c886c1217c5eec4f06baddabdc14e8c19376d85ef1e20e2faac6aa3f1b3c60aeb1a30845a0d8d9f09f5febc802655e6
7
- data.tar.gz: a16b0f185e954adb5276902870d101ac099d896e510bdfb9e615a0462e5742e7530364ce37712c3da8f5c465a39c8eda475cb0bfd723ee85cb369093c0e200ed
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MDk3ZTlkMTU5ZGIwMjhjYjVlYmFiMTA2NTQzYjM3Mjg3NmM4YWZjMQ==
5
+ data.tar.gz: !binary |-
6
+ OGMyZTI3N2FkMTdlMTY0MTUxMTcwMGQyODMwZTk5ZjZiNGVkNjA4ZQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NDlkNzcxMmMyY2E3Mjk1MDJlY2NjZWRlNTYzZmM0YjM0YWVhMjExMzI0YTlk
10
+ MzBmNmRmY2Y5YjI4ZWNjOTNkMWE3ZTg5YmM5MDhlYmVmYWYxZmI0MzIzNDNi
11
+ ZmZmOGYwYjc0NDg1ZTdjNzhjNjAxZGIxYTU2YjAzMzE3NzJhYjg=
12
+ data.tar.gz: !binary |-
13
+ ZGYyNzVjZDE3MTI3MWU1NWE2YjQ1NDdhYTIzZWE4YzA4MDA5ODMwY2RmNjdj
14
+ MTc0ZGNkNzYyMDA1MGQ4Y2U4YTljMDFhYjJhYmMxOWJjZGU1YzY3ZjdhNWEy
15
+ ZTNhMDQ5NjVlOWIzN2I1YzExNDI0YjNlMTM4ZGU3ZjA4YWZkMjU=
@@ -4,6 +4,7 @@ require 'active_domain'
4
4
  require 'active_record'
5
5
 
6
6
  ROOT_DIR ||= ENV['ROOT_DIR']
7
+ LOGGER = ActiveEvent::Support::MultiLogger.new 'Domain Server'
7
8
 
8
9
  ActiveEvent::Autoload.app_path = ROOT_DIR
9
10
  ActiveDomain::Autoload.app_path = ROOT_DIR
@@ -6,6 +6,7 @@ require 'active_record'
6
6
  ROOT_DIR ||= ENV['ROOT_DIR']
7
7
  WORKER_COUNT = [ENV['WORKER_COUNT'].to_i, 1].max
8
8
  WORKER_NUMBER = ENV['WORKER_NUMBER'].to_i
9
+ LOGGER = ActiveEvent::Support::MultiLogger.new "Projection Server#{WORKER_COUNT > 1 ? " Nr. #{WORKER_NUMBER}" : ""}"
9
10
 
10
11
  ActiveEvent::Autoload.app_path = ROOT_DIR
11
12
  ActiveProjection::Autoload.app_path = ROOT_DIR
@@ -2,6 +2,7 @@ require 'active_event'
2
2
  require 'active_projection'
3
3
  ActiveEvent::Autoload.app_path = File.expand_path('../../..', __FILE__)
4
4
  ActiveProjection::Autoload.app_path = File.expand_path('../../..', __FILE__)
5
+ LOGGER = ActiveEvent::Support::MultiLogger.new 'Rails Server'
5
6
 
6
7
  watchable_dirs = ActiveEvent::Autoload.watchable_dirs.merge ActiveProjection::Autoload.watchable_dirs
7
8
  RELOADER = ActiveSupport::FileUpdateChecker.new([], watchable_dirs) do
@@ -2,7 +2,7 @@ module RailsDisco
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 4
5
- TINY = 2
5
+ TINY = 3
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drailties
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Kranz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-18 00:00:00.000000000 Z
11
+ date: 2014-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: active_event
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.4.2
19
+ version: 0.4.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.4.2
26
+ version: 0.4.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: active_domain
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.4.2
33
+ version: 0.4.3
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.4.2
40
+ version: 0.4.3
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: active_projection
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.4.2
47
+ version: 0.4.3
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.4.2
54
+ version: 0.4.3
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rails
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ~>
67
67
  - !ruby/object:Gem::Version
68
68
  version: 4.0.0
69
- description: 'Internals: rake tasks, generators, commandline interface'
69
+ description: ! 'Internals: rake tasks, generators, commandline interface'
70
70
  email: rails-disco@hicknhack-software.com
71
71
  executables:
72
72
  - drails
@@ -135,18 +135,19 @@ require_paths:
135
135
  - lib
136
136
  required_ruby_version: !ruby/object:Gem::Requirement
137
137
  requirements:
138
- - - '>='
138
+ - - ! '>='
139
139
  - !ruby/object:Gem::Version
140
140
  version: '0'
141
141
  required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - '>='
143
+ - - ! '>='
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  requirements: []
147
147
  rubyforge_project:
148
- rubygems_version: 2.1.11
148
+ rubygems_version: 2.0.3
149
149
  signing_key:
150
150
  specification_version: 4
151
151
  summary: Tools for working with Rails Disco
152
152
  test_files: []
153
+ has_rdoc: