Skip to content

Commit e4368df

Browse files
committed
Move extension directories under ext/json
`ext/json/ext` feels redundant.
1 parent 35324a1 commit e4368df

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PKG_VERSION = File.foreach(File.join(__dir__, "lib/json/version.rb")) do |
3030
/^\s*VERSION\s*=\s*'(.*)'/ =~ line and break $1
3131
end rescue nil
3232

33-
EXT_ROOT_DIR = 'ext/json/ext'
33+
EXT_ROOT_DIR = 'ext/json'
3434
EXT_PARSER_DIR = "#{EXT_ROOT_DIR}/parser"
3535
EXT_PARSER_DL = "#{EXT_PARSER_DIR}/parser.#{CONFIG['DLEXT']}"
3636
RAGEL_PATH = "#{EXT_PARSER_DIR}/parser.rl"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)