pivotal-screw-unit-server 0.5.4 → 0.5.5
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.
- data/CHANGES +3 -0
- data/VERSION.yml +1 -1
- data/bin/screw_unit_server +1 -1
- data/lib/screw_unit.rb +1 -1
- data/lib/screw_unit/{thin_runner.rb → server.rb} +1 -1
- metadata +2 -2
data/CHANGES
CHANGED
data/VERSION.yml
CHANGED
data/bin/screw_unit_server
CHANGED
data/lib/screw_unit.rb
CHANGED
@@ -5,7 +5,7 @@ $:.unshift(File.expand_path("#{dir}/../vendor/js-test-core/lib"))
|
|
5
5
|
require "js_test_core"
|
6
6
|
|
7
7
|
require "#{dir}/screw_unit/representations"
|
8
|
-
require "#{dir}/screw_unit/
|
8
|
+
require "#{dir}/screw_unit/server"
|
9
9
|
|
10
10
|
JsTestCore.core_path = File.expand_path("#{dir}/../core/lib")
|
11
11
|
JsTestCore::Resources::SpecFile.spec_representation_class = ScrewUnit::Representations::Spec
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pivotal-screw-unit-server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pivotal Labs
|
@@ -89,7 +89,7 @@ files:
|
|
89
89
|
- lib/screw_unit.rb
|
90
90
|
- lib/screw_unit/representations.rb
|
91
91
|
- lib/screw_unit/representations/spec.html.rb
|
92
|
-
- lib/screw_unit/
|
92
|
+
- lib/screw_unit/server.rb
|
93
93
|
- spec/functional_suite.rb
|
94
94
|
- spec/spec_suite.rb
|
95
95
|
- spec/unit_suite.rb
|