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:           Mon May  6 05:32:55 UTC 2019

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

Log Message:
devel/ruby-rspec-its: update to 1.3.0

### 1.3.0 / 2019-04-09
[full changelog](http://github.com/rspec/rspec-its/compare/v1.2.0...v1.3.0)

Enhancements:
* Introduced `will` and `will_not` as to allow one line block expectations.
  (Russ Buchanan, #67)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.

Modified files:

Index: pkgsrc/devel/ruby-rspec-its/Makefile
diff -u pkgsrc/devel/ruby-rspec-its/Makefile:1.1 pkgsrc/devel/ruby-rspec-its/Makefile:1.2
--- pkgsrc/devel/ruby-rspec-its/Makefile:1.1    Sat Jun 10 16:21:53 2017
+++ pkgsrc/devel/ruby-rspec-its/Makefile        Mon May  6 05:32:55 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/06/10 16:21:53 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/06 05:32:55 taca Exp $
 
-DISTNAME=      rspec-its-1.2.0
+DISTNAME=      rspec-its-1.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-rspec-its/PLIST
diff -u pkgsrc/devel/ruby-rspec-its/PLIST:1.1 pkgsrc/devel/ruby-rspec-its/PLIST:1.2
--- pkgsrc/devel/ruby-rspec-its/PLIST:1.1       Sat Jun 10 16:21:53 2017
+++ pkgsrc/devel/ruby-rspec-its/PLIST   Mon May  6 05:32:55 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/10 16:21:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/05/06 05:32:55 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
@@ -8,7 +8,6 @@ ${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
@@ -16,6 +15,7 @@ ${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}/script/update_rubygems_and_install_bundler
 ${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 pkgsrc/devel/ruby-rspec-its/distinfo:1.1 pkgsrc/devel/ruby-rspec-its/distinfo:1.2
--- pkgsrc/devel/ruby-rspec-its/distinfo:1.1    Sat Jun 10 16:21:53 2017
+++ pkgsrc/devel/ruby-rspec-its/distinfo        Mon May  6 05:32:55 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/10 16:21:53 taca Exp $
+$NetBSD: distinfo,v 1.2 2019/05/06 05:32:55 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
+SHA1 (rspec-its-1.3.0.gem) = e908049dfd13c75da7b5635047ffb4e39077ccbb
+RMD160 (rspec-its-1.3.0.gem) = 5e50e216d7f98e0e5bbdf09e8354d5c3b767da05
+SHA512 (rspec-its-1.3.0.gem) = beff75fc84f9879095f02f4515bfd749dded877b8b4d5186423ddd78c6c16d6c5e810ebac80f3500cc7b1d23db119c72780c32888385d21d20672a26499ae94a
+Size (rspec-its-1.3.0.gem) = 14336 bytes



Home | Main Index | Thread Index | Old Index