Kelsin-Kelsin-lilygraph 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{Kelsin-lilygraph}
8
- s.version = "0.2.3"
8
+ s.version = "0.2.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Christopher Giroir"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -182,10 +182,10 @@ class Lilygraph
182
182
  end
183
183
 
184
184
  def dx
185
- graph_height / Float(number_of_slots)
185
+ graph_width / Float(number_of_slots)
186
186
  end
187
187
 
188
188
  def dy
189
- (graph_width * 10.0) / Float(max)
189
+ (graph_height * 10.0) / Float(max)
190
190
  end
191
191
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Kelsin-Kelsin-lilygraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Giroir