jasmine-rails 0.14.6 → 0.14.7

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: 71ba821c5116d121a2a8b7f457b2ab384bcdf40b
4
- data.tar.gz: 17b25141c4867ce419c83e4975bfa3e20ad459bf
3
+ metadata.gz: b318f6eae70eb545c92ec96c5a71e94b384e1800
4
+ data.tar.gz: c4cf8485dd18bbbf8c319ad4a1a8c515d856274c
5
5
  SHA512:
6
- metadata.gz: 5a0dd18beeaa7ef38c78aa26f5ebc34dc6b03f2fe5b84ba0c008aadb614e4fa27ac91bd970a83ae0c8d231a1ffd77fd40cdc1445208a339ce44bb2eefb52ed34
7
- data.tar.gz: f9063654640420eedabb409966f3233a2036d457958a588e010270f99e35c9f3963a116ee9823ca70e1522e2056e0b503582967dd43d9369f112ae57b00cf7f4
6
+ metadata.gz: 245253d42aff8149ddfc59546bc6e996617181b6fd32c38a38d9e857d2b21545af23a365604c4fc6da158f793bd3385781bbf0176604f0f940a4fc3f86e4e7d9
7
+ data.tar.gz: 24ccea7f174c3bcdef4ce576495859e16fea186fb881d8b2af382c5a8284fdfca970c6b52b277994dd1eb77393f152f47dfd7b83ef07fc4a3a771cc39198e781
@@ -90,10 +90,6 @@
90
90
 
91
91
  var address = args[1];
92
92
  console.log('Running: ' + address);
93
- if (phantom.version.major === 2) {
94
- // PhantomJS 2 workaround
95
- address += '\n';
96
- }
97
93
  page.open(address, function(status) {
98
94
  if (status === "success") {
99
95
  // PhantomJS 2 has a memory consumption problem. This works around it.
@@ -1,3 +1,3 @@
1
1
  module JasmineRails
2
- VERSION = "0.14.6"
2
+ VERSION = "0.14.7"
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.6
4
+ version: 0.14.7
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: 2017-10-26 00:00:00.000000000 Z
13
+ date: 2017-10-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties