rspec 2.5.0 → 2.6.0.rc2
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/lib/rspec/version.rb +1 -1
- data/rspec.gemspec +9 -5
- metadata +52 -42
data/lib/rspec/version.rb
CHANGED
data/rspec.gemspec
CHANGED
@@ -7,11 +7,11 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.name = "rspec"
|
8
8
|
s.version = RSpec::Version::STRING
|
9
9
|
s.platform = Gem::Platform::RUBY
|
10
|
-
s.authors = ["
|
11
|
-
s.email = "
|
12
|
-
s.homepage = "http://github.com/rspec
|
10
|
+
s.authors = ["Steven Baker", "David Chelimsky"]
|
11
|
+
s.email = "rspec-users@rubyforge.org;"
|
12
|
+
s.homepage = "http://github.com/rspec"
|
13
13
|
s.summary = "rspec-#{RSpec::Version::STRING}"
|
14
|
-
s.description = "
|
14
|
+
s.description = "BDD for Ruby"
|
15
15
|
|
16
16
|
s.rubygems_version = "1.3.7"
|
17
17
|
s.rubyforge_project = "rspec"
|
@@ -24,6 +24,10 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.require_path = "lib"
|
25
25
|
|
26
26
|
%w[core expectations mocks].each do |name|
|
27
|
-
|
27
|
+
if RSpec::Version::STRING =~ /[a-zA-Z]+/
|
28
|
+
s.add_runtime_dependency "rspec-#{name}", "= #{RSpec::Version::STRING}"
|
29
|
+
else
|
30
|
+
s.add_runtime_dependency "rspec-#{name}", "~> #{RSpec::Version::STRING.split('.')[0..1].concat(['0']).join('.')}"
|
31
|
+
end
|
28
32
|
end
|
29
33
|
end
|
metadata
CHANGED
@@ -1,74 +1,82 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 15424049
|
5
|
+
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 2
|
8
|
-
-
|
8
|
+
- 6
|
9
9
|
- 0
|
10
|
-
|
10
|
+
- rc
|
11
|
+
- 2
|
12
|
+
version: 2.6.0.rc2
|
11
13
|
platform: ruby
|
12
14
|
authors:
|
15
|
+
- Steven Baker
|
13
16
|
- David Chelimsky
|
14
|
-
- Chad Humphries
|
15
17
|
autorequire:
|
16
18
|
bindir: bin
|
17
19
|
cert_chain: []
|
18
20
|
|
19
|
-
date: 2011-
|
21
|
+
date: 2011-04-18 00:00:00 -05:00
|
20
22
|
default_executable:
|
21
23
|
dependencies:
|
22
24
|
- !ruby/object:Gem::Dependency
|
23
|
-
|
25
|
+
prerelease: false
|
26
|
+
type: :runtime
|
27
|
+
name: rspec-core
|
28
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
24
29
|
none: false
|
25
30
|
requirements:
|
26
|
-
- -
|
31
|
+
- - "="
|
27
32
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
33
|
+
hash: 15424049
|
29
34
|
segments:
|
30
35
|
- 2
|
31
|
-
-
|
36
|
+
- 6
|
32
37
|
- 0
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
version_requirements: *id001
|
38
|
+
- rc
|
39
|
+
- 2
|
40
|
+
version: 2.6.0.rc2
|
41
|
+
requirement: *id001
|
38
42
|
- !ruby/object:Gem::Dependency
|
39
|
-
|
43
|
+
prerelease: false
|
44
|
+
type: :runtime
|
45
|
+
name: rspec-expectations
|
46
|
+
version_requirements: &id002 !ruby/object:Gem::Requirement
|
40
47
|
none: false
|
41
48
|
requirements:
|
42
|
-
- -
|
49
|
+
- - "="
|
43
50
|
- !ruby/object:Gem::Version
|
44
|
-
hash:
|
51
|
+
hash: 15424049
|
45
52
|
segments:
|
46
53
|
- 2
|
47
|
-
-
|
54
|
+
- 6
|
48
55
|
- 0
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
version_requirements: *id002
|
56
|
+
- rc
|
57
|
+
- 2
|
58
|
+
version: 2.6.0.rc2
|
59
|
+
requirement: *id002
|
54
60
|
- !ruby/object:Gem::Dependency
|
55
|
-
|
61
|
+
prerelease: false
|
62
|
+
type: :runtime
|
63
|
+
name: rspec-mocks
|
64
|
+
version_requirements: &id003 !ruby/object:Gem::Requirement
|
56
65
|
none: false
|
57
66
|
requirements:
|
58
|
-
- -
|
67
|
+
- - "="
|
59
68
|
- !ruby/object:Gem::Version
|
60
|
-
hash:
|
69
|
+
hash: 15424049
|
61
70
|
segments:
|
62
71
|
- 2
|
63
|
-
-
|
72
|
+
- 6
|
64
73
|
- 0
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
email: dchelimsky@gmail.com;chad.humphries@gmail.com
|
74
|
+
- rc
|
75
|
+
- 2
|
76
|
+
version: 2.6.0.rc2
|
77
|
+
requirement: *id003
|
78
|
+
description: BDD for Ruby
|
79
|
+
email: rspec-users@rubyforge.org;
|
72
80
|
executables: []
|
73
81
|
|
74
82
|
extensions: []
|
@@ -86,7 +94,7 @@ files:
|
|
86
94
|
- lib/rspec/version.rb
|
87
95
|
- rspec.gemspec
|
88
96
|
has_rdoc: true
|
89
|
-
homepage: http://github.com/rspec
|
97
|
+
homepage: http://github.com/rspec
|
90
98
|
licenses: []
|
91
99
|
|
92
100
|
post_install_message:
|
@@ -106,18 +114,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
106
114
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
107
115
|
none: false
|
108
116
|
requirements:
|
109
|
-
- - "
|
117
|
+
- - ">"
|
110
118
|
- !ruby/object:Gem::Version
|
111
|
-
hash:
|
119
|
+
hash: 25
|
112
120
|
segments:
|
113
|
-
-
|
114
|
-
|
121
|
+
- 1
|
122
|
+
- 3
|
123
|
+
- 1
|
124
|
+
version: 1.3.1
|
115
125
|
requirements: []
|
116
126
|
|
117
127
|
rubyforge_project: rspec
|
118
|
-
rubygems_version: 1.
|
128
|
+
rubygems_version: 1.5.2
|
119
129
|
signing_key:
|
120
130
|
specification_version: 3
|
121
|
-
summary: rspec-2.
|
131
|
+
summary: rspec-2.6.0.rc2
|
122
132
|
test_files: []
|
123
133
|
|