Tue May 4 13:37:18 2021 UTC ()
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


(taca)
diff -r1.1 -r1.2 pkgsrc/devel/ruby-equatable/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/ruby-equatable/PLIST
diff -r1.1 -r1.2 pkgsrc/devel/ruby-equatable/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-equatable/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-equatable/Makefile 2019/11/12 15:21:00 1.1
+++ pkgsrc/devel/ruby-equatable/Makefile 2021/05/04 13:37:18 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1 2019/11/12 15:21:00 taca Exp $ 1# $NetBSD: Makefile,v 1.2 2021/05/04 13:37:18 taca Exp $
2 2
3DISTNAME= equatable-0.6.1 3DISTNAME= equatable-0.7.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/piotrmurach/equatable 7HOMEPAGE= https://github.com/piotrmurach/equatable
8COMMENT= Extends equality comparison and inspection methods 8COMMENT= Extends equality comparison and inspection methods
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-equatable/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-equatable/PLIST 2019/11/12 15:21:00 1.1
+++ pkgsrc/devel/ruby-equatable/PLIST 2021/05/04 13:37:18 1.2
@@ -1,19 +1,8 @@ @@ -1,19 +1,8 @@
1@comment $NetBSD: PLIST,v 1.1 2019/11/12 15:21:00 taca Exp $ 1@comment $NetBSD: PLIST,v 1.2 2021/05/04 13:37:18 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/CHANGELOG.md 3${GEM_LIBDIR}/CHANGELOG.md
4${GEM_LIBDIR}/LICENSE.txt 4${GEM_LIBDIR}/LICENSE.txt
5${GEM_LIBDIR}/README.md 5${GEM_LIBDIR}/README.md
6${GEM_LIBDIR}/Rakefile 
7${GEM_LIBDIR}/equatable.gemspec 
8${GEM_LIBDIR}/examples/point.rb 
9${GEM_LIBDIR}/lib/equatable.rb 6${GEM_LIBDIR}/lib/equatable.rb
10${GEM_LIBDIR}/lib/equatable/version.rb 7${GEM_LIBDIR}/lib/equatable/version.rb
11${GEM_LIBDIR}/spec/equatable/eql_spec.rb 
12${GEM_LIBDIR}/spec/equatable/equal_spec.rb 
13${GEM_LIBDIR}/spec/equatable/include_spec.rb 
14${GEM_LIBDIR}/spec/equatable/subclass_spec.rb 
15${GEM_LIBDIR}/spec/spec_helper.rb 
16${GEM_LIBDIR}/tasks/console.rake 
17${GEM_LIBDIR}/tasks/coverage.rake 
18${GEM_LIBDIR}/tasks/spec.rake 
19${GEM_HOME}/specifications/${GEM_NAME}.gemspec 8${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-equatable/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-equatable/distinfo 2019/11/12 15:21:00 1.1
+++ pkgsrc/devel/ruby-equatable/distinfo 2021/05/04 13:37:18 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2019/11/12 15:21:00 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/05/04 13:37:18 taca Exp $
2 2
3SHA1 (equatable-0.6.1.gem) = 98bd73e29193649abf462dc8ed9cfe084e23dab4 3SHA1 (equatable-0.7.0.gem) = bcfd52de09c792b092c2f0546b220878b13580e9
4RMD160 (equatable-0.6.1.gem) = d242f4682a1e5c781f620ae78d83837046824ca9 4RMD160 (equatable-0.7.0.gem) = ab78b44eddb7adbd58da5acdeed8176c800ff613
5SHA512 (equatable-0.6.1.gem) = 442a6c9afd31ec2c41f3802703515827cb8d100bea3932c1fadeb036bb96a045883050712f480ebe4f7ea9bda5dab335b0f0d9dcc90a42bf45ce6bcc504fe0d4 5SHA512 (equatable-0.7.0.gem) = 4e6a0cc5b97ffed1f360fa60b581bec92f9a3aa15dfffc163fe5c41bfb99cb61566bbe7c514274c7377361b8fa7f76451c0fbbf289e2ab1fdece759724c020d3
6Size (equatable-0.6.1.gem) = 10752 bytes 6Size (equatable-0.7.0.gem) = 8192 bytes