relevance-test-spec 0.4.1 → 0.4.1.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 CHANGED
@@ -18,7 +18,7 @@ echoe = Echoe.new('test-spec', Test::Spec::VERSION) do |p|
18
18
  you can mix TDD and BDD (Behavior-Driven Development).
19
19
 
20
20
  test/spec is a clean-room implementation that maps most kinds of
21
- Test::Unit assertions to a `should'-like syntax.
21
+ Test::Unit assertions to a 'should'-like syntax.
22
22
 
23
23
  This is a fork of the main version to add some features and make things a bit easier for developers. It grew out of
24
24
  day to day use at Relevance (http://thinkrelevance.com).
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Test
4
4
  module Spec
5
- VERSION = "0.4.1"
5
+ VERSION = "0.4.1.1"
6
6
  end
7
7
  end
8
8
 
data/test-spec.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
 
2
- # Gem::Specification for Test-spec-0.4.1
2
+ # Gem::Specification for Test-spec-0.4.1.1
3
3
  # Originally generated by Echoe
4
4
 
5
5
  --- !ruby/object:Gem::Specification
6
6
  name: test-spec
7
7
  version: !ruby/object:Gem::Version
8
- version: 0.4.1
8
+ version: 0.4.1.1
9
9
  platform: ruby
10
10
  authors:
11
11
  - Christian Neukirchen
@@ -45,7 +45,7 @@ dependencies:
45
45
  - !ruby/object:Gem::Version
46
46
  version: "0"
47
47
  version:
48
- description: test/spec layers an RSpec-inspired interface on top of Test::Unit, so you can mix TDD and BDD (Behavior-Driven Development). test/spec is a clean-room implementation that maps most kinds of Test::Unit assertions to a `should'-like syntax. This is a fork of the main version to add some features and make things a bit easier for developers. It grew out of day to day use at Relevance (http://thinkrelevance.com).
48
+ description: test/spec layers an RSpec-inspired interface on top of Test::Unit, so you can mix TDD and BDD (Behavior-Driven Development). test/spec is a clean-room implementation that maps most kinds of Test::Unit assertions to a 'should'-like syntax. This is a fork of the main version to add some features and make things a bit easier for developers. It grew out of day to day use at Relevance (http://thinkrelevance.com).
49
49
  email: chneukirchen@gmail.com
50
50
  executables:
51
51
  - specrb
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  requirements: []
124
124
 
125
125
  rubyforge_project: test-spec
126
- rubygems_version: 1.2.0
126
+ rubygems_version: 1.3.0
127
127
  specification_version: 2
128
128
  summary: Relevance fork of Behaviour Driven Development interface for Test::Unit
129
129
  test_files:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relevance-test-spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Neukirchen
@@ -41,7 +41,7 @@ dependencies:
41
41
  - !ruby/object:Gem::Version
42
42
  version: "0"
43
43
  version:
44
- description: test/spec layers an RSpec-inspired interface on top of Test::Unit, so you can mix TDD and BDD (Behavior-Driven Development). test/spec is a clean-room implementation that maps most kinds of Test::Unit assertions to a `should'-like syntax. This is a fork of the main version to add some features and make things a bit easier for developers. It grew out of day to day use at Relevance (http://thinkrelevance.com).
44
+ description: test/spec layers an RSpec-inspired interface on top of Test::Unit, so you can mix TDD and BDD (Behavior-Driven Development). test/spec is a clean-room implementation that maps most kinds of Test::Unit assertions to a 'should'-like syntax. This is a fork of the main version to add some features and make things a bit easier for developers. It grew out of day to day use at Relevance (http://thinkrelevance.com).
45
45
  email: chneukirchen@gmail.com
46
46
  executables:
47
47
  - specrb