jasmine-rails 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module JasmineRails
27
27
  end
28
28
 
29
29
  def asset_paths
30
- jasmine_config = YAML.load_file(Jasmine::Headless::Options.new[:jasmine_config])
30
+ jasmine_config = YAML.load_file(@options[:jasmine_config])
31
31
  [
32
32
  jasmine_config["src_dir"],
33
33
  jasmine_config["spec_dir"],
@@ -1,3 +1,3 @@
1
1
  module JasmineRails
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jasmine-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-12-05 00:00:00.000000000 Z
14
+ date: 2012-12-06 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rails