mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Version 0.2.2
This commit is contained in:
parent
2fca0d0b5e
commit
92872be270
3 changed files with 7 additions and 2 deletions
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
[gh]: https://github.com/samsonjs/wordexp/releases
|
[gh]: https://github.com/samsonjs/wordexp/releases
|
||||||
|
|
||||||
|
# 0.2.2
|
||||||
|
# 2026-01-02
|
||||||
|
|
||||||
|
- Build the native extension under `wordexp/` so `require "wordexp/wordexp_ext"` resolves correctly
|
||||||
|
|
||||||
# 0.2.1
|
# 0.2.1
|
||||||
# 2026-01-02
|
# 2026-01-02
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
require 'mkmf'
|
require 'mkmf'
|
||||||
|
|
||||||
create_makefile 'wordexp_ext/wordexp_ext'
|
create_makefile 'wordexp/wordexp_ext'
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module Wordexp
|
module Wordexp
|
||||||
VERSION = '0.2.1'.freeze
|
VERSION = '0.2.2'.freeze
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue