gruff 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/lib/gruff.rb +2 -1
  3. data/lib/gruff/base.rb +1 -1
  4. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ == 0.3.1
2
+
3
+ * Fixed missing bullet graph bug (experimental, will be in a future release).
4
+
1
5
  == 0.3.0
2
6
 
3
7
  * Fixed bug where pie graphs weren't drawing their label correctly.
@@ -4,7 +4,6 @@
4
4
  base
5
5
  area
6
6
  bar
7
- bullet
8
7
  line
9
8
  pie
10
9
  spider
@@ -24,3 +23,5 @@
24
23
  ).each do |filename|
25
24
  require File.dirname(__FILE__) + "/gruff/#{filename}"
26
25
  end
26
+
27
+ # TODO bullet
@@ -18,7 +18,7 @@ require File.dirname(__FILE__) + '/deprecated'
18
18
  module Gruff
19
19
 
20
20
  # This is the version of Gruff you are using.
21
- VERSION = '0.3.0'
21
+ VERSION = '0.3.1'
22
22
 
23
23
  class Base
24
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gruff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geoffrey Grosenbach
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-11 00:00:00 -07:00
12
+ date: 2008-03-13 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -19,7 +19,7 @@ dependencies:
19
19
  requirements:
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 1.5.0
22
+ version: 1.5.1
23
23
  version:
24
24
  description: Beautiful graphs for one or multiple datasets. Can be used on websites or in documents.
25
25
  email: boss@topfunky.com