svg-graph19 0.6.5 → 0.6.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.
Files changed (2) hide show
  1. data/lib/SVG/Graph/Graph.rb +0 -2
  2. metadata +5 -3
@@ -154,8 +154,6 @@ module SVG
154
154
  set_defaults if methods.include? "set_defaults"
155
155
 
156
156
  init_with config
157
- puts "ylfs: #{self.x_label_font_size}"
158
- puts "ylfs: #{@x_label_font_size}"
159
157
  end
160
158
 
161
159
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 5
9
- version: 0.6.5
8
+ - 6
9
+ version: 0.6.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sean Russell. Paolo Bosetti moved into gem and made 1.9-compatible
@@ -52,6 +52,7 @@ rdoc_options:
52
52
  require_paths:
53
53
  - lib
54
54
  required_ruby_version: !ruby/object:Gem::Requirement
55
+ none: false
55
56
  requirements:
56
57
  - - ">="
57
58
  - !ruby/object:Gem::Version
@@ -59,6 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
60
  - 0
60
61
  version: "0"
61
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
+ none: false
62
64
  requirements:
63
65
  - - ">="
64
66
  - !ruby/object:Gem::Version
@@ -68,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
70
  requirements: []
69
71
 
70
72
  rubyforge_project: svg-graph19
71
- rubygems_version: 1.3.6
73
+ rubygems_version: 1.3.7
72
74
  signing_key:
73
75
  specification_version: 3
74
76
  summary: SVG:::Graph is a pure Ruby library for generating charts in SVG.