json_schema 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/validate-schema +1 -1
  2. metadata +1 -1
data/bin/validate-schema CHANGED
@@ -28,7 +28,7 @@ success = command.run(ARGV.dup)
28
28
  if success
29
29
  command.messages.each { |m| $stdout.puts(m) }
30
30
  elsif !command.errors.empty?
31
- command.errors.each { |e| $stderr.puts(File.basename(__FILE__) + ": " + e) }
31
+ command.errors.each { |e| $stderr.puts(e) }
32
32
  exit(1)
33
33
  else
34
34
  print_usage!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: