active_graph 0.0.2 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +1 -1
  2. data/lib/active_graph.rb +1 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,4 +1,4 @@
1
- == 0.0.1 2008-12-21
1
+ == 0.1.0 2009-01-02
2
2
 
3
3
  * 1 major enhancement:
4
4
  * Initial release
data/lib/active_graph.rb CHANGED
@@ -6,7 +6,7 @@ require 'rubygems'
6
6
  require 'activesupport'
7
7
 
8
8
  module ActiveGraph
9
- VERSION = '0.0.2'
9
+ VERSION = '0.1.0'
10
10
 
11
11
  DEFAULT_START = 0
12
12
  DEFAULT_END = 7
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kacper Bielecki