Skip to content

Commit 09891ae

Browse files
Merge pull request GeorgeKaraszi#51 from GeorgeKaraszi/release/v2.0
Release Version: 2.0.0
2 parents 5e29faa + 19a32c6 commit 09891ae

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.10
1+
2.5.7

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 2.0.0 - December 22nd 2020
22

33
## Changes
44

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_record_extended (1.4.0)
4+
active_record_extended (2.0.0)
55
activerecord (>= 5.1, < 6.2)
66
ar_outer_joins (~> 0.2)
77
pg (< 3.0)
@@ -40,7 +40,6 @@ GEM
4040
parser (2.7.2.0)
4141
ast (~> 2.4.1)
4242
pg (1.2.3)
43-
pg (1.2.3-x64-mingw32)
4443
pry (0.11.3)
4544
coderay (~> 1.1.0)
4645
method_source (~> 0.9.0)

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ Active Record Extended is essentially providing users with the other half of Pos
5252
## Compatibility
5353

5454
This package is designed align and work with any officially supported Ruby and Rails versions.
55-
- Minimum Ruby Version: 2.3.x **(EOL warning!)**
56-
- Minimum Rails Version: 5.0.x **(EOL warning!)**
57-
- Latest Ruby supported: 2.6.x
58-
- Latest Rails supported: 6.0.x
59-
- Postgres: 9.6-current(11) (probably works with most older versions to a certain point)
55+
- Minimum Ruby Version: 2.4.x **(EOL warning!)**
56+
- Minimum Rails Version: 5.1.x **(EOL warning!)**
57+
- Minimum Postgres Version: 9.6.x **(EOL warning!)**
58+
- Latest Ruby supported: 2.7.x
59+
- Latest Rails supported: 6.1.x
60+
- Postgres: 9.6-current(13) (probably works with most older versions to a certain point)
6061

6162
## Installation
6263

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveRecordExtended
4-
VERSION = "1.4.0"
4+
VERSION = "2.0.0"
55
end

0 commit comments

Comments
 (0)