pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-rspec-its Add ruby-rspec-its package versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e918b70a2ba
branches: trunk
changeset: 363488:8e918b70a2ba
user: taca <taca%pkgsrc.org@localhost>
date: Sat Jun 10 16:21:53 2017 +0000
description:
Add ruby-rspec-its package version 1.2.0.
RSpec::Its provides the `its` method as a short-hand to specify the expected
value of an attribute.
diffstat:
devel/ruby-rspec-its/DESCR | 2 ++
devel/ruby-rspec-its/Makefile | 15 +++++++++++++++
devel/ruby-rspec-its/PLIST | 21 +++++++++++++++++++++
devel/ruby-rspec-its/distinfo | 6 ++++++
4 files changed, 44 insertions(+), 0 deletions(-)
diffs (60 lines):
diff -r b1bc39cb782f -r 8e918b70a2ba devel/ruby-rspec-its/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rspec-its/DESCR Sat Jun 10 16:21:53 2017 +0000
@@ -0,0 +1,2 @@
+RSpec::Its provides the `its` method as a short-hand to specify the expected
+value of an attribute.
diff -r b1bc39cb782f -r 8e918b70a2ba devel/ruby-rspec-its/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rspec-its/Makefile Sat Jun 10 16:21:53 2017 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2017/06/10 16:21:53 taca Exp $
+
+DISTNAME= rspec-its-1.2.0
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rspec/rspec-its
+COMMENT= Provides "its" method formerly part of rspec-core
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=3.0.0:../../devel/ruby-rspec-core
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec-expectations>=3.0.0:../../devel/ruby-rspec-expectations
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b1bc39cb782f -r 8e918b70a2ba devel/ruby-rspec-its/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rspec-its/PLIST Sat Jun 10 16:21:53 2017 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2017/06/10 16:21:53 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Changelog.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/cucumber.yml
+${GEM_LIBDIR}/features/its.feature
+${GEM_LIBDIR}/features/step_definitions/additional_cli_steps.rb
+${GEM_LIBDIR}/features/support/env.rb
+${GEM_LIBDIR}/lib/rspec/its.rb
+${GEM_LIBDIR}/lib/rspec/its/version.rb
+${GEM_LIBDIR}/rspec-its.gemspec
+${GEM_LIBDIR}/script/test_all
+${GEM_LIBDIR}/spec/rspec/its_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r b1bc39cb782f -r 8e918b70a2ba devel/ruby-rspec-its/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-rspec-its/distinfo Sat Jun 10 16:21:53 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/06/10 16:21:53 taca Exp $
+
+SHA1 (rspec-its-1.2.0.gem) = b3ced4d01db03e1b931a05ac52027012648503e2
+RMD160 (rspec-its-1.2.0.gem) = ced80ae72e4e68ed1f3e9dc80461251922cc16a1
+SHA512 (rspec-its-1.2.0.gem) = 6b390f92654f8e6482f0da30d4e721ee127f628eb305268e474d4c9fb14fca1d0fb8922cabc9a8c1372976b5a52349c5a5a774e3026f32d8050c5aea2bc9ccae
+Size (rspec-its-1.2.0.gem) = 12800 bytes
Home |
Main Index |
Thread Index |
Old Index