pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 25 13:51:32 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-rspec-rails: Makefile distinfo

Log Message:
devel/ruby-rspec-rails: update to 4.0.1

Update ruby-rspec-rails to 4.0.1.

### 4.0.1 / 2020-05-16

Bug Fixes:

* Remove warning when calling `driven_by` in system specs. (Aubin Lorieux,
  #2302)

* Fix comparison of times for `#at` in job matchers. (Jon Rowe, Markus
  Doits, #2304)

* Allow `have_enqueued_mail` to match when a sub class of
  `ActionMailer::DeliveryJob` is set using
  `<Class>.delivery_job=`. (Atsushi Yoshida #2305)

* Restore Ruby 2.2.x compatibility. (Jon Rowe, #2332)

* Add `required_ruby_version` to gem spec. (Marc-André Lafortune, #2319,
  #2338)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/ruby-rspec-rails/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/ruby-rspec-rails/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-rails/Makefile
diff -u pkgsrc/devel/ruby-rspec-rails/Makefile:1.36 pkgsrc/devel/ruby-rspec-rails/Makefile:1.37
--- pkgsrc/devel/ruby-rspec-rails/Makefile:1.36 Mon Apr 27 06:58:35 2020
+++ pkgsrc/devel/ruby-rspec-rails/Makefile      Mon May 25 13:51:32 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2020/04/27 06:58:35 taca Exp $
+# $NetBSD: Makefile,v 1.37 2020/05/25 13:51:32 taca Exp $
 
-DISTNAME=      rspec-rails-4.0.0
+DISTNAME=      rspec-rails-4.0.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-rspec-rails/distinfo
diff -u pkgsrc/devel/ruby-rspec-rails/distinfo:1.31 pkgsrc/devel/ruby-rspec-rails/distinfo:1.32
--- pkgsrc/devel/ruby-rspec-rails/distinfo:1.31 Mon Apr 27 06:58:35 2020
+++ pkgsrc/devel/ruby-rspec-rails/distinfo      Mon May 25 13:51:32 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2020/04/27 06:58:35 taca Exp $
+$NetBSD: distinfo,v 1.32 2020/05/25 13:51:32 taca Exp $
 
-SHA1 (rspec-rails-4.0.0.gem) = 3f9791bdfa2c5724e0faa754bee4fcc1dae7b460
-RMD160 (rspec-rails-4.0.0.gem) = e139418ca994837b412b6acef4864a19d9f568f0
-SHA512 (rspec-rails-4.0.0.gem) = 79aeab81ab4a68e7cf419666f229dbc587f82e12fc1ac1556b182d3a8343134b760551b604b726eaf92de146207ae2f7614f1d1ac31d8b62abaf467dbcef5c8b
-Size (rspec-rails-4.0.0.gem) = 67072 bytes
+SHA1 (rspec-rails-4.0.1.gem) = 91f6a5cf7e8f992a3913a99aa1655462e8df44f0
+RMD160 (rspec-rails-4.0.1.gem) = bc706a9959087b5e238b2e9beb0e743590ee6ac3
+SHA512 (rspec-rails-4.0.1.gem) = 9490e513304085ff1d7be8458ac9f0ba1019333baf0ea7609469cb9080c6e50a5779eae32f6eacbd8231c0255dc705210b3c839121a7e159f965ba0fb3f4a2e6
+Size (rspec-rails-4.0.1.gem) = 67072 bytes



Home | Main Index | Thread Index | Old Index