diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-04 21:45:56 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-04 21:45:56 +0900 |
| commit | 93c3cbeaeff73686048c687fa1a4cfcfd7fc2129 (patch) | |
| tree | 1449007997dc8f7304c52fce899c9e3d09c3d96b /ruby/test | |
| parent | 88c77b793f540cad214b445b214c8a968b9c50ca (diff) | |
| download | msgpack-python-93c3cbeaeff73686048c687fa1a4cfcfd7fc2129.tar.gz | |
ruby fixes gemspec: require_paths = ["lib"]
Diffstat (limited to 'ruby/test')
| -rw-r--r-- | ruby/test/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/test/test_helper.rb b/ruby/test/test_helper.rb index 3088faa..6a63489 100644 --- a/ruby/test/test_helper.rb +++ b/ruby/test/test_helper.rb @@ -1,3 +1,3 @@ require 'test/unit' -require File.dirname(__FILE__) + '/../ext/msgpack' +require File.dirname(__FILE__) + '/../lib/msgpack' |
