1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

databases/rubygem-activerecord-session_store: Update from 0.1.2 to 1.0.0

- Add rake task to trim old sessions.
- Fix compatibility with Syslog::Logger.
- Add configurable serializer.
- Fix compatibility issue with Rails 5.0.
- Fix Thread.exclusive deprecation warning in Ruby 2.3.
- Fix Syslog::Logger compatibility.

Approved by: swills (mentor)
This commit is contained in:
Torsten Zuehlsdorff 2016-08-10 14:12:44 +00:00
parent 98451be140
commit edeb79881a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420012
2 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activerecord-session_store
PORTVERSION= 0.1.2
PORTVERSION= 1.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack4>=4.0.0:www/rubygem-actionpack4 \
rubygem-activerecord4>=4.0.0:databases/rubygem-activerecord4 \
rubygem-multi_json>=1.11.2:devel/rubygem-multi_json \
rubygem-rack15>=1.5.2:www/rubygem-rack15 \
rubygem-railties4>=4.0.0:www/rubygem-railties4
NO_ARCH= yes

View File

@ -1,2 +1,3 @@
SHA256 (rubygem/activerecord-session_store-0.1.2.gem) = 77e8ae4e81b4ddcf6c858585ed7d3d77842e881a385e7cf8735e975830c0e5e6
SIZE (rubygem/activerecord-session_store-0.1.2.gem) = 11264
TIMESTAMP = 1469116661
SHA256 (rubygem/activerecord-session_store-1.0.0.gem) = 83a42a2a79cda117c31ff81fbe6f54447e9f7da851bc2819adb703cacf2d18ad
SIZE (rubygem/activerecord-session_store-1.0.0.gem) = 12288