rubyvis 0.2.0 → 0.2.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 CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Claudio Bustos
@@ -35,7 +35,7 @@ cert_chain:
35
35
  rpP0jjs0
36
36
  -----END CERTIFICATE-----
37
37
 
38
- date: 2010-11-02 00:00:00 -03:00
38
+ date: 2010-11-11 00:00:00 -03:00
39
39
  default_executable:
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
@@ -82,13 +82,16 @@ files:
82
82
  - Manifest.txt
83
83
  - README.txt
84
84
  - Rakefile
85
- - examples/antibiotics/antibiotics.rb
86
85
  - examples/antibiotics/antibiotics_data.rb
86
+ - examples/antibiotics/antibiotics_scatter.rb
87
+ - examples/antibiotics/antibiotics_wedge.rb
87
88
  - examples/area.rb
88
89
  - examples/area_interpolation.rb
89
90
  - examples/bar_column_chart.rb
90
91
  - examples/barley/barley.rb
91
92
  - examples/barley/barley_data.rb
93
+ - examples/cars/cars.rb
94
+ - examples/cars/cars_data.rb
92
95
  - examples/crimea/crimea_data.rb
93
96
  - examples/crimea/crimea_grouped_bar.rb
94
97
  - examples/crimea/crimea_line.rb
@@ -98,7 +101,6 @@ files:
98
101
  - examples/fixtures/tipsy.gif
99
102
  - examples/grouped_charts.rb
100
103
  - examples/image.rb
101
- - examples/image.svg
102
104
  - examples/line.rb
103
105
  - examples/line_and_step.rb
104
106
  - examples/line_interpolation.rb
@@ -160,6 +162,7 @@ files:
160
162
  - spec/mark_spec.rb
161
163
  - spec/nest_spec.rb
162
164
  - spec/panel_spec.rb
165
+ - spec/readme_spec.rb
163
166
  - spec/ruby_api_spec.rb
164
167
  - spec/scale_linear_datetime_spec.rb
165
168
  - spec/scale_linear_spec.rb
@@ -307,6 +310,7 @@ test_files:
307
310
  - spec/scale_log_spec.rb
308
311
  - spec/scale_linear_datetime_spec.rb
309
312
  - spec/anchor_spec.rb
313
+ - spec/readme_spec.rb
310
314
  - spec/scale_spec.rb
311
315
  - spec/scale_linear_spec.rb
312
316
  - spec/ruby_api_spec.rb
metadata.gz.sig CHANGED
Binary file
@@ -1 +0,0 @@
1
- <svg fill='none' font-family='sans-serif' font-size='10px' height='200.0' stroke='none' stroke-width='1.5' width='200.0' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'><g transform='translate(0.0,0.0)'><image height='9' xlink:href='fixtures/tipsy.gif' preserveAspectRatio='none' width='9' x='20' y='161'/><image height='9' xlink:href='fixtures/tipsy.gif' preserveAspectRatio='none' width='9' x='60' y='131'/><image height='9' xlink:href='fixtures/tipsy.gif' preserveAspectRatio='none' width='9' x='100' y='101'/><image height='9' xlink:href='fixtures/tipsy.gif' preserveAspectRatio='none' width='9' x='140' y='71'/><image height='9' xlink:href='fixtures/tipsy.gif' preserveAspectRatio='none' width='9' x='180' y='41'/><image height='9' xlink:href='fixtures/tipsy.gif' preserveAspectRatio='none' width='9' x='220' y='11'/></g></svg>