shoulda 4.0.0.rc2 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6fde182b63930a1fbbc5ad653b591c4a0257654706533b8e3e62c6c157655619
4
- data.tar.gz: 12a63633f7ac882c50c05bbf1659b6fa97e54c0abc11c6164b01ae6651a98fc7
3
+ metadata.gz: addcbdbe54c194c8f2c709efb65ac0f82f0a8bbca33f32c3fd8cf4128f3a0d15
4
+ data.tar.gz: f27dceb02f6f6be6bec42de624d8b5285b99dcc8164c54654e6178f9fbff5c75
5
5
  SHA512:
6
- metadata.gz: 633be9d4a25039cdc70646c02307d1716b5004436ca1ea7f1f29d0898d723a67124f81b5064156147491fb853287fe4ca85059dd16238aa6d8f47744806b2458
7
- data.tar.gz: 07c1577d7a78290d1b758879292566f35d28e07c4428cde0c69f51a93d47247f91464dce853dffe85b5e78503c20710d5823090782a82ca9bf2c9198da298918
6
+ metadata.gz: 4b99b87c67f5dce9f8bbf4952e48f79035b81b8590a2a10c00de595a04a8c31e10d019728914970a15bf2c7f4b4f35987e9cdd371afa780ff559ab4901d3b6e0
7
+ data.tar.gz: ca299a965486164a222563acdec871481a0ddb070c17a2ffc517784db956a7cfd7f9de4a6a7761b7288a4311df105f2b14a5777f4618466caf116fee15f4a013
@@ -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 5.x,
58
- Rails 4.2.x, RSpec 3.x, and Minitest 5.x.
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.rc2)
5
- shoulda-context (= 2.0.0.rc4)
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.rc4)
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.rc2)
5
- shoulda-context (= 2.0.0.rc4)
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.rc4)
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.rc2)
5
- shoulda-context (= 2.0.0.rc4)
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.rc4)
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.rc2)
5
- shoulda-context (= 2.0.0.rc4)
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.rc4)
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.rc2)
5
- shoulda-context (= 2.0.0.rc4)
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.rc4)
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)
@@ -1,3 +1,3 @@
1
1
  module Shoulda
2
- VERSION = '4.0.0.rc2'.freeze
2
+ VERSION = '4.0.0'.freeze
3
3
  end
@@ -25,6 +25,6 @@ Gem::Specification.new do |s|
25
25
  end
26
26
  s.require_paths = ['lib']
27
27
 
28
- s.add_dependency('shoulda-context', '2.0.0.rc4')
28
+ s.add_dependency('shoulda-context', '~> 2.0')
29
29
  s.add_dependency('shoulda-matchers', '~> 4.0')
30
30
  end
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.rc2
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-04-08 00:00:00.000000000 Z
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.0.rc4
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.0.rc4
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: 1.3.1
110
+ version: '0'
110
111
  requirements: []
111
112
  rubygems_version: 3.1.2
112
113
  signing_key: