gglib 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: gglib
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.1.0
7
+ date: 2009-03-07 00:00:00 -05:00
8
+ summary: A GUI Library for the Gosu graphics engine.
9
+ require_paths:
10
+ - lib
11
+ email: psadda@comcast.net
12
+ homepage: http://gglib.rubyforge.org
13
+ rubyforge_project:
14
+ description: A GUI library for the Gosu graphics engine.
15
+ autorequire: builder
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
+ - Praneeth Sadda
31
+ files:
32
+ - lib/camera.rb
33
+ - lib/carray.rb
34
+ - lib/examples/BasicExample.rb
35
+ - lib/examples/ConsoleDemo.rb
36
+ - lib/examples/FadeIn.rb
37
+ - lib/examples/SplashScreen.rb
38
+ - lib/ext/menus.rb
39
+ - lib/ext/splash.rb
40
+ - lib/ext/themes.rb
41
+ - lib/ext/widgets.rb
42
+ - lib/gglib.rb
43
+ - lib/image.rb
44
+ - lib/mouse.rb
45
+ - lib/null.rb
46
+ - lib/state.rb
47
+ - lib/theme.rb
48
+ - lib/tile.rb
49
+ - lib/widget.rb
50
+ - lib/window.rb
51
+ - gemspec.txt
52
+ - gglib-1.1.tar.gz
53
+ - gglib.gemspec
54
+ - gglib.tar
55
+ - lib
56
+ test_files: []
57
+
58
+ rdoc_options:
59
+ - --title
60
+ - GGLib - A Gosu GUI Library
61
+ extra_rdoc_files:
62
+ - gemspec.txt
63
+ - gglib-1.1.tar.gz
64
+ - gglib.gemspec
65
+ - gglib.tar
66
+ - lib
67
+ executables: []
68
+
69
+ extensions: []
70
+
71
+ requirements: []
72
+
73
+ dependencies: []
74
+