rxsd 0.4 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/bin/rxsd_test +1 -1
  3. data/bin/xsd_to_ruby +1 -1
  4. metadata +3 -2
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ require 'rake/gempackagetask'
9
9
 
10
10
 
11
11
  GEM_NAME="rxsd"
12
- PKG_VERSION='0.4'
12
+ PKG_VERSION='0.4.1'
13
13
 
14
14
  desc "Run all specs"
15
15
  Spec::Rake::SpecTask.new('spec') do |t|
@@ -6,7 +6,7 @@
6
6
  # Copyright (C) 2010 Mohammed Morsi <movitto@yahoo.com>
7
7
  # See COPYING for the License of this software
8
8
 
9
- require 'lib/rxsd'
9
+ require 'rxsd'
10
10
 
11
11
  if ARGV.size < 2
12
12
  puts "missing required arguments"
@@ -7,7 +7,7 @@
7
7
  # See COPYING for the License of this software
8
8
 
9
9
  require 'fileutils'
10
- require 'lib/rxsd'
10
+ require 'rxsd'
11
11
 
12
12
  if ARGV.size < 2
13
13
  puts "missing required arguments"
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rxsd
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- version: "0.4"
9
+ - 1
10
+ version: 0.4.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Mohammed Morsi