jasmine-rails 0.14.5 → 0.14.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: e35984ed2edb8c61635942382b4aa2635e358d0b
4
- data.tar.gz: f9c9c910cb816bb27d2b6431003d598f2d899d5d
3
+ metadata.gz: 71ba821c5116d121a2a8b7f457b2ab384bcdf40b
4
+ data.tar.gz: 17b25141c4867ce419c83e4975bfa3e20ad459bf
5
5
  SHA512:
6
- metadata.gz: e8604e2fe37ac236d5c39e5653dcce1b49f3bd5f6f35eb24b65848c1d4470170f99b3570582410afe05dbe6ab8eb6e5d6bf4495923c1f7f1472264b0af74b7fa
7
- data.tar.gz: c3e5760dd36f76036be92a3513c4fdc83217acee8a6809b91120982d8b1e86e686619b82e6f8546b73180a4025d599ba980a2557cef963bfbddb59bf5a22075e
6
+ metadata.gz: 5a0dd18beeaa7ef38c78aa26f5ebc34dc6b03f2fe5b84ba0c008aadb614e4fa27ac91bd970a83ae0c8d231a1ffd77fd40cdc1445208a339ce44bb2eefb52ed34
7
+ data.tar.gz: f9063654640420eedabb409966f3233a2036d457958a588e010270f99e35c9f3963a116ee9823ca70e1522e2056e0b503582967dd43d9369f112ae57b00cf7f4
@@ -8,7 +8,7 @@
8
8
  msgStack.push(' -> ' + t.file + ': ' + t.line + (t.function ? ' (in function "' + t.function + '")' : ''));
9
9
  });
10
10
  }
11
- console.error(msgStack.join('\n'));
11
+ console.log(msgStack.join('\n'));
12
12
  phantom.exit(1);
13
13
  };
14
14
  phantom.onError = errorHandler;
@@ -1,3 +1,3 @@
1
1
  module JasmineRails
2
- VERSION = "0.14.5"
2
+ VERSION = "0.14.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.14.5
4
+ version: 0.14.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls