jasmine-rails 0.14.4 → 0.14.5

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: 689d83b5967f93524e6dabd13a481bac039bcfd3
4
- data.tar.gz: 735084c4839a34d9355bb84635ff19d99cb9b0ac
3
+ metadata.gz: e35984ed2edb8c61635942382b4aa2635e358d0b
4
+ data.tar.gz: f9c9c910cb816bb27d2b6431003d598f2d899d5d
5
5
  SHA512:
6
- metadata.gz: 7dc4f8bb4f897e13b09571316fbbc60af3535822fdedb566c5baf6c6ded36a93771c37e8fb29425d2d1fec4af37aa845c20c9023c84824724c4c38d587058359
7
- data.tar.gz: 37d3317dd67c5a0596f2b503a3369aad4615e6bfc8b5910bd77427c9f45dfe7f35816bcae20dbecc4f4ff7042e623b0448e0e8cb436a645882374a5653b2e0ca
6
+ metadata.gz: e8604e2fe37ac236d5c39e5653dcce1b49f3bd5f6f35eb24b65848c1d4470170f99b3570582410afe05dbe6ab8eb6e5d6bf4495923c1f7f1472264b0af74b7fa
7
+ data.tar.gz: c3e5760dd36f76036be92a3513c4fdc83217acee8a6809b91120982d8b1e86e686619b82e6f8546b73180a4025d599ba980a2557cef963bfbddb59bf5a22075e
@@ -90,6 +90,10 @@
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
+ }
93
97
  page.open(address, function(status) {
94
98
  if (status === "success") {
95
99
  // PhantomJS 2 has a memory consumption problem. This works around it.
@@ -1,3 +1,3 @@
1
1
  module JasmineRails
2
- VERSION = "0.14.4"
2
+ VERSION = "0.14.5"
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.4
4
+ version: 0.14.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls