scruffy 0.2.5 → 0.2.6
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.
- data/History.txt +9 -0
- data/config/hoe.rb +1 -1
- data/lib/scruffy/renderers/base.rb +2 -2
- data/lib/scruffy/themes.rb +1 -1
- data/lib/scruffy/version.rb +1 -1
- data/spec/scruffy/graph_spec.rb +5 -5
- data/spec/scruffy/layers/line_spec.rb +1 -1
- data/website/images/graphs/bar_test.png +0 -0
- data/website/images/graphs/bar_test.svg +43 -43
- data/website/images/graphs/line_test.png +0 -0
- data/website/images/graphs/line_test.svg +40 -40
- data/website/images/graphs/multi_test.png +0 -0
- data/website/images/graphs/multi_test.svg +212 -212
- data/website/images/graphs/pie_test.png +0 -0
- data/website/images/graphs/pie_test.svg +28 -28
- data/website/images/graphs/split_test.png +0 -0
- data/website/images/graphs/split_test.svg +225 -225
- data/website/images/graphs/stacking_test.png +0 -0
- data/website/images/graphs/stacking_test.svg +92 -92
- data/website/index.html +59 -138
- metadata +8 -6
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scruffy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brasten Sager
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-08-23 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version:
|
23
|
+
version: 2.3.3
|
24
24
|
version:
|
25
25
|
description: Scruffy is a Ruby library for generating high quality, good looking graphs. It is designed to be easy to use and highly customizable.
|
26
26
|
email:
|
@@ -144,6 +144,8 @@ files:
|
|
144
144
|
- website/template.html.erb
|
145
145
|
has_rdoc: true
|
146
146
|
homepage: http://scruffy.rubyforge.org
|
147
|
+
licenses: []
|
148
|
+
|
147
149
|
post_install_message: |+
|
148
150
|
For more information on scruffy, see http://scruffy.rubyforge.org
|
149
151
|
|
@@ -171,9 +173,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
173
|
requirements: []
|
172
174
|
|
173
175
|
rubyforge_project: scruffy
|
174
|
-
rubygems_version: 1.
|
176
|
+
rubygems_version: 1.3.4
|
175
177
|
signing_key:
|
176
|
-
specification_version:
|
178
|
+
specification_version: 3
|
177
179
|
summary: A powerful, clean graphing library for Ruby.
|
178
180
|
test_files:
|
179
|
-
- test/
|
181
|
+
- test/graph_creation_test.rb
|