relevance-test-spec 0.4.1.1 → 0.4.1.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.
data/Manifest CHANGED
@@ -13,7 +13,6 @@ lib/test/spec.rb
13
13
  Rakefile
14
14
  README.rdoc
15
15
  ROADMAP
16
- SPECS
17
16
  test/helper.rb
18
17
  test/spec_dox.rb
19
18
  test/spec_flexmock.rb
data/Rakefile CHANGED
@@ -44,6 +44,8 @@ task "SPECS" do
44
44
  ruby "bin/specrb -Ilib:test -a --rdox >SPECS"
45
45
  end
46
46
 
47
+ task :gem => ["SPECS"]
48
+
47
49
  desc "Run all the tests"
48
50
  task :test => :chmod do
49
51
  ruby "bin/specrb -Ilib:test -w #{ENV['TEST'] || '-a'} #{ENV['TESTOPTS']}"
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Test
4
4
  module Spec
5
- VERSION = "0.4.1.1"
5
+ VERSION = "0.4.1.2"
6
6
  end
7
7
  end
8
8
 
@@ -1,11 +1,11 @@
1
1
 
2
- # Gem::Specification for Test-spec-0.4.1.1
2
+ # Gem::Specification for Test-spec-0.4.1.2
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.1
8
+ version: 0.4.1.2
9
9
  platform: ruby
10
10
  authors:
11
11
  - Christian Neukirchen
@@ -64,7 +64,6 @@ extra_rdoc_files:
64
64
  - lib/test/spec/version.rb
65
65
  - lib/test/spec.rb
66
66
  - README.rdoc
67
- - SPECS
68
67
  files:
69
68
  - bin/specrb
70
69
  - CHANGELOG
@@ -81,7 +80,6 @@ files:
81
80
  - Rakefile
82
81
  - README.rdoc
83
82
  - ROADMAP
84
- - SPECS
85
83
  - test/helper.rb
86
84
  - test/spec_dox.rb
87
85
  - test/spec_flexmock.rb
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.1
4
+ version: 0.4.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Neukirchen
@@ -60,7 +60,6 @@ extra_rdoc_files:
60
60
  - lib/test/spec/version.rb
61
61
  - lib/test/spec.rb
62
62
  - README.rdoc
63
- - SPECS
64
63
  files:
65
64
  - bin/specrb
66
65
  - CHANGELOG
@@ -77,7 +76,6 @@ files:
77
76
  - Rakefile
78
77
  - README.rdoc
79
78
  - ROADMAP
80
- - SPECS
81
79
  - test/helper.rb
82
80
  - test/spec_dox.rb
83
81
  - test/spec_flexmock.rb