lustr-core 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: lustr-core
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.1.0
7
+ date: 2007-05-24 00:00:00 -04:00
8
+ summary: Lustr core engine for Ruby GUI/RIA development
9
+ require_paths:
10
+ - lib
11
+ email: mmurphy@municorps.org
12
+ homepage: http://lustr.rubyforge.org
13
+ rubyforge_project: lustr
14
+ description: Lustr core engine for Ruby GUI/RIA development
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Mark Murphy
31
+ files:
32
+ - History.txt
33
+ - Manifest.txt
34
+ - README.txt
35
+ - Rakefile
36
+ - lib/lustr/blank_slate.rb
37
+ - lib/lustr/builder.rb
38
+ - lib/lustr/controller.rb
39
+ - lib/lustr/defaults.rb
40
+ - lib/lustr/dsl.rb
41
+ - lib/lustr/engine.rb
42
+ - lib/lustr/eval_context.rb
43
+ - lib/lustr/gadget.rb
44
+ - lib/lustr/generator.rb
45
+ - lib/lustr/parse_context.rb
46
+ - lib/lustr.rb
47
+ - lib/lustr/runtime.rb
48
+ - lib/lustr/version.rb
49
+ - lib/lustr/widget.rb
50
+ - scripts/txt2html
51
+ - setup.rb
52
+ test_files: []
53
+
54
+ rdoc_options: []
55
+
56
+ extra_rdoc_files: []
57
+
58
+ executables: []
59
+
60
+ extensions: []
61
+
62
+ requirements: []
63
+
64
+ dependencies:
65
+ - !ruby/object:Gem::Dependency
66
+ name: builder
67
+ version_requirement:
68
+ version_requirements: !ruby/object:Gem::Version::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 2.1.1
73
+ version: