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 | ce57f0694a13529ab6feb8d10a7f4c8935368bb0 (patch) | |
| tree | 87dcebe88c2bfc5902804bebc1405d019ffe29f9 /ruby/diff.rb | |
| parent | 3fedfb514c3d2ce6b9cb02a30465b6bfd3a37cf2 (diff) | |
| download | qpid-python-ce57f0694a13529ab6feb8d10a7f4c8935368bb0.tar.gz | |
moved ruby code into a qpid package
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@451317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ruby/diff.rb')
| -rw-r--r-- | ruby/diff.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/diff.rb b/ruby/diff.rb index 38f96f827d..12a4baac36 100644 --- a/ruby/diff.rb +++ b/ruby/diff.rb @@ -14,7 +14,7 @@ # limitations under the License. # -require "spec" +require "qpid/spec" spec = Spec.load(File.new($*[0])) |
