--- !ruby/object:Gem::Specification 
name: ncurses-ruby
version: !ruby/object:Gem::Version 
  hash: 29
  prerelease: false
  segments: 
  - 1
  - 2
  - 1
  version: 1.2.1
platform: ruby
authors: 
- Tobias Herzke
- Simon Kaczor
- Earle Clubb
autorequire: 
bindir: bin
cert_chain: []

date: 2011-05-11 00:00:00 -04:00
default_executable: 
dependencies: []

description: "This wrapper provides access to the functions, macros, global variables and constants of the ncurses library.  These are mapped to a Ruby Module named \"Ncurses\":  Functions and external variables are implemented as singleton functions of the Module Ncurses."
email: 
- t-peters@users.berlios.de
- skaczor@cox.net
- eclubb@valcom.com
executables: []

extensions: 
- ext/ncurses/extconf.rb
extra_rdoc_files: []

files: 
- Changes
- COPYING
- README
- THANKS
- TODO
- examples/example.rb
- examples/form.rb
- examples/form2.rb
- examples/hello_ncurses.rb
- examples/LICENSES_for_examples
- examples/rain.rb
- examples/read_line.rb
- examples/tclock.rb
- examples/test_scanw.rb
- lib/ncurses-ruby/version.rb
- lib/ncurses.rb
- ext/ncurses/extconf.rb
- ext/ncurses/form_wrap.c
- ext/ncurses/form_wrap.h
- ext/ncurses/menu_wrap.c
- ext/ncurses/menu_wrap.h
- ext/ncurses/ncurses_wrap.c
- ext/ncurses/ncurses_wrap.h
- ext/ncurses/panel_wrap.c
- ext/ncurses/panel_wrap.h
has_rdoc: false
homepage: http://github.com/eclubb/ncurses-ruby
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: "This wrapper provides access to the functions, macros, global variables and constants of the ncurses library.  These are mapped to a Ruby Module named \"Ncurses\":  Functions and external variables are implemented as singleton functions of the Module Ncurses."
test_files: []