abundance 1.2.5 → 1.2.6

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/rows.rb +1 -1
  2. metadata +1 -1
@@ -75,7 +75,7 @@ class Garden
75
75
  when :quit
76
76
  quit
77
77
  end
78
- elsif $seed[:success]
78
+ elsif ! $seed[:success].nil?
79
79
  crop
80
80
  else
81
81
  t1.run
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.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis-Philippe Perron