roo 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/roo/version.rb CHANGED
@@ -2,7 +2,7 @@ module Roo #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/test/datetime.ods ADDED
Binary file
data/test/datetime.xls ADDED
Binary file
data/test/test_helper.rb CHANGED
@@ -13,7 +13,7 @@ end
13
13
 
14
14
  # helper method
15
15
  def local_only
16
- if ENV["roo_local"] == "thomas-p" or true #TODO:
16
+ if ENV["roo_local"] == "thomas-p"
17
17
  yield
18
18
  end
19
19
  end