gooby 0.9.5 → 1.0.0
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/README +19 -6
- data/lib/gooby.rb +21 -24
- data/samples/20050305_corporate_cup_hm.html +255 -255
- data/samples/20050430_nashville_marathon.html +1212 -1212
- data/samples/20060115_phoenix_marathon.html +1284 -1284
- data/samples/20070310_corporate_cup_hm.html +1172 -1172
- data/samples/phoenix_marathon.html +1282 -1282
- data/tests/ts_gooby.rb +3 -3
- data/tests/ts_gooby_min.rb +2 -2
- metadata +2 -2
data/tests/ts_gooby.rb
CHANGED
@@ -652,7 +652,7 @@ class TestGoobyKernel < Test::Unit::TestCase
|
|
652
652
|
|
653
653
|
options = Gooby::Options.new(nil)
|
654
654
|
actual = options.to_s
|
655
|
-
expected = 'Options: filename: gooby_options.yaml entries:
|
655
|
+
expected = 'Options: filename: gooby_options.yaml entries: 26'
|
656
656
|
assert_equal(expected, actual, "value is not as expected; #{actual} vs #{expected}")
|
657
657
|
end
|
658
658
|
|
@@ -1040,7 +1040,7 @@ class TestGoobyKernel < Test::Unit::TestCase
|
|
1040
1040
|
def test_module_GoobyKernel_project_date
|
1041
1041
|
|
1042
1042
|
obj = Gooby::GoobyObject.new
|
1043
|
-
assert_equal '2007/03/
|
1043
|
+
assert_equal '2007/03/21', obj.project_date
|
1044
1044
|
end
|
1045
1045
|
|
1046
1046
|
def test_module_GoobyKernel_project_license
|
@@ -1052,7 +1052,7 @@ class TestGoobyKernel < Test::Unit::TestCase
|
|
1052
1052
|
def test_module_GoobyKernel_project_version_number
|
1053
1053
|
|
1054
1054
|
obj = Gooby::GoobyObject.new
|
1055
|
-
assert_equal '0.
|
1055
|
+
assert_equal '1.0.0', obj.project_version_number
|
1056
1056
|
end
|
1057
1057
|
|
1058
1058
|
def test_module_GoobyKernel_project_year
|
data/tests/ts_gooby_min.rb
CHANGED
@@ -493,7 +493,7 @@ class TestGoobyKernel < Test::Unit::TestCase
|
|
493
493
|
def test_module_GoobyKernel_project_date
|
494
494
|
|
495
495
|
obj = Gooby::GoobyObject.new
|
496
|
-
assert_equal '2007/03/
|
496
|
+
assert_equal '2007/03/21', obj.project_date
|
497
497
|
end
|
498
498
|
|
499
499
|
def test_module_GoobyKernel_project_license
|
@@ -505,7 +505,7 @@ class TestGoobyKernel < Test::Unit::TestCase
|
|
505
505
|
def test_module_GoobyKernel_project_version_number
|
506
506
|
|
507
507
|
obj = Gooby::GoobyObject.new
|
508
|
-
assert_equal '0.
|
508
|
+
assert_equal '1.0.0', obj.project_version_number
|
509
509
|
end
|
510
510
|
|
511
511
|
def test_module_GoobyKernel_project_year
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
|
|
3
3
|
specification_version: 1
|
4
4
|
name: gooby
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.
|
7
|
-
date: 2007-03-
|
6
|
+
version: 1.0.0
|
7
|
+
date: 2007-03-21 00:00:00 -04:00
|
8
8
|
summary: Google APIs + Ruby = Gooby
|
9
9
|
require_paths:
|
10
10
|
- lib
|