goto_string 0.1.0 → 0.1.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.
@@ -1,3 +1,7 @@
1
+ == 0.1.1 / 2007-07-20
2
+
3
+ * fixed up tests
4
+
1
5
  == 0.1.0 / 2007-07-20
2
6
 
3
7
  * 1 major enhancement
@@ -3,4 +3,4 @@ Manifest.txt
3
3
  README.txt
4
4
  Rakefile
5
5
  lib/goto_string.rb
6
- test/goto_string_test.rb
6
+ test/test_goto_string.rb
@@ -2,7 +2,7 @@ require 'enumerator'
2
2
  require 'jcode'
3
3
 
4
4
  module GotoString
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
 
7
7
  class Matcher
8
8
 
@@ -1,8 +1,7 @@
1
- require File.dirname(__FILE__) + '/../test_helper'
2
-
3
- class GotoStringTest < Test::Unit::TestCase
4
- fixtures :notes
1
+ require 'test/unit'
2
+ require 'goto_string'
5
3
 
4
+ class TestGotoString < Test::Unit::TestCase
6
5
  def test_simple
7
6
  s = %w( iamapala implementation impl simple nomatch )
8
7
  a = GotoString::Matcher.match 'impl', s
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: goto_string
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.1
7
7
  date: 2007-07-20 00:00:00 +10:00
8
8
  summary: Quicksilver-like partial string matching
9
9
  require_paths:
@@ -34,9 +34,9 @@ files:
34
34
  - README.txt
35
35
  - Rakefile
36
36
  - lib/goto_string.rb
37
- - test/goto_string_test.rb
38
- test_files: []
39
-
37
+ - test/test_goto_string.rb
38
+ test_files:
39
+ - test/test_goto_string.rb
40
40
  rdoc_options:
41
41
  - --main
42
42
  - README.txt