ar-query-matchers 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -2
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60c088b5a136a27e7cda68a413f8a46005c82f63ff30bb22eaadf70995390755
4
- data.tar.gz: 2be1beb74c5716601305bd6771fb2f9ba8058879a609dcb4198c640a1a5f7cd9
3
+ metadata.gz: b63da3f9faf039d2e310b80cbafc3eb84b0eac6c7900c74c20dcb370d783c932
4
+ data.tar.gz: 8772744af1d74014b2556ee444f920c9514e500f85cb84b123ac983cd0b0fbd1
5
5
  SHA512:
6
- metadata.gz: 24c9812af618e31c66520d52d79e6a7bf0b6695c8e99323136877061bcac6045f795bc4655af35d9aeca49bd2ed129b0227bc717544e4c5007df1493fb9fa65c
7
- data.tar.gz: c6905a488bde5a20cd45cb636d59d9c0dcf2b459cbafda156da918a0fa4a71866b60ee014ede6ec242539ced60f6915ccbecb56848b411bda97ca8d6eb0b4a5f
6
+ metadata.gz: c7a047769f644fcff1fa73f0d6a15cb4065dc99fe1a98cad614fd1f221f421a5abfe01850091a3a7d40dedcaaedbe12c29c594a58d70a2cee3849b645f938f39
7
+ data.tar.gz: b342d652bd7a2ad14b9294ac5d2a4d100c34dddd042b06749770eb3db753d0286912954552c8a946d57b5914e5e647f3087843ca05c294ca56fb936a817c3560
@@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
- ## [0.3.0] - 2020-03-13
9
8
 
9
+ ## [0.4.0] - 2020-07-20
10
+ ### Changed
11
+ - Upgrade the Rails dependency to allow for Rails 6.1
12
+
13
+ ## [0.3.0] - 2020-03-13
14
+ ### Changed
10
15
  - Correct the Rails dependency to allow for Rails 6.0
11
16
 
12
17
  ## [0.2.0] - 2019-09-15
@@ -18,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
23
  ### Added
19
24
  - First versions as a public ruby gem.
20
25
 
21
- [Unreleased]: https://github.com/gusto/ar-query-matchers/compare/v0.2.0...HEAD
26
+ [Unreleased]: https://github.com/gusto/ar-query-matchers/compare/v0.4.0...HEAD
27
+ [0.4.0]: https://github.com/gusto/ar-query-matchers/releases/tag/v0.4.0
28
+ [0.3.0]: https://github.com/gusto/ar-query-matchers/releases/tag/v0.3.0
22
29
  [0.2.0]: https://github.com/gusto/ar-query-matchers/releases/tag/v0.2.0
23
30
  [0.1.0]: https://github.com/gusto/ar-query-matchers/releases/tag/v0.1.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ar-query-matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matan Zruya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-13 00:00:00.000000000 Z
11
+ date: 2020-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '4.0'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '6.1'
22
+ version: '7.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '4.0'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '6.1'
32
+ version: '7.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: activesupport
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: '4.0'
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
- version: '6.1'
42
+ version: '7.0'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: '4.0'
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: '6.1'
52
+ version: '7.0'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: rspec
55
55
  requirement: !ruby/object:Gem::Requirement