-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
activerecord-session_store-2.1.0.ebuild
- Loading branch information
Showing
3 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST activerecord-session_store-2.0.0.gem 12288 BLAKE2B ddf289022b804a617b7196d0fcb72c6a5b15214865ea692e26ba177223f0816466398d30604066a308fa136192e63779fdf271c42640d666e94a5126a7d7a71f SHA512 0865720721c195a1d6bdb9c354bfc8c8977113038af5a25a47df34a2219cfd57e858c7958db7fc21fc24effae1884a65280f9c856327e48097cbc90ce4b899d9 | ||
DIST activerecord-session_store-2.1.0.gem 12288 BLAKE2B 9e0723afc2fd56893634785c79f5476e053afa6e3c3c60c2a959931215006f61ced7f1d9ce314da3e7b2349e3d576ec0cf63ad9bc06b8db01944f90afde56953 SHA512 b4e97351edb616e1fb420a02c592c7f74de678ab2fad52fdc28c2c9950aad649b34d493228fb0bb0cae21f503f0214df2a7a63fe8e69202ca5343e93991058ba |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
dev-ruby/activerecord-session_store/activerecord-session_store-2.1.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
USE_RUBY="ruby31 ruby32" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="An Action Dispatch session store backed by an Active Record class" | ||
HOMEPAGE="https://github.com/rails/activerecord-session_store" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
ruby_add_rdepend " | ||
|| ( dev-ruby/activerecord:7.0 dev-ruby/activerecord:6.1 dev-ruby/activerecord:7.1 ) | ||
|| ( dev-ruby/actionpack:7.0 dev-ruby/actionpack:6.1 dev-ruby/actionpack:7.1 ) | ||
>=dev-ruby/cgi-0.3.6 | ||
|| ( dev-ruby/rack:3.0 dev-ruby/rack:2.2 ) | ||
|| ( dev-ruby/railties:7.0 dev-ruby/railties:6.1 dev-ruby/railties:7.1 ) | ||
>=dev-ruby/multi_json-1.11.2 =dev-ruby/multi_json-1* | ||
" | ||
ruby_add_bdepend "test? ( dev-ruby/sqlite3 )" |