conductor 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/rails/init.rb +5 -0
- 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.
|
1
|
+
0.6.5
|
data/rails/init.rb
ADDED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 6
|
8
|
-
-
|
9
|
-
version: 0.6.
|
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
|