seanohalpin / ffi-ncurses

Interface to ncurses using Ruby FFI (Foreign Function Interface)
MIT License
82 stars 21 forks source link

Rakefile fails outside git #1

Closed Flameeyes closed 14 years ago

Flameeyes commented 14 years ago
# jruby -S rake -D
(in /var/tmp/portage/dev-ruby/ffi-ncurses-0.3.2/work/all/ffi-ncurses-0.3.2)
rake aborted!
No such file or directory - File not found - .gitignore
/var/tmp/portage/dev-ruby/ffi-ncurses-0.3.2/work/all/ffi-ncurses-0.3.2/Rakefile:60:in `initialize'
(See full trace by running task with --trace)
seanohalpin commented 14 years ago

I've removed the Rakefile in 0.3.3. You can build the gem using: gem build ffi-ncurses-0.3.3.gem