abundance 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/garden_cycles.rb +1 -1
  2. data/lib/rows_paths.rb +1 -1
  3. metadata +2 -2
data/lib/garden_cycles.rb CHANGED
@@ -240,7 +240,7 @@ class Garden
240
240
  if @close_message_block[2].empty?
241
241
  @close_message_block[2] = {:seeds => @seeds, :sprouts => @sprouts.compact, :crops => @crops.compact}
242
242
  socket_send(@close_message_block)
243
- exit
243
+ Kernel::exit
244
244
  end
245
245
  end
246
246
  end
data/lib/rows_paths.rb CHANGED
@@ -28,7 +28,7 @@ class Garden
28
28
 
29
29
  def quit
30
30
  socket_send([:close,:row,Process.pid,@garden_path])
31
- exit
31
+ Kernel::exit
32
32
  end
33
33
 
34
34
  def sprout(message_block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abundance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis-Philippe Perron
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-25 00:00:00 -05:00
12
+ date: 2009-02-02 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15