shoulda 4.0.0.rc2 → 4.0.0
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
- data/CHANGELOG.md +10 -0
- data/README.md +9 -3
- data/gemfiles/rails_4_2.gemfile.lock +3 -3
- data/gemfiles/rails_5_0.gemfile.lock +3 -3
- data/gemfiles/rails_5_1.gemfile.lock +3 -3
- data/gemfiles/rails_5_2.gemfile.lock +3 -3
- data/gemfiles/rails_6_0.gemfile.lock +3 -3
- data/lib/shoulda/version.rb +1 -1
- data/shoulda.gemspec +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: addcbdbe54c194c8f2c709efb65ac0f82f0a8bbca33f32c3fd8cf4128f3a0d15
|
4
|
+
data.tar.gz: f27dceb02f6f6be6bec42de624d8b5285b99dcc8164c54654e6178f9fbff5c75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b99b87c67f5dce9f8bbf4952e48f79035b81b8590a2a10c00de595a04a8c31e10d019728914970a15bf2c7f4b4f35987e9cdd371afa780ff559ab4901d3b6e0
|
7
|
+
data.tar.gz: ca299a965486164a222563acdec871481a0ddb070c17a2ffc517784db956a7cfd7f9de4a6a7761b7288a4311df105f2b14a5777f4618466caf116fee15f4a013
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## 4.0.0 (2020-06-13)
|
4
|
+
|
5
|
+
* `shoulda` now brings in `shoulda-context` 2.0.0, which adds compatibility for
|
6
|
+
Ruby 2.7, Rails 6.0, and shoulda-matchers 4.0! Note that there are some
|
7
|
+
backward incompatible changes, so please see the [changelog
|
8
|
+
entry][shoulda-context-2-0-0] for this release to learn more.
|
9
|
+
|
10
|
+
[shoulda-context-2-0-0]: https://github.com/thoughtbot/shoulda-context/blob/master/CHANGELOG.md#200-2020-06-13
|
data/README.md
CHANGED
@@ -9,7 +9,13 @@
|
|
9
9
|
[hound]: https://houndci.com
|
10
10
|
|
11
11
|
Shoulda helps you write more understandable, maintainable Rails-specific tests
|
12
|
-
under Minitest.
|
12
|
+
under Minitest and Test::Unit.
|
13
|
+
|
14
|
+
## Quick links
|
15
|
+
|
16
|
+
📢 **[See what's changed in recent versions.][changelog]**
|
17
|
+
|
18
|
+
[changelog]: CHANGELOG.md
|
13
19
|
|
14
20
|
## Overview
|
15
21
|
|
@@ -54,8 +60,8 @@ See the READMEs for these projects for more information.
|
|
54
60
|
|
55
61
|
## Compatibility
|
56
62
|
|
57
|
-
Shoulda Matchers is [tested][travis] and supported against Ruby 2.4+, Rails
|
58
|
-
|
63
|
+
Shoulda Matchers is [tested][travis] and supported against Ruby 2.4+, Rails
|
64
|
+
4.2.x+, RSpec 3.x, and Minitest 5.x.
|
59
65
|
|
60
66
|
## Contributing
|
61
67
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
shoulda (4.0.0
|
5
|
-
shoulda-context (
|
4
|
+
shoulda (4.0.0)
|
5
|
+
shoulda-context (~> 2.0)
|
6
6
|
shoulda-matchers (~> 4.0)
|
7
7
|
|
8
8
|
GEM
|
@@ -174,7 +174,7 @@ GEM
|
|
174
174
|
sdoc (0.4.2)
|
175
175
|
json (~> 1.7, >= 1.7.7)
|
176
176
|
rdoc (~> 4.0)
|
177
|
-
shoulda-context (2.0.0
|
177
|
+
shoulda-context (2.0.0)
|
178
178
|
shoulda-matchers (4.3.0)
|
179
179
|
activesupport (>= 4.2.0)
|
180
180
|
snowglobe (0.3.0)
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
shoulda (4.0.0
|
5
|
-
shoulda-context (
|
4
|
+
shoulda (4.0.0)
|
5
|
+
shoulda-context (~> 2.0)
|
6
6
|
shoulda-matchers (~> 4.0)
|
7
7
|
|
8
8
|
GEM
|
@@ -164,7 +164,7 @@ GEM
|
|
164
164
|
sprockets (>= 2.8, < 4.0)
|
165
165
|
sprockets-rails (>= 2.0, < 4.0)
|
166
166
|
tilt (>= 1.1, < 3)
|
167
|
-
shoulda-context (2.0.0
|
167
|
+
shoulda-context (2.0.0)
|
168
168
|
shoulda-matchers (4.3.0)
|
169
169
|
activesupport (>= 4.2.0)
|
170
170
|
snowglobe (0.3.0)
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
shoulda (4.0.0
|
5
|
-
shoulda-context (
|
4
|
+
shoulda (4.0.0)
|
5
|
+
shoulda-context (~> 2.0)
|
6
6
|
shoulda-matchers (~> 4.0)
|
7
7
|
|
8
8
|
GEM
|
@@ -176,7 +176,7 @@ GEM
|
|
176
176
|
selenium-webdriver (3.142.7)
|
177
177
|
childprocess (>= 0.5, < 4.0)
|
178
178
|
rubyzip (>= 1.2.2)
|
179
|
-
shoulda-context (2.0.0
|
179
|
+
shoulda-context (2.0.0)
|
180
180
|
shoulda-matchers (4.3.0)
|
181
181
|
activesupport (>= 4.2.0)
|
182
182
|
snowglobe (0.3.0)
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
shoulda (4.0.0
|
5
|
-
shoulda-context (
|
4
|
+
shoulda (4.0.0)
|
5
|
+
shoulda-context (~> 2.0)
|
6
6
|
shoulda-matchers (~> 4.0)
|
7
7
|
|
8
8
|
GEM
|
@@ -193,7 +193,7 @@ GEM
|
|
193
193
|
selenium-webdriver (3.142.7)
|
194
194
|
childprocess (>= 0.5, < 4.0)
|
195
195
|
rubyzip (>= 1.2.2)
|
196
|
-
shoulda-context (2.0.0
|
196
|
+
shoulda-context (2.0.0)
|
197
197
|
shoulda-matchers (4.3.0)
|
198
198
|
activesupport (>= 4.2.0)
|
199
199
|
snowglobe (0.3.0)
|
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
shoulda (4.0.0
|
5
|
-
shoulda-context (
|
4
|
+
shoulda (4.0.0)
|
5
|
+
shoulda-context (~> 2.0)
|
6
6
|
shoulda-matchers (~> 4.0)
|
7
7
|
|
8
8
|
GEM
|
@@ -207,7 +207,7 @@ GEM
|
|
207
207
|
selenium-webdriver (3.142.7)
|
208
208
|
childprocess (>= 0.5, < 4.0)
|
209
209
|
rubyzip (>= 1.2.2)
|
210
|
-
shoulda-context (2.0.0
|
210
|
+
shoulda-context (2.0.0)
|
211
211
|
shoulda-matchers (4.3.0)
|
212
212
|
activesupport (>= 4.2.0)
|
213
213
|
snowglobe (0.3.0)
|
data/lib/shoulda/version.rb
CHANGED
data/shoulda.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shoulda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tammer Saleh
|
@@ -12,22 +12,22 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2020-
|
15
|
+
date: 2020-06-13 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: shoulda-context
|
19
19
|
requirement: !ruby/object:Gem::Requirement
|
20
20
|
requirements:
|
21
|
-
- -
|
21
|
+
- - "~>"
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 2.0
|
23
|
+
version: '2.0'
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
27
27
|
requirements:
|
28
|
-
- -
|
28
|
+
- - "~>"
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
version: 2.0
|
30
|
+
version: '2.0'
|
31
31
|
- !ruby/object:Gem::Dependency
|
32
32
|
name: shoulda-matchers
|
33
33
|
requirement: !ruby/object:Gem::Requirement
|
@@ -55,6 +55,7 @@ files:
|
|
55
55
|
- ".ruby-version"
|
56
56
|
- ".travis.yml"
|
57
57
|
- Appraisals
|
58
|
+
- CHANGELOG.md
|
58
59
|
- CONTRIBUTING.md
|
59
60
|
- Gemfile
|
60
61
|
- MIT-LICENSE
|
@@ -104,9 +105,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
105
|
version: '0'
|
105
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
107
|
requirements:
|
107
|
-
- - "
|
108
|
+
- - ">="
|
108
109
|
- !ruby/object:Gem::Version
|
109
|
-
version:
|
110
|
+
version: '0'
|
110
111
|
requirements: []
|
111
112
|
rubygems_version: 3.1.2
|
112
113
|
signing_key:
|