rspec-rails 3.9.0 → 3.9.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/Changelog.md +6 -2
- data/README.md +1 -1
- data/lib/rspec/rails/matchers.rb +1 -0
- data/lib/rspec/rails/version.rb +1 -1
- metadata +6 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e9f2c32e485cc9a8f4a31f258f14873973ed1319ecb7061f35d3f6715c7df95
|
|
4
|
+
data.tar.gz: a8ff832abfde3703a2925a27e4918ff38b1a736dffb973e621ce2b4089fc1cab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc09740e2221463f43d22b46a02623ed7ddab24f6069e9e2d844ee87e0eec53221bdbdac1754b3e220ea6b010a6c664f07a28eb935b0bf6909d8b0c2e19b0acc
|
|
7
|
+
data.tar.gz: 7721bf098cc90a53aa3c070231e225bd1d2b45f4eef9f11e520a249bc16b98e99e3eb040f7e6ccdaeeb4ea8423abeae8dc8de3953dd68c12cb901c85573fc7e6
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/Changelog.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
###
|
|
2
|
-
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.9.0...
|
|
1
|
+
### 3.9.1 / 2020-03-10
|
|
2
|
+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.9.0...v3.9.1)
|
|
3
|
+
|
|
4
|
+
Bug Fixes:
|
|
5
|
+
|
|
6
|
+
* Add missing require for have_enqueued_mail matcher. (Ignatius Reza, #2117)
|
|
3
7
|
|
|
4
8
|
### 3.9.0 / 2019-10-08
|
|
5
9
|
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.2...v3.9.0)
|
data/README.md
CHANGED
data/lib/rspec/rails/matchers.rb
CHANGED
data/lib/rspec/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.9.
|
|
4
|
+
version: 3.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Chelimsky
|
|
@@ -44,7 +44,7 @@ cert_chain:
|
|
|
44
44
|
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
|
|
45
45
|
F3MdtaDehhjC
|
|
46
46
|
-----END CERTIFICATE-----
|
|
47
|
-
date:
|
|
47
|
+
date: 2020-03-10 00:00:00.000000000 Z
|
|
48
48
|
dependencies:
|
|
49
49
|
- !ruby/object:Gem::Dependency
|
|
50
50
|
name: activesupport
|
|
@@ -164,14 +164,14 @@ dependencies:
|
|
|
164
164
|
requirements:
|
|
165
165
|
- - "~>"
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 0.
|
|
167
|
+
version: 0.14.12
|
|
168
168
|
type: :development
|
|
169
169
|
prerelease: false
|
|
170
170
|
version_requirements: !ruby/object:Gem::Requirement
|
|
171
171
|
requirements:
|
|
172
172
|
- - "~>"
|
|
173
173
|
- !ruby/object:Gem::Version
|
|
174
|
-
version: 0.
|
|
174
|
+
version: 0.14.12
|
|
175
175
|
- !ruby/object:Gem::Dependency
|
|
176
176
|
name: ammeter
|
|
177
177
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -284,7 +284,7 @@ licenses:
|
|
|
284
284
|
- MIT
|
|
285
285
|
metadata:
|
|
286
286
|
bug_tracker_uri: https://github.com/rspec/rspec-rails/issues
|
|
287
|
-
changelog_uri: https://github.com/rspec/rspec-rails/blob/v3.9.
|
|
287
|
+
changelog_uri: https://github.com/rspec/rspec-rails/blob/v3.9.1/Changelog.md
|
|
288
288
|
documentation_uri: https://rspec.info/documentation/
|
|
289
289
|
mailing_list_uri: https://groups.google.com/forum/#!forum/rspec
|
|
290
290
|
source_code_uri: https://github.com/rspec/rspec-rails
|
|
@@ -304,7 +304,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
304
304
|
- !ruby/object:Gem::Version
|
|
305
305
|
version: '0'
|
|
306
306
|
requirements: []
|
|
307
|
-
rubygems_version: 3.
|
|
307
|
+
rubygems_version: 3.1.2
|
|
308
308
|
signing_key:
|
|
309
309
|
specification_version: 4
|
|
310
310
|
summary: RSpec for Rails
|
metadata.gz.sig
CHANGED
|
Binary file
|