diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2006-09-29 14:54:37 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2006-09-29 14:54:37 +0000 |
| commit | 5b19a8a75d9a8b1e831fdbc3795a60bb9d2aa10a (patch) | |
| tree | aa99fcfcd6d2e273662671f10f58adb580e93052 /qpid/ruby/diff.rb | |
| parent | 2cf42062c6e6ea1814225218aca63b36439ab3c8 (diff) | |
| download | qpid-python-5b19a8a75d9a8b1e831fdbc3795a60bb9d2aa10a.tar.gz | |
moved ruby code into a qpid package
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@451317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/ruby/diff.rb')
| -rw-r--r-- | qpid/ruby/diff.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/ruby/diff.rb b/qpid/ruby/diff.rb index 38f96f827d..12a4baac36 100644 --- a/qpid/ruby/diff.rb +++ b/qpid/ruby/diff.rb @@ -14,7 +14,7 @@ # limitations under the License. # -require "spec" +require "qpid/spec" spec = Spec.load(File.new($*[0])) |
