qik-loops 2.1.3 → 2.1.4

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.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 3
2
+ :patch: 4
3
3
  :major: 2
4
4
  :minor: 1
5
5
  :build:
data/lib/loops/worker.rb CHANGED
@@ -36,6 +36,7 @@ module Loops
36
36
  normal_exit = false
37
37
  begin
38
38
  $0 = "loop worker: #{@name}\0"
39
+ ActiveRecord::Base.establish_connection
39
40
  @worker_block.call(worker_options)
40
41
  normal_exit = true
41
42
  exit(0)
data/qik-loops.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{qik-loops}
8
- s.version = "2.1.3"
8
+ s.version = "2.1.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Alexey Kovyrin", "Dmytro Shteflyuk", "Gleb Pomykalov"]
12
- s.date = %q{2010-03-25}
12
+ s.date = %q{2010-04-01}
13
13
  s.description = %q{Loops is a small and lightweight framework for Ruby on Rails, Merb and other ruby frameworks created to support simple background loops in your application which are usually used to do some background data processing on your servers (queue workers, batch tasks processors, etc).}
14
14
  s.email = %q{gleb.pomykalov@qik.com}
15
15
  s.executables = ["loops", "loops-memory-stats"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 1
8
- - 3
9
- version: 2.1.3
8
+ - 4
9
+ version: 2.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alexey Kovyrin
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-03-25 00:00:00 +03:00
19
+ date: 2010-04-01 00:00:00 +04:00
20
20
  default_executable:
21
21
  dependencies: []
22
22