Compare commits

...

1 commit
main ... v0.2.2

Author SHA1 Message Date
744192ceb2
Version 0.2.2 2026-01-02 12:31:37 -08:00
3 changed files with 7 additions and 2 deletions

View file

@ -4,6 +4,11 @@
[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
# 2026-01-02

View file

@ -1,3 +1,3 @@
require 'mkmf'
create_makefile 'wordexp_ext/wordexp_ext'
create_makefile 'wordexp/wordexp_ext'

View file

@ -1,3 +1,3 @@
module Wordexp
VERSION = '0.2.1'.freeze
VERSION = '0.2.2'.freeze
end