conductor 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/rails/init.rb +5 -0
  4. metadata +3 -2
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ begin
11
11
  gem.homepage = "http://github.com/noctivityinc/conductor"
12
12
  gem.authors = ["Noctivity"]
13
13
  gem.rubyforge_project = "conductor"
14
- gem.files = FileList["[A-Z]*", "{generators,lib,tasks}/**/*", "init.rb"]
14
+ gem.files = FileList["[A-Z]*", "{generators,lib,tasks,rails}/**/*", "init.rb"]
15
15
  gem.add_dependency 'googlecharts'
16
16
  gem.add_dependency 'haml'
17
17
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.4
1
+ 0.6.5
data/rails/init.rb ADDED
@@ -0,0 +1,5 @@
1
+ require 'conductor'
2
+ require 'gchart'
3
+
4
+ ActionView::Base.send :include, DashboardHelper
5
+
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 4
9
- version: 0.6.4
8
+ - 5
9
+ version: 0.6.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Noctivity
@@ -77,6 +77,7 @@ files:
77
77
  - lib/conductor/views/dashboard/_weight_history.html.haml
78
78
  - lib/conductor/views/dashboard/index.html.haml
79
79
  - lib/conductor/weights.rb
80
+ - rails/init.rb
80
81
  - test/db/schema.rb
81
82
  - test/test_conductor.rb
82
83
  - test/test_helper.rb