forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now this package supports Ruby on Rails 3.2. 3.2.2: 2012-09-01 * Supported entry creation by direct ActiveLdap::Base use. [Reported by Craig White] * Started to use Travis CI. 3.2.1: 2012-08-31 * Fixed a bug that ActiveLdap::Base#delete doesn't work. [Reported by Craig White] 3.2.0: 2012-08-29 * [GitHub:#39] Supported Rails 3.2.8. [Reported by Ben Langfeld] * [GitHub:#13] Don't use deprecated Gem.available?. [Patch by sailesh] * [GitHub:#19] Supported new entry by @ha_many :wrap@. [Patch by Alex Tomlins] * Supported @:only@ option in XML output. * [GitHub:#14] Supported nil as single value. [Reported by n3llyb0y] * [GitHub:#20] Supported ActiveModel::MassAssignmentSecurity. [Reported by mihu] * [GitHub:#24] Supported Ruby 1.9 style Hash syntax in generator. [Patch by ursm] * [GitHub:#25][GitHub:#39] Supported ActiveModel::Dirty. [Patch by mihu][Reported by Ben Langfeld] * [GitHub:#26] Improved speed for dirty. [Patch by mihu] * [GitHub:#28] Improved speed for initialization. [Patch by mihu] * [GitHub:#29] Added .gemspec. [Suggested by mklappstuhl] * [GitHub:#34] Removed an unused method. [Patch by mihu] * [GitHub:#37] Improved will_paginate support. [Patch by Craig White] * [GitHub:#40] Added missing test files to .gemspec. [Reported by V�«¿t Ondruch] * [GitHub:#41] Improved speed for find. [Patch by unixmechanic] * Changed i18n backend to gettext from fast_gettext again. * [GitHub:#42] Fixed a bug that optional second is required for GeneralizedTime. [Reported by masche842]
- Loading branch information
taca
committed
Sep 3, 2012
1 parent
a5118f2
commit 36d1371
Showing
3 changed files
with
27 additions
and
12 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,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.10 2012/06/14 15:14:09 taca Exp $ | ||
# $NetBSD: Makefile,v 1.11 2012/09/03 15:08:45 taca Exp $ | ||
|
||
DISTNAME= activeldap-3.1.1 | ||
PKGREVISION= 2 | ||
DISTNAME= activeldap-3.2.2 | ||
CATEGORIES= databases | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -15,7 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-gettext_i18n_rails>=0:../../devel/ruby-gettext_i18n_ | |
# gettext_i18n_rails depends on fast_gettext | ||
#DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext>=0:../../devel/ruby-fast_gettext | ||
|
||
RUBY_RAILS_SUPPORTED= 31 | ||
RUBY_RAILS_SUPPORTED= 32 | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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
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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2012/02/14 14:36:45 taca Exp $ | ||
$NetBSD: distinfo,v 1.7 2012/09/03 15:08:45 taca Exp $ | ||
|
||
SHA1 (activeldap-3.1.1.gem) = d4f1cabd13b49dd090d499761e444f66314c3fa6 | ||
RMD160 (activeldap-3.1.1.gem) = 5e44d994dd47ee713b3cced394affd6f3361bf37 | ||
Size (activeldap-3.1.1.gem) = 190464 bytes | ||
SHA1 (activeldap-3.2.2.gem) = d8784edc09dd29abc052bafa0f9ae3a6143ce767 | ||
RMD160 (activeldap-3.2.2.gem) = 210ee4504357ea747b7bea67357e0b19025ee1be | ||
Size (activeldap-3.2.2.gem) = 218624 bytes |