ahn-rails 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@ Feature: Adhearsion App Generator
41
41
 
42
42
  config.enable_drb if values['drb']
43
43
 
44
- config.enable_rails :path => '..', :env => values['rails_env'].to_sym
44
+ config.enable_rails :path => '.', :env => values['rails_env'].to_sym
45
45
 
46
46
  end
47
47
 
@@ -1,3 +1,3 @@
1
1
  module AhnRails
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -21,7 +21,7 @@ Adhearsion::Configuration.configure do |config|
21
21
 
22
22
  config.enable_drb if values['drb']
23
23
 
24
- config.enable_rails :path => '..', :env => values['rails_env'].to_sym
24
+ config.enable_rails :path => '.', :env => values['rails_env'].to_sym
25
25
 
26
26
  end
27
27
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ahn-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ben Langfeld
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-09 00:00:00 +01:00
13
+ date: 2011-04-14 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency