Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jun 16, 2023
1 parent 7976c68 commit 7d7654a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added
## 3.0.0

### Changed

- Removed support for Rails 7.1
- Added support for Rails 7.0 and removed support for prerelease Rails 7.1 because this adapter was merged into Rails. #26

## 2.2.0

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Contributing

[fork]: https://github.com/github/activerecord-trilogy-adapter/fork
[pr]: https://github.com/github/activerecord-trilogy-adapter/compare
[fork]: https://github.com/trilogy-libraries/activerecord-trilogy-adapter/fork
[pr]: https://github.com/trilogy-libraries/activerecord-trilogy-adapter/compare
[style]: https://github.com/styleguide/ruby
[code-of-conduct]: CODE_OF_CONDUCT.md

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Trilogy Adapter

Active Record database adapter for [Trilogy](https://github.com/github/trilogy)
Active Record database adapter for [Trilogy](https://github.com/trilogy-libraries/trilogy)

This gem offers Trilogy support for versions of ActiveRecord prior to 7.1. Currently supports:

Expand All @@ -10,7 +10,7 @@ This gem offers Trilogy support for versions of ActiveRecord prior to 7.1. Curre

- [Ruby](https://www.ruby-lang.org) 2.7 or higher
- [Active Record](https://github.com/rails/rails) 7.0.x
- [Trilogy](https://github.com/github/trilogy) 2.4.0 or higher
- [Trilogy](https://github.com/trilogy-libraries/trilogy) 2.4.0 or higher

## Setup

Expand Down
10 changes: 5 additions & 5 deletions activerecord-trilogy-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.authors = ["GitHub Engineering"]
spec.email = ["opensource+trilogy@github.com"]
spec.homepage = "https://github.com/github/activerecord-trilogy-adapter"
spec.summary = "Active Record adapter for https://github.com/github/trilogy."
spec.homepage = "https://github.com/trilogy-libraries/activerecord-trilogy-adapter"
spec.summary = "Active Record adapter for https://github.com/trilogy-libraries/trilogy."
spec.license = "MIT"

spec.metadata = {
"source_code_uri" => "https://github.com/github/activerecord-trilogy-adapter",
"changelog_uri" => "https://github.com/github/activerecord-trilogy-adapter/blob/master/CHANGELOG.md",
"bug_tracker_uri" => "https://github.com/github/activerecord-trilogy-adapter/issues"
"source_code_uri" => "https://github.com/trilogy-libraries/activerecord-trilogy-adapter",
"changelog_uri" => "https://github.com/trilogy-libraries/activerecord-trilogy-adapter/blob/master/CHANGELOG.md",
"bug_tracker_uri" => "https://github.com/trilogy-libraries/activerecord-trilogy-adapter/issues"
}

spec.add_dependency "trilogy", ">= 2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/trilogy_adapter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TrilogyAdapter
VERSION = "2.2.0"
VERSION = "3.0.0"
end

0 comments on commit 7d7654a

Please sign in to comment.