Skip to content

Commit

Permalink
Move extension directories under ext/json
Browse files Browse the repository at this point in the history
`ext/json/ext` feels redundant.
  • Loading branch information
nobu committed Nov 6, 2024
1 parent 35324a1 commit e4368df
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PKG_VERSION = File.foreach(File.join(__dir__, "lib/json/version.rb")) do |
/^\s*VERSION\s*=\s*'(.*)'/ =~ line and break $1
end rescue nil

EXT_ROOT_DIR = 'ext/json/ext'
EXT_ROOT_DIR = 'ext/json'
EXT_PARSER_DIR = "#{EXT_ROOT_DIR}/parser"
EXT_PARSER_DL = "#{EXT_PARSER_DIR}/parser.#{CONFIG['DLEXT']}"
RAGEL_PATH = "#{EXT_PARSER_DIR}/parser.rl"
Expand Down
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 comments on commit e4368df

Please sign in to comment.