pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-rspec-its



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jun 10 16:21:53 UTC 2017

Added Files:
        pkgsrc/devel/ruby-rspec-its: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-rspec-its/DESCR \
    pkgsrc/devel/ruby-rspec-its/Makefile pkgsrc/devel/ruby-rspec-its/PLIST \
    pkgsrc/devel/ruby-rspec-its/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-rspec-its/DESCR
diff -u /dev/null pkgsrc/devel/ruby-rspec-its/DESCR:1.1
--- /dev/null   Sat Jun 10 16:21:53 2017
+++ pkgsrc/devel/ruby-rspec-its/DESCR   Sat Jun 10 16:21:53 2017
@@ -0,0 +1,2 @@
+RSpec::Its provides the `its` method as a short-hand to specify the expected
+value of an attribute.
Index: pkgsrc/devel/ruby-rspec-its/Makefile
diff -u /dev/null pkgsrc/devel/ruby-rspec-its/Makefile:1.1
--- /dev/null   Sat Jun 10 16:21:53 2017
+++ pkgsrc/devel/ruby-rspec-its/Makefile        Sat Jun 10 16:21:53 2017
@@ -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"
Index: pkgsrc/devel/ruby-rspec-its/PLIST
diff -u /dev/null pkgsrc/devel/ruby-rspec-its/PLIST:1.1
--- /dev/null   Sat Jun 10 16:21:53 2017
+++ pkgsrc/devel/ruby-rspec-its/PLIST   Sat Jun 10 16:21:53 2017
@@ -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
Index: pkgsrc/devel/ruby-rspec-its/distinfo
diff -u /dev/null pkgsrc/devel/ruby-rspec-its/distinfo:1.1
--- /dev/null   Sat Jun 10 16:21:53 2017
+++ pkgsrc/devel/ruby-rspec-its/distinfo        Sat Jun 10 16:21:53 2017
@@ -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