betelgeuse-googlecharts 1.4.1

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,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: betelgeuse-googlecharts
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.4.1
5
+ platform: ruby
6
+ authors:
7
+ - Matt Aimonetti
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-10-24 00:00:00 +03:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Sexy Charts using Google API & Ruby
17
+ email: mattaimonetti@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - History.txt
24
+ - License.txt
25
+ - Manifest.txt
26
+ - README.txt
27
+ - website/index.txt
28
+ files:
29
+ - History.txt
30
+ - License.txt
31
+ - Manifest.txt
32
+ - README.txt
33
+ - Rakefile
34
+ - config/hoe.rb
35
+ - config/requirements.rb
36
+ - lib/gchart.rb
37
+ - lib/gchart/aliases.rb
38
+ - lib/gchart/theme.rb
39
+ - lib/themes.yml
40
+ - lib/gchart/version.rb
41
+ - setup.rb
42
+ - spec/gchart_spec.rb
43
+ - spec/spec.opts
44
+ - spec/spec_helper.rb
45
+ - tasks/environment.rake
46
+ - tasks/rspec.rake
47
+ - website/index.txt
48
+ has_rdoc: true
49
+ homepage: http://googlecharts.rubyforge.org
50
+ licenses: []
51
+
52
+ post_install_message:
53
+ rdoc_options:
54
+ - --main
55
+ - README.txt
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ version:
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: "0"
69
+ version:
70
+ requirements: []
71
+
72
+ rubyforge_project: googlecharts
73
+ rubygems_version: 1.3.5
74
+ signing_key:
75
+ specification_version: 2
76
+ summary: Sexy Charts using Google API & Ruby
77
+ test_files: []
78
+