pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-equatable



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May  4 13:37:18 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-equatable: Makefile PLIST distinfo

Log Message:
devel/ruby-equatable: update to 0.7.0

0.7.0 - 2021-04-05

Changed

* Change gemspec to remove test and rake files to reduce gem size
* Change to remove bundler as a dev dependency and relax rspec upper
  constraint
* Change to require Ruby 2.0 or higher


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-equatable/Makefile \
    pkgsrc/devel/ruby-equatable/PLIST pkgsrc/devel/ruby-equatable/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-equatable/Makefile
diff -u pkgsrc/devel/ruby-equatable/Makefile:1.1 pkgsrc/devel/ruby-equatable/Makefile:1.2
--- pkgsrc/devel/ruby-equatable/Makefile:1.1    Tue Nov 12 15:21:00 2019
+++ pkgsrc/devel/ruby-equatable/Makefile        Tue May  4 13:37:18 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/11/12 15:21:00 taca Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/04 13:37:18 taca Exp $
 
-DISTNAME=      equatable-0.6.1
+DISTNAME=      equatable-0.7.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-equatable/PLIST
diff -u pkgsrc/devel/ruby-equatable/PLIST:1.1 pkgsrc/devel/ruby-equatable/PLIST:1.2
--- pkgsrc/devel/ruby-equatable/PLIST:1.1       Tue Nov 12 15:21:00 2019
+++ pkgsrc/devel/ruby-equatable/PLIST   Tue May  4 13:37:18 2021
@@ -1,19 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2019/11/12 15:21:00 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/05/04 13:37:18 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/equatable.gemspec
-${GEM_LIBDIR}/examples/point.rb
 ${GEM_LIBDIR}/lib/equatable.rb
 ${GEM_LIBDIR}/lib/equatable/version.rb
-${GEM_LIBDIR}/spec/equatable/eql_spec.rb
-${GEM_LIBDIR}/spec/equatable/equal_spec.rb
-${GEM_LIBDIR}/spec/equatable/include_spec.rb
-${GEM_LIBDIR}/spec/equatable/subclass_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/tasks/console.rake
-${GEM_LIBDIR}/tasks/coverage.rake
-${GEM_LIBDIR}/tasks/spec.rake
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-equatable/distinfo
diff -u pkgsrc/devel/ruby-equatable/distinfo:1.1 pkgsrc/devel/ruby-equatable/distinfo:1.2
--- pkgsrc/devel/ruby-equatable/distinfo:1.1    Tue Nov 12 15:21:00 2019
+++ pkgsrc/devel/ruby-equatable/distinfo        Tue May  4 13:37:18 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/11/12 15:21:00 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/05/04 13:37:18 taca Exp $
 
-SHA1 (equatable-0.6.1.gem) = 98bd73e29193649abf462dc8ed9cfe084e23dab4
-RMD160 (equatable-0.6.1.gem) = d242f4682a1e5c781f620ae78d83837046824ca9
-SHA512 (equatable-0.6.1.gem) = 442a6c9afd31ec2c41f3802703515827cb8d100bea3932c1fadeb036bb96a045883050712f480ebe4f7ea9bda5dab335b0f0d9dcc90a42bf45ce6bcc504fe0d4
-Size (equatable-0.6.1.gem) = 10752 bytes
+SHA1 (equatable-0.7.0.gem) = bcfd52de09c792b092c2f0546b220878b13580e9
+RMD160 (equatable-0.7.0.gem) = ab78b44eddb7adbd58da5acdeed8176c800ff613
+SHA512 (equatable-0.7.0.gem) = 4e6a0cc5b97ffed1f360fa60b581bec92f9a3aa15dfffc163fe5c41bfb99cb61566bbe7c514274c7377361b8fa7f76451c0fbbf289e2ab1fdece759724c020d3
+Size (equatable-0.7.0.gem) = 8192 bytes



Home | Main Index | Thread Index | Old Index