sf2_to_js 0.0.2 → 0.0.3

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/sf2_to_js +1 -1
  2. metadata +1 -1
@@ -4,7 +4,7 @@ require 'thor'
4
4
 
5
5
  class Sf2 < Thor
6
6
 
7
- require File.expand_path("./lib/sf2_to_js")
7
+ require_relative "../lib/sf2_to_js"
8
8
 
9
9
  desc 'to_js SF2_PATH', 'convert sf2 soundfont to javascript'
10
10
  method_option :output_dir, aliases: '-o', desc: "output directory", default: "./soundfonts/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sf2_to_js
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: