googlecharts 1.3.6 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,84 +1,71 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googlecharts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.6
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Aimonetti
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDPDCCAiSgAwIBAgIBADANBgkqhkiG9w0BAQUFADBEMRYwFAYDVQQDDA1tYXR0
14
- YWltb25ldHRpMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ
15
- FgNjb20wHhcNMDcxMjEwMDU1NTQwWhcNMDgxMjA5MDU1NTQwWjBEMRYwFAYDVQQD
16
- DA1tYXR0YWltb25ldHRpMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJ
17
- k/IsZAEZFgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDrzYPM
18
- doxLebjfYu7t8xTkI1ky05AMdQJvNpy4jeBQjm1kdxzeXbjaoBZqmhjPNvk7cYIQ
19
- 0ntmWB7NCMwnf80BLY28dY38PAz5ZTiyWvL6JmSU/AOqxUUzu1cax9EShblpUe3X
20
- +N+gQSwfV6wzGjMNCZ8wsoOHF/PZVuYzoLJ4qU4NZk/Kr/FfKCCrNyb8fO9ahW7G
21
- mp2qX9urLrwYsWpRDyaNPrf4kIgHs4l/pxaNHzIvw3n5SCaA8/5kUVhWAgsHl3D6
22
- lmoOno3d1d9PnlPnvBqZqeo5vhshQW68X07OB7k4I3O+psDaYk+BsFwBpR4hDr5M
23
- cRJKBLKlpoVgxSFrAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G
24
- A1UdDgQWBBThJ8tbLdgfmrAjhco5krcMmSdG2DANBgkqhkiG9w0BAQUFAAOCAQEA
25
- r+8f9jajTRdn/Vz8hBsCZh7bOv2OImvKd09q9ssUuOHLk9r23zYJwFIAW7SEoPc3
26
- jMJ8JEH2W5rRhJZ0C43H1B/vFJaFroyUz5r1py9j5mB4zbMavlhmVqAzjM3YyQ6p
27
- /Gk4gzsUuFtrJuY+B5qCUm5AAaPrlSyXnMDQivRBdEam+uK+Kz3NO6tYAPQgU/8U
28
- edt7YlpTSaEGVR/XFDuNo9wlsF8eqZMBKFBSdRjGRXkDIk2Q4XNmbS/zSXhSHS/6
29
- jGD5EvWaSR74ZNBEFG7iDSFME19ZSLVw0J0a/+vrTpwriD7RByEiziW2e3vQf2N9
30
- ZR7qHIpykzr3ezcNiWtBWw==
31
- -----END CERTIFICATE-----
10
+ cert_chain: []
32
11
 
33
- date: 2008-10-04 00:00:00 -07:00
12
+ date: 2009-10-30 00:00:00 -07:00
34
13
  default_executable:
35
- dependencies:
36
- - !ruby/object:Gem::Dependency
37
- name: hoe
38
- type: :development
39
- version_requirement:
40
- version_requirements: !ruby/object:Gem::Requirement
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- version: 1.7.0
45
- version:
46
- description: description of gem
14
+ dependencies: []
15
+
16
+ description: Generate charts using Google API & Ruby
47
17
  email: mattaimonetti@gmail.com
48
18
  executables: []
49
19
 
50
20
  extensions: []
51
21
 
52
22
  extra_rdoc_files:
53
- - History.txt
54
- - License.txt
55
- - Manifest.txt
23
+ - README
24
+ - README.markdown
56
25
  - README.txt
57
26
  files:
27
+ - .gitignore
58
28
  - History.txt
59
29
  - License.txt
60
30
  - Manifest.txt
31
+ - README
32
+ - README.markdown
61
33
  - README.txt
62
34
  - Rakefile
35
+ - VERSION
63
36
  - config/hoe.rb
64
37
  - config/requirements.rb
65
38
  - lib/gchart.rb
66
39
  - lib/gchart/aliases.rb
67
40
  - lib/gchart/theme.rb
68
41
  - lib/gchart/version.rb
42
+ - lib/themes.yml
43
+ - script/destroy
44
+ - script/generate
45
+ - script/txt2html
69
46
  - setup.rb
47
+ - spec/fixtures/another_test_theme.yml
48
+ - spec/fixtures/test_theme.yml
70
49
  - spec/gchart_spec.rb
71
- - spec/theme_spec.rb
72
50
  - spec/spec.opts
73
51
  - spec/spec_helper.rb
52
+ - spec/theme_spec.rb
53
+ - tasks/deployment.rake
74
54
  - tasks/environment.rake
75
55
  - tasks/rspec.rake
56
+ - tasks/website.rake
57
+ - website/index.html
58
+ - website/index.txt
59
+ - website/javascripts/rounded_corners_lite.inc.js
60
+ - website/stylesheets/screen.css
61
+ - website/template.rhtml
76
62
  has_rdoc: true
77
- homepage: http://googlecharts.rubyforge.org
63
+ homepage: http://googlecharts.rubyforge.org/
64
+ licenses: []
65
+
78
66
  post_install_message:
79
67
  rdoc_options:
80
- - --main
81
- - README.txt
68
+ - --charset=UTF-8
82
69
  require_paths:
83
70
  - lib
84
71
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -95,10 +82,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
82
  version:
96
83
  requirements: []
97
84
 
98
- rubyforge_project: googlecharts
99
- rubygems_version: 1.2.0
85
+ rubyforge_project:
86
+ rubygems_version: 1.3.5
100
87
  signing_key:
101
- specification_version: 2
102
- summary: description of gem
103
- test_files: []
104
-
88
+ specification_version: 3
89
+ summary: Generate charts using Google API & Ruby
90
+ test_files:
91
+ - spec/gchart_spec.rb
92
+ - spec/spec_helper.rb
93
+ - spec/theme_spec.rb
data.tar.gz.sig DELETED
@@ -1,2 +0,0 @@
1
- Е{.���Z��M4G�����ZZ$6<���V!B�t�Ye�=)�!xV�_-0��������N3�D� ^L0�S� ~����@�^ ���@/���� ��G;�_8��_PN��H�%q��asR���:���7��/гn�^����'�"����B>y��(G�������S��n.>��{9�����V`%^��F h/�m~Z,�`
2
- �O�D��>stt̥t+
metadata.gz.sig DELETED
@@ -1,3 +0,0 @@
1
- L��TI��Y����dֆ�{�B�}D��M�>@��x�zė��A
2
- H:0������_��J2��U�QC��k�֐s �K���è��ZJ����E������ ����C����
3
- ������T����� �Ђ���^��{h�C�W�����x �0�y�䏐#��iv�/t�i�����idd�[..� �nɌؼ��g\�����y��y�0Xv��'����7���}pn�ʪqIc�%��Z�.�G�l�I)]