rbcurse 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbcurse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rahul Kumar
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-12 00:00:00 +05:30
12
+ date: 2009-02-22 00:00:00 +05:30
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -56,7 +56,6 @@ files:
56
56
  - lib/rbcurse/orderedhash.rb
57
57
  - lib/rbcurse/rcombo.rb
58
58
  - lib/rbcurse/rdialogs.rb
59
- - lib/rbcurse/rform.rb
60
59
  - lib/rbcurse/rinputdataevent.rb
61
60
  - lib/rbcurse/rlistbox.rb
62
61
  - lib/rbcurse/rmenu.rb
@@ -78,14 +77,17 @@ files:
78
77
  - examples/qdfilechooser.rb
79
78
  - examples/rfe.rb
80
79
  - examples/rfe_renderer.rb
80
+ - examples/sqlc.rb
81
81
  - examples/test1.rb
82
82
  - examples/test2.rb
83
83
  - examples/testcombo.rb
84
+ - examples/testd.db
84
85
  - examples/testkeypress.rb
85
86
  - examples/testmenu.rb
86
87
  - examples/testtable.rb
87
88
  - examples/testtabp.rb
88
89
  - examples/testtodo.rb
90
+ - examples/todocsv.csv
89
91
  - examples/viewtodo.rb
90
92
  has_rdoc: true
91
93
  homepage: http://rbcurse.rubyforge.org/