Skip to content

Commit 7c1c482

Browse files
Adopt standard .rb directory structure
To avoid conflicts with other gems installed in the same Ruby package
1 parent 900ccab commit 7c1c482

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

ext/js/lib/js.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "js.so"
2-
require_relative "./hash.rb"
3-
require_relative "./array.rb"
4-
require_relative "./nil_class.rb"
2+
require_relative "js/hash.rb"
3+
require_relative "js/array.rb"
4+
require_relative "js/nil_class.rb"
55

66
# The JS module provides a way to interact with JavaScript from Ruby.
77
#
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)