a_la_chart 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/History.txt +5 -0
  2. data/lib/a_la_chart.rb +3 -5
  3. metadata +2 -2
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 0.0.2 2009-12-17
2
+
3
+ * 1 major enhancement:
4
+ * Gem functions
5
+
1
6
  === 0.0.1 2009-12-11
2
7
 
3
8
  * 1 major enhancement:
data/lib/a_la_chart.rb CHANGED
@@ -1,8 +1,6 @@
1
- # module ALaChart
2
- # VERSION = '0.0.1'
3
- # end
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.1
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-11 00:00:00 -05:00
12
+ date: 2009-12-17 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency