rubygoo 0.0.6 → 0.0.7

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: rubygoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Anderson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-13 00:00:00 -08:00
12
+ date: 2008-12-06 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -53,7 +53,7 @@ dependencies:
53
53
  version: 1.8.2
54
54
  version:
55
55
  description: GUI library for use with Gosu or Rubygame
56
- email: boss@topfunky.com
56
+ email: shawn42@gmail.com
57
57
  executables: []
58
58
 
59
59
  extensions: []
@@ -68,9 +68,7 @@ files:
68
68
  - README.txt
69
69
  - Rakefile
70
70
  - TODO
71
- - docs/.DS_Store
72
71
  - docs/Picture 1.png
73
- - docs/ui/.DS_Store
74
72
  - docs/ui/UI.hpp
75
73
  - docs/ui/abutton.png
76
74
  - docs/ui/background.png
@@ -93,6 +91,7 @@ files:
93
91
  - lib/rubygoo/dialog.rb
94
92
  - lib/rubygoo/goo_color.rb
95
93
  - lib/rubygoo/goo_event.rb
94
+ - lib/rubygoo/icon.rb
96
95
  - lib/rubygoo/label.rb
97
96
  - lib/rubygoo/mouse_cursor.rb
98
97
  - lib/rubygoo/radio_button.rb
@@ -137,7 +136,7 @@ rubyforge_project: rubygoo
137
136
  rubygems_version: 1.2.0
138
137
  signing_key:
139
138
  specification_version: 2
140
- summary: Beautiful graphs for one or multiple datasets.
139
+ summary: Easy to use gui library for Rubygame or Gosu.
141
140
  test_files:
142
141
  - test/test_rubygoo.rb
143
142
  - test/test_setup.rb
data/docs/.DS_Store DELETED
Binary file
data/docs/ui/.DS_Store DELETED
Binary file