Skip to content

Commit

Permalink
removed path qualifier from 'requires' in executables
Browse files Browse the repository at this point in the history
  • Loading branch information
movitto committed Sep 5, 2010
1 parent d8afbec commit 980a6ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ require 'rake/gempackagetask'


GEM_NAME="rxsd"
PKG_VERSION='0.4'
PKG_VERSION='0.4.1'

desc "Run all specs"
Spec::Rake::SpecTask.new('spec') do |t|
Expand Down
2 changes: 1 addition & 1 deletion bin/rxsd_test
Expand Up @@ -6,7 +6,7 @@
# Copyright (C) 2010 Mohammed Morsi <movitto@yahoo.com>
# See COPYING for the License of this software

require 'lib/rxsd'
require 'rxsd'

if ARGV.size < 2
puts "missing required arguments"
Expand Down
2 changes: 1 addition & 1 deletion bin/xsd_to_ruby
Expand Up @@ -7,7 +7,7 @@
# See COPYING for the License of this software

require 'fileutils'
require 'lib/rxsd'
require 'rxsd'

if ARGV.size < 2
puts "missing required arguments"
Expand Down

0 comments on commit 980a6ec

Please sign in to comment.