pivotal-screw-unit 0.4.0 → 0.4.1
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/Rakefile +1 -1
- data/VERSION.yml +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ begin
|
|
3
3
|
Jeweler::Tasks.new do |s|
|
4
4
|
s.name = "screw-unit"
|
5
5
|
s.executables = ["screw_unit", "screw_unit_server"]
|
6
|
-
s.summary = "
|
6
|
+
s.summary = "Server and helpers for your Screw Unit tests."
|
7
7
|
s.email = "pivotallabsopensource@googlegroups.com"
|
8
8
|
s.homepage = "http://github.com/pivotal/screw-unit-server"
|
9
9
|
s.description = "The Screw Unit server conveniently serves your Screw Unit specs and implementations javascript files and css stylesheets."
|
data/VERSION.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pivotal-screw-unit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pivotal Labs
|
@@ -171,7 +171,7 @@ rubyforge_project:
|
|
171
171
|
rubygems_version: 1.2.0
|
172
172
|
signing_key:
|
173
173
|
specification_version: 2
|
174
|
-
summary:
|
174
|
+
summary: Server and helpers for your Screw Unit tests.
|
175
175
|
test_files:
|
176
176
|
- spec/unit_suite.rb
|
177
177
|
- spec/functional/functional_spec_server_starter.rb
|