a_la_chart 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -0
- data/lib/a_la_chart.rb +3 -5
- metadata +2 -2
data/History.txt
CHANGED
data/lib/a_la_chart.rb
CHANGED
@@ -1,8 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
# $:.unshift(File.dirname(__FILE__)) unless
|
5
|
-
# $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
|
1
|
+
module ALaChart
|
2
|
+
VERSION = '0.0.2'
|
3
|
+
end
|
6
4
|
|
7
5
|
require File.join(File.dirname(__FILE__), 'a_la_chart', 'a_la_chart')
|
8
6
|
require File.join(File.dirname(__FILE__), 'a_la_chart', 'a_la_chart_helper')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: a_la_chart
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Redmond
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-12-
|
12
|
+
date: 2009-12-17 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|