jasmine-rails 0.12.5 → 0.12.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c57bf43ee65e84f2e4e762a285a9bc636bdf6905
4
- data.tar.gz: 7bd43be773b14ad9d67c267fcb39d32258c60cd7
3
+ metadata.gz: 10e2786be856a4d8ebde7ed6d7e47ab467698930
4
+ data.tar.gz: b18a7adcbe0630975aa7bf656e4331699308e027
5
5
  SHA512:
6
- metadata.gz: 89c74b05485c65bc2697322e146da47e8eb07e218821aff6c457d2c0f50094621a5370810d9c983f4489c2b6c9383c16ee5354db93c9b18086a15bcaf24448a7
7
- data.tar.gz: 454ab0c6cb3af564f36cf851cca726e3dfd6476d1da6eafdd21c6d3518d76417e000c7f0783d799fc15b7d4fa4579faad86208ebe9d9f209b8898cdafdad00e0
6
+ metadata.gz: e6c080a8e42be5ac91d92c82132f3bca1ac57bd4ceb5778987c4412fd33fa0ec97e7c31fb15a43065523d7a5c9105a876ac743b682f298f9265c30e0501d1ba8
7
+ data.tar.gz: 6ab790ea52ae1fca801a7c986492b9534ab89feaf78f7ff661e212efbac1ce2fa23def33912208da5c5a85939b5bc9b67626ee1a4bf896e09f7a95cddc8dabe6
@@ -57,6 +57,12 @@ module JasmineRails
57
57
  files += filter_files dir, jasmine_config['helpers']
58
58
  files += filter_files dir, jasmine_config['spec_files']
59
59
  end
60
+
61
+ # Sprockets 4 wants "logical paths" not to include file extensions
62
+ if defined?(Sprockets) && Sprockets::VERSION.to_f >= 4
63
+ files = files.map { |f| f.chomp(File.extname f) }
64
+ end
65
+
60
66
  files
61
67
  end
62
68
 
@@ -1,3 +1,3 @@
1
1
  module JasmineRails
2
- VERSION = "0.12.5"
2
+ VERSION = "0.12.6"
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.12.5
4
+ version: 0.12.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-06-22 00:00:00.000000000 Z
13
+ date: 2016-07-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties