tuff 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/lib/tuff/version.rb +1 -1
  2. data/tuff.gemspec +2 -2
  3. metadata +6 -6
@@ -1,3 +1,3 @@
1
1
  module Tuff
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Rafael Souza"]
10
10
  s.email = ["me@rafaelss.com"]
11
11
  s.homepage = "http://github.com/rafaelss/tuff"
12
- s.summary = %q{Fast Fail for Test Unit}
13
- s.description = %q{Gem that adds same fast fail functionality from rspec to test-unit}
12
+ s.summary = %q{Fail-fast for Test Unit}
13
+ s.description = %q{Gem that adds same fail-fast functionality from rspec to test-unit}
14
14
 
15
15
  s.add_runtime_dependency "test-unit"
16
16
  s.add_development_dependency "minitest", "~> 2.0.2"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Rafael Souza
@@ -60,7 +60,7 @@ dependencies:
60
60
  type: :development
61
61
  prerelease: false
62
62
  version_requirements: *id003
63
- description: Gem that adds same fast fail functionality from rspec to test-unit
63
+ description: Gem that adds same fail-fast functionality from rspec to test-unit
64
64
  email:
65
65
  - me@rafaelss.com
66
66
  executables: []
@@ -93,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
- hash: -3241826530320404932
96
+ hash: 3637266908863284542
97
97
  segments:
98
98
  - 0
99
99
  version: "0"
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
103
  - - ">="
104
104
  - !ruby/object:Gem::Version
105
- hash: -3241826530320404932
105
+ hash: 3637266908863284542
106
106
  segments:
107
107
  - 0
108
108
  version: "0"
@@ -112,6 +112,6 @@ rubyforge_project:
112
112
  rubygems_version: 1.3.7
113
113
  signing_key:
114
114
  specification_version: 3
115
- summary: Fast Fail for Test Unit
115
+ summary: Fail-fast for Test Unit
116
116
  test_files:
117
117
  - test/test_test_suite.rb