rspec 2.0.0.beta.11 → 2.0.0.beta.12
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 +4 -3
- data/VERSION +1 -1
- data/rspec.gemspec +17 -16
- metadata +15 -14
data/Rakefile
CHANGED
|
@@ -25,9 +25,10 @@ begin
|
|
|
25
25
|
|
|
26
26
|
Thank you for installing #{gem.summary}
|
|
27
27
|
|
|
28
|
-
This is
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
This is a meta-gem that depends on:
|
|
29
|
+
rspec-core
|
|
30
|
+
rspec-expectations
|
|
31
|
+
rspec-mocks
|
|
31
32
|
|
|
32
33
|
#{"*"*50}
|
|
33
34
|
EOM
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0.beta.
|
|
1
|
+
2.0.0.beta.12
|
data/rspec.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rspec}
|
|
8
|
-
s.version = "2.0.0.beta.
|
|
8
|
+
s.version = "2.0.0.beta.12"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["David Chelimsky", "Chad Humphries"]
|
|
12
|
-
s.date = %q{2010-06-
|
|
12
|
+
s.date = %q{2010-06-14}
|
|
13
13
|
s.description = %q{Meta-gem that depends on the other rspec gems}
|
|
14
14
|
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -29,11 +29,12 @@ Gem::Specification.new do |s|
|
|
|
29
29
|
s.homepage = %q{http://github.com/rspec/meta}
|
|
30
30
|
s.post_install_message = %q{**************************************************
|
|
31
31
|
|
|
32
|
-
Thank you for installing rspec-2.0.0.beta.
|
|
32
|
+
Thank you for installing rspec-2.0.0.beta.12
|
|
33
33
|
|
|
34
|
-
This is
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
This is a meta-gem that depends on:
|
|
35
|
+
rspec-core
|
|
36
|
+
rspec-expectations
|
|
37
|
+
rspec-mocks
|
|
37
38
|
|
|
38
39
|
**************************************************
|
|
39
40
|
}
|
|
@@ -41,25 +42,25 @@ Gem::Specification.new do |s|
|
|
|
41
42
|
s.require_paths = ["lib"]
|
|
42
43
|
s.rubyforge_project = %q{rspec}
|
|
43
44
|
s.rubygems_version = %q{1.3.6}
|
|
44
|
-
s.summary = %q{rspec-2.0.0.beta.
|
|
45
|
+
s.summary = %q{rspec-2.0.0.beta.12}
|
|
45
46
|
|
|
46
47
|
if s.respond_to? :specification_version then
|
|
47
48
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
48
49
|
s.specification_version = 3
|
|
49
50
|
|
|
50
51
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
51
|
-
s.add_runtime_dependency(%q<rspec-core>, ["= 2.0.0.beta.
|
|
52
|
-
s.add_runtime_dependency(%q<rspec-expectations>, ["= 2.0.0.beta.
|
|
53
|
-
s.add_runtime_dependency(%q<rspec-mocks>, ["= 2.0.0.beta.
|
|
52
|
+
s.add_runtime_dependency(%q<rspec-core>, ["= 2.0.0.beta.12"])
|
|
53
|
+
s.add_runtime_dependency(%q<rspec-expectations>, ["= 2.0.0.beta.12"])
|
|
54
|
+
s.add_runtime_dependency(%q<rspec-mocks>, ["= 2.0.0.beta.12"])
|
|
54
55
|
else
|
|
55
|
-
s.add_dependency(%q<rspec-core>, ["= 2.0.0.beta.
|
|
56
|
-
s.add_dependency(%q<rspec-expectations>, ["= 2.0.0.beta.
|
|
57
|
-
s.add_dependency(%q<rspec-mocks>, ["= 2.0.0.beta.
|
|
56
|
+
s.add_dependency(%q<rspec-core>, ["= 2.0.0.beta.12"])
|
|
57
|
+
s.add_dependency(%q<rspec-expectations>, ["= 2.0.0.beta.12"])
|
|
58
|
+
s.add_dependency(%q<rspec-mocks>, ["= 2.0.0.beta.12"])
|
|
58
59
|
end
|
|
59
60
|
else
|
|
60
|
-
s.add_dependency(%q<rspec-core>, ["= 2.0.0.beta.
|
|
61
|
-
s.add_dependency(%q<rspec-expectations>, ["= 2.0.0.beta.
|
|
62
|
-
s.add_dependency(%q<rspec-mocks>, ["= 2.0.0.beta.
|
|
61
|
+
s.add_dependency(%q<rspec-core>, ["= 2.0.0.beta.12"])
|
|
62
|
+
s.add_dependency(%q<rspec-expectations>, ["= 2.0.0.beta.12"])
|
|
63
|
+
s.add_dependency(%q<rspec-mocks>, ["= 2.0.0.beta.12"])
|
|
63
64
|
end
|
|
64
65
|
end
|
|
65
66
|
|
metadata
CHANGED
|
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
|
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
9
|
- beta
|
|
10
|
-
-
|
|
11
|
-
version: 2.0.0.beta.
|
|
10
|
+
- 12
|
|
11
|
+
version: 2.0.0.beta.12
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- David Chelimsky
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2010-06-
|
|
20
|
+
date: 2010-06-14 00:00:00 -05:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -32,8 +32,8 @@ dependencies:
|
|
|
32
32
|
- 0
|
|
33
33
|
- 0
|
|
34
34
|
- beta
|
|
35
|
-
-
|
|
36
|
-
version: 2.0.0.beta.
|
|
35
|
+
- 12
|
|
36
|
+
version: 2.0.0.beta.12
|
|
37
37
|
type: :runtime
|
|
38
38
|
version_requirements: *id001
|
|
39
39
|
- !ruby/object:Gem::Dependency
|
|
@@ -48,8 +48,8 @@ dependencies:
|
|
|
48
48
|
- 0
|
|
49
49
|
- 0
|
|
50
50
|
- beta
|
|
51
|
-
-
|
|
52
|
-
version: 2.0.0.beta.
|
|
51
|
+
- 12
|
|
52
|
+
version: 2.0.0.beta.12
|
|
53
53
|
type: :runtime
|
|
54
54
|
version_requirements: *id002
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
@@ -64,8 +64,8 @@ dependencies:
|
|
|
64
64
|
- 0
|
|
65
65
|
- 0
|
|
66
66
|
- beta
|
|
67
|
-
-
|
|
68
|
-
version: 2.0.0.beta.
|
|
67
|
+
- 12
|
|
68
|
+
version: 2.0.0.beta.12
|
|
69
69
|
type: :runtime
|
|
70
70
|
version_requirements: *id003
|
|
71
71
|
description: Meta-gem that depends on the other rspec gems
|
|
@@ -93,11 +93,12 @@ licenses: []
|
|
|
93
93
|
post_install_message: |
|
|
94
94
|
**************************************************
|
|
95
95
|
|
|
96
|
-
Thank you for installing rspec-2.0.0.beta.
|
|
96
|
+
Thank you for installing rspec-2.0.0.beta.12
|
|
97
97
|
|
|
98
|
-
This is
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
This is a meta-gem that depends on:
|
|
99
|
+
rspec-core
|
|
100
|
+
rspec-expectations
|
|
101
|
+
rspec-mocks
|
|
101
102
|
|
|
102
103
|
**************************************************
|
|
103
104
|
|
|
@@ -127,6 +128,6 @@ rubyforge_project: rspec
|
|
|
127
128
|
rubygems_version: 1.3.6
|
|
128
129
|
signing_key:
|
|
129
130
|
specification_version: 3
|
|
130
|
-
summary: rspec-2.0.0.beta.
|
|
131
|
+
summary: rspec-2.0.0.beta.12
|
|
131
132
|
test_files: []
|
|
132
133
|
|