phantom_jasmine 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ Jasmine.load_configuration_from_yaml
17
17
 
18
18
  config = Jasmine.config
19
19
 
20
- server = Jasmine::Server.new(config.port, Jasmine::Application.app(config))
20
+ server = Jasmine::Server.new(Jasmine.find_unused_port, Jasmine::Application.app(config))
21
21
  t = Thread.new do
22
22
  begin
23
23
  server.start
@@ -1,3 +1,3 @@
1
1
  module PhantomJasmine
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantom_jasmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  requirements: []
105
105
  rubyforge_project:
106
- rubygems_version: 1.8.24
106
+ rubygems_version: 1.8.21
107
107
  signing_key:
108
108
  specification_version: 3
109
109
  summary: an extension for running jasmine with phantom js in parallel