Importing databases/ruby-dm-timestamps 1.0.2.
DataMapper plugin which adds "magic" to created_at, created_on, et cetera.
This commit is contained in:
parent
30a63dfbd7
commit
7e6ee8f097
4 changed files with 42 additions and 0 deletions
2
databases/ruby-dm-timestamps/DESCR
Normal file
2
databases/ruby-dm-timestamps/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
DataMapper plugin which adds "magic" to created_at, created_on, et
|
||||
cetera.
|
14
databases/ruby-dm-timestamps/Makefile
Normal file
14
databases/ruby-dm-timestamps/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 23:52:44 taca Exp $
|
||||
|
||||
DISTNAME= dm-timestamps-1.0.2
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://github.com/datamapper/dm-timestamps
|
||||
COMMENT= DataMapper plugin for magical timestamps
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.0.2:../../databases/ruby-dm-core
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
21
databases/ruby-dm-timestamps/PLIST
Normal file
21
databases/ruby-dm-timestamps/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/11 23:52:44 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/VERSION
|
||||
${GEM_LIBDIR}/dm-timestamps.gemspec
|
||||
${GEM_LIBDIR}/lib/dm-timestamps.rb
|
||||
${GEM_LIBDIR}/spec/integration/timestamps_spec.rb
|
||||
${GEM_LIBDIR}/spec/rcov.opts
|
||||
${GEM_LIBDIR}/spec/spec.opts
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/tasks/ci.rake
|
||||
${GEM_LIBDIR}/tasks/local_gemfile.rake
|
||||
${GEM_LIBDIR}/tasks/metrics.rake
|
||||
${GEM_LIBDIR}/tasks/spec.rake
|
||||
${GEM_LIBDIR}/tasks/yard.rake
|
||||
${GEM_LIBDIR}/tasks/yardstick.rake
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
databases/ruby-dm-timestamps/distinfo
Normal file
5
databases/ruby-dm-timestamps/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/09/11 23:52:44 taca Exp $
|
||||
|
||||
SHA1 (dm-timestamps-1.0.2.gem) = 23af17aac4b63b8897c0577ffc7395d21c9c2234
|
||||
RMD160 (dm-timestamps-1.0.2.gem) = 1790a264e0d4e36105a60461d31fa2f804ef749b
|
||||
Size (dm-timestamps-1.0.2.gem) = 10752 bytes
|
Loading…
Reference in a new issue