Closed rubyFeedback closed 3 years ago
The 1.4.1 branch only have 7 sample files: https://github.com/ruby/curses/tree/v1.4.1/sample
The 4 missing files you're looking for seems to have been added quite recently, so there isn't a release that includes them yet.
@kaspergrubbe Thanks for your follow-up. @rubyFeedback I've just released curses-1.4.2 which includes new sample files.
So I just installed the curses-1.4.1 gem.
However had, in the sample/ directory I see the following 7 .rb files:
On github, though, if you go here:
https://github.com/ruby/curses/tree/master/sample
You can see 11 files:
I am quite confused. Is the gem built from some other source target that explains why 4 files seem to be missing? Or is this some user error?
I am relearning curses (have had old code with Ncurses as toplevel module name) so I randomly looked at attr_demo.rb first via the browser. Then I wanted a local copy to experiment, and just downloaded the gem, then noticed that some files are missing. Very strange..