rspec-rails 2.0.0.beta.14.2 → 2.0.0.beta.15
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/VERSION +1 -1
- data/rspec-rails.gemspec +4 -4
- metadata +6 -7
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0.beta.
|
|
1
|
+
2.0.0.beta.15
|
data/rspec-rails.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rspec-rails}
|
|
8
|
-
s.version = "2.0.0.beta.
|
|
8
|
+
s.version = "2.0.0.beta.15"
|
|
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-30}
|
|
13
13
|
s.description = %q{RSpec-2 for Rails-3}
|
|
14
14
|
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -119,7 +119,7 @@ Gem::Specification.new do |s|
|
|
|
119
119
|
s.homepage = %q{http://github.com/rspec/rspec-rails}
|
|
120
120
|
s.post_install_message = %q{**************************************************
|
|
121
121
|
|
|
122
|
-
Thank you for installing rspec-rails-2.0.0.beta.
|
|
122
|
+
Thank you for installing rspec-rails-2.0.0.beta.15!
|
|
123
123
|
|
|
124
124
|
This version of rspec-rails only works with
|
|
125
125
|
versions of rails >= 3.0.0.pre.
|
|
@@ -138,7 +138,7 @@ Gem::Specification.new do |s|
|
|
|
138
138
|
s.require_paths = ["lib"]
|
|
139
139
|
s.rubyforge_project = %q{rspec}
|
|
140
140
|
s.rubygems_version = %q{1.3.7}
|
|
141
|
-
s.summary = %q{rspec-rails-2.0.0.beta.
|
|
141
|
+
s.summary = %q{rspec-rails-2.0.0.beta.15}
|
|
142
142
|
s.test_files = [
|
|
143
143
|
"spec/rspec/rails/example/controller_example_group_spec.rb",
|
|
144
144
|
"spec/rspec/rails/example/helper_example_group_spec.rb",
|
metadata
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 62196477
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
9
|
- 0
|
|
10
10
|
- beta
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
version: 2.0.0.beta.14.2
|
|
11
|
+
- 15
|
|
12
|
+
version: 2.0.0.beta.15
|
|
14
13
|
platform: ruby
|
|
15
14
|
authors:
|
|
16
15
|
- David Chelimsky
|
|
@@ -19,7 +18,7 @@ autorequire:
|
|
|
19
18
|
bindir: bin
|
|
20
19
|
cert_chain: []
|
|
21
20
|
|
|
22
|
-
date: 2010-06-
|
|
21
|
+
date: 2010-06-30 00:00:00 -05:00
|
|
23
22
|
default_executable:
|
|
24
23
|
dependencies:
|
|
25
24
|
- !ruby/object:Gem::Dependency
|
|
@@ -171,7 +170,7 @@ licenses: []
|
|
|
171
170
|
post_install_message: |
|
|
172
171
|
**************************************************
|
|
173
172
|
|
|
174
|
-
Thank you for installing rspec-rails-2.0.0.beta.
|
|
173
|
+
Thank you for installing rspec-rails-2.0.0.beta.15!
|
|
175
174
|
|
|
176
175
|
This version of rspec-rails only works with
|
|
177
176
|
versions of rails >= 3.0.0.pre.
|
|
@@ -216,7 +215,7 @@ rubyforge_project: rspec
|
|
|
216
215
|
rubygems_version: 1.3.7
|
|
217
216
|
signing_key:
|
|
218
217
|
specification_version: 3
|
|
219
|
-
summary: rspec-rails-2.0.0.beta.
|
|
218
|
+
summary: rspec-rails-2.0.0.beta.15
|
|
220
219
|
test_files:
|
|
221
220
|
- spec/rspec/rails/example/controller_example_group_spec.rb
|
|
222
221
|
- spec/rspec/rails/example/helper_example_group_spec.rb
|