Update ruby-gettext_i18n_rails to 0.7.1.
Changes are unavailable and please refer github: https://github.com/grosser/gettext_i18n_rails
This commit is contained in:
parent
f899a687cd
commit
358338002f
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2012/08/29 16:31:05 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2012/09/04 15:57:41 taca Exp $
|
||||
|
||||
DISTNAME= gettext_i18n_rails-0.6.6
|
||||
DISTNAME= gettext_i18n_rails-0.7.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/grosser/gettext_i18n_rails
|
|||
COMMENT= Simple FastGettext Rails integration
|
||||
LICENSE= public-domain
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext>=0:../../devel/ruby-fast_gettext
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext>=0.4.8:../../devel/ruby-fast_gettext
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2012/06/02 00:38:49 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2012/09/04 15:57:41 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
|
@ -13,6 +13,7 @@ ${GEM_LIBDIR}/lib/gettext_i18n_rails/active_model.rb
|
|||
${GEM_LIBDIR}/lib/gettext_i18n_rails/active_record.rb
|
||||
${GEM_LIBDIR}/lib/gettext_i18n_rails/backend.rb
|
||||
${GEM_LIBDIR}/lib/gettext_i18n_rails/base_parser.rb
|
||||
${GEM_LIBDIR}/lib/gettext_i18n_rails/gettext_hooks.rb
|
||||
${GEM_LIBDIR}/lib/gettext_i18n_rails/haml_parser.rb
|
||||
${GEM_LIBDIR}/lib/gettext_i18n_rails/hamlet_parser.rb
|
||||
${GEM_LIBDIR}/lib/gettext_i18n_rails/html_safe_translations.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2012/08/29 16:31:05 taca Exp $
|
||||
$NetBSD: distinfo,v 1.7 2012/09/04 15:57:41 taca Exp $
|
||||
|
||||
SHA1 (gettext_i18n_rails-0.6.6.gem) = 04f81e3a0d6ef43aa74e8ac7a31dad83e1ff8c8b
|
||||
RMD160 (gettext_i18n_rails-0.6.6.gem) = 0dfff45e0fc8a3ea822fdd942726689362b7c066
|
||||
Size (gettext_i18n_rails-0.6.6.gem) = 19456 bytes
|
||||
SHA1 (gettext_i18n_rails-0.7.1.gem) = f30e226f7d658dffafc99e3169ebca3180d7e27f
|
||||
RMD160 (gettext_i18n_rails-0.7.1.gem) = a082ec176e18781c7b7a5b2accb9cf3866124b46
|
||||
Size (gettext_i18n_rails-0.7.1.gem) = 19968 bytes
|
||||
|
|
Loading…
Reference in a new issue