rubywebdialogs 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (8) hide show
  1. data/README +11 -0
  2. data/SUMMARY +1 -0
  3. data/VERSION +1 -0
  4. data/bin/empty +0 -0
  5. data/lib/empty +0 -0
  6. data/lib/rubywebdialogs.rb +7 -0
  7. data/realstuff.rb +4209 -0
  8. metadata +44 -0
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.8
3
+ specification_version: 1
4
+ name: rubywebdialogs
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.2.0
7
+ date: 2005-06-04
8
+ summary: The Web Browser as a Graphical User Interface for Ruby Applications
9
+ require_paths:
10
+ - lib
11
+ email:
12
+ homepage:
13
+ rubyforge_project:
14
+ description:
15
+ autorequire: rubywebdialogs
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ -
22
+ - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ authors: []
28
+ files:
29
+ - SUMMARY
30
+ - VERSION
31
+ - README
32
+ - bin
33
+ - lib
34
+ - realstuff.rb
35
+ - bin/empty
36
+ - lib/rubywebdialogs.rb
37
+ - lib/empty
38
+ test_files: []
39
+ rdoc_options: []
40
+ extra_rdoc_files: []
41
+ executables: []
42
+ extensions: []
43
+ requirements: []
44
+ dependencies: []