pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-facade



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 10 14:47:38 UTC 2021

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

Log Message:
devel/ruby-facade: update to 1.2.1

## 1.2.1 - 10-Oct-2020

* Remove the old test file and directory, oops. Thanks go to Michael Crusoe
  for the spot.

## 1.2.0 - 30-Sep-2020

* Switched from test-unit to rspec, and added a Gemfile.
* Use markdown for text files.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-facade/Makefile \
    pkgsrc/devel/ruby-facade/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-facade/PLIST

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-facade/Makefile
diff -u pkgsrc/devel/ruby-facade/Makefile:1.8 pkgsrc/devel/ruby-facade/Makefile:1.9
--- pkgsrc/devel/ruby-facade/Makefile:1.8       Sun Jun  7 06:40:36 2020
+++ pkgsrc/devel/ruby-facade/Makefile   Sun Jan 10 14:47:38 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/06/07 06:40:36 taca Exp $
+# $NetBSD: Makefile,v 1.9 2021/01/10 14:47:38 taca Exp $
 
-DISTNAME=      facade-1.1.1
+DISTNAME=      facade-1.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-facade/distinfo
diff -u pkgsrc/devel/ruby-facade/distinfo:1.8 pkgsrc/devel/ruby-facade/distinfo:1.9
--- pkgsrc/devel/ruby-facade/distinfo:1.8       Sun Jun  7 06:40:36 2020
+++ pkgsrc/devel/ruby-facade/distinfo   Sun Jan 10 14:47:38 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/06/07 06:40:36 taca Exp $
+$NetBSD: distinfo,v 1.9 2021/01/10 14:47:38 taca Exp $
 
-SHA1 (facade-1.1.1.gem) = 2a40185987a15904f23469bf69859762bcbfb16c
-RMD160 (facade-1.1.1.gem) = 6efbe48bb84fc33be6cd02a40925cede1951af57
-SHA512 (facade-1.1.1.gem) = 1b4f672d4fd1a74d7141a43ce313a85d8f50bbc8928c30a42d3b5213af490908977a75d8768f7dc39cbca351c32b801c80dddbf8cdb950900e275f8bf1258632
-Size (facade-1.1.1.gem) = 16384 bytes
+SHA1 (facade-1.2.1.gem) = 019f6daf38c72c15c86e5ffbfefb9831095fdc35
+RMD160 (facade-1.2.1.gem) = 2ad1e0549be0d0a01ca537ef48ad0641f3eb96af
+SHA512 (facade-1.2.1.gem) = b8021e533b67409dfff5155af60bf9c1f13d5f1fc65b7bfa5580646b5b9df8c8453018ed14b214caca46c125801a9bc047f68646d552f2c2e61a1a9572c07e99
+Size (facade-1.2.1.gem) = 16384 bytes

Index: pkgsrc/devel/ruby-facade/PLIST
diff -u pkgsrc/devel/ruby-facade/PLIST:1.5 pkgsrc/devel/ruby-facade/PLIST:1.6
--- pkgsrc/devel/ruby-facade/PLIST:1.5  Sun Jun  7 06:40:36 2020
+++ pkgsrc/devel/ruby-facade/PLIST      Sun Jan 10 14:47:38 2021
@@ -1,12 +1,13 @@
-@comment $NetBSD: PLIST,v 1.5 2020/06/07 06:40:36 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/01/10 14:47:38 taca Exp $
 ${GEM_HOME}/cache/facade-${PKGVERSION}.gem
-${GEM_LIBDIR}/CHANGES
+${GEM_LIBDIR}/CHANGES.md
+${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
-${GEM_LIBDIR}/MANIFEST
-${GEM_LIBDIR}/README
+${GEM_LIBDIR}/MANIFEST.md
+${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/certs/djberg96_pub.pem
 ${GEM_LIBDIR}/facade.gemspec
 ${GEM_LIBDIR}/lib/facade.rb
-${GEM_LIBDIR}/test/test_facade.rb
+${GEM_LIBDIR}/spec/facade_spec.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index