exe/lutaml in lutaml-0.7.5 vs exe/lutaml in lutaml-0.8.0
- old
+ new
@@ -10,13 +10,15 @@
$:.unshift File.expand_path("../../lib", bin_file)
# Fixes https://github.com/rubygems/rubygems/issues/1420
require "rubygems/specification"
-class Gem::Specification
- def this; self; end
+module Gem
+ class Specification
+ def this; self; end
+ end
end
require "lutaml"
require "lutaml/command_line"
-Lutaml::CommandLine.run(ARGV.dup, STDOUT)
+Lutaml::CommandLine.run(ARGV.dup, $stdout)