roo 1.2.0 → 1.2.1

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/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