Skip to content

Commit

Permalink
Updated to v.0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clbustos committed Nov 23, 2010
1 parent 51cd778 commit 4d311c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 0.3.3 / 2010-11-23

* Implemented Rubyvis::Layout::Pack, Rubyvis::Layout::Indent and Rubyvis::Flatten
* Implemeted Rubyvis::Mark.title()
* New examples: bubble charts and circle packing
* Better documentation for Network

=== 0.3.2 / 2010-11-23

* Updated examples
Expand Down
6 changes: 6 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ examples/area_interpolation.rb
examples/bar_column_chart.rb
examples/barley/barley.rb
examples/barley/barley_data.rb
examples/bubble_charts.rb
examples/cars/cars.rb
examples/cars/cars_data.rb
examples/circle_packing.rb
examples/crimea/crimea_data.rb
examples/crimea/crimea_grouped_bar.rb
examples/crimea/crimea_line.rb
Expand All @@ -23,6 +25,7 @@ examples/fixtures/tipsy.gif
examples/grouped_charts.rb
examples/icicle.rb
examples/image.rb
examples/indent.rb
examples/line.rb
examples/line_and_step.rb
examples/line_interpolation.rb
Expand All @@ -39,6 +42,7 @@ lib/rubyvis.rb
lib/rubyvis/color/color.rb
lib/rubyvis/color/colors.rb
lib/rubyvis/dom.rb
lib/rubyvis/flatten.rb
lib/rubyvis/format.rb
lib/rubyvis/format/date.rb
lib/rubyvis/format/number.rb
Expand All @@ -48,7 +52,9 @@ lib/rubyvis/javascript_behaviour.rb
lib/rubyvis/layout.rb
lib/rubyvis/layout/cluster.rb
lib/rubyvis/layout/hierarchy.rb
lib/rubyvis/layout/indent.rb
lib/rubyvis/layout/network.rb
lib/rubyvis/layout/pack.rb
lib/rubyvis/layout/partition.rb
lib/rubyvis/layout/stack.rb
lib/rubyvis/layout/treemap.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/rubyvis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
module Rubyvis
@document=nil
# Rubyvis version
VERSION = '0.3.2'
VERSION = '0.3.3'
# Protovis API on which current Rubyvis is based
PROTOVIS_API_VERSION='3.3'
# You actually can do it! http://snipplr.com/view/2137/uses-for-infinity-in-ruby/
Expand Down

0 comments on commit 4d311c3

Please sign in to comment.