pivotal-screw-unit 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION.yml +1 -1
  3. 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 = "The ScrewUnit client library plus a convenient ruby server."
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
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 4
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
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.0
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: The ScrewUnit client library plus a convenient ruby server.
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