Skip to content

Commit

Permalink
net/ruby-network_interface: update to 0.0.4
Browse files Browse the repository at this point in the history
0.0.3 (2023-08-14)

* Land #13, Add github actions and address deprecation warnings
* Land #14, Update Ubuntu version & Ruby setup
* Land #17, Update github actions runner version
* Land #19 , Update gemspec file ignore list
* Land #20, Bump version to 0.0.3

0.0.4 (2023-08-17)

* Land #16, Add custom error class and improve error messages
* Land #21, Add development documentation
* Land #22, Bump version to 0.0.4
  • Loading branch information
taca committed Aug 26, 2023
1 parent e4730fd commit 5d3df65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions net/ruby-network_interface/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2018/05/02 18:16:25 minskim Exp $
# $NetBSD: Makefile,v 1.2 2023/08/26 15:45:46 taca Exp $

DISTNAME= network_interface-0.0.2
DISTNAME= network_interface-0.0.4
CATEGORIES= net

MAINTAINER= minskim@NetBSD.org
Expand Down
9 changes: 4 additions & 5 deletions net/ruby-network_interface/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2018/05/02 18:16:25 minskim Exp $
@comment $NetBSD: PLIST,v 1.2 2023/08/26 15:45:46 taca Exp $
bin/list_interfaces.rb
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/network_interface_ext.${RUBY_DLEXT}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
${GEM_LIBDIR}/.github/workflows/verify.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/Gemfile
Expand All @@ -19,5 +19,4 @@ ${GEM_LIBDIR}/lib/network_interface.rb
${GEM_LIBDIR}/lib/network_interface/version.rb
${GEM_LIBDIR}/lib/network_interface_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/network_interface.gemspec
${GEM_LIBDIR}/spec/netiface_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions net/ruby-network_interface/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:06:51 nia Exp $
$NetBSD: distinfo,v 1.4 2023/08/26 15:45:46 taca Exp $

BLAKE2s (network_interface-0.0.2.gem) = b07f37239e551b65524ea4d932813a65e0703dfb9b042b19462bb14b1024f0db
SHA512 (network_interface-0.0.2.gem) = 8850325e7e0c5ab51b060270220099c2c00cf7031083a511ae9f8dd6d1b9219b37169fa7620e9648eb071784a840e14ce965f8d1cf5d475ff82691bfba25a202
Size (network_interface-0.0.2.gem) = 16896 bytes
BLAKE2s (network_interface-0.0.4.gem) = 51f96e97b175f7c97e905eb75ff78313d01b13b60782f65c2fa3fb095c490684
SHA512 (network_interface-0.0.4.gem) = 829af221aeaa39d3025b7df52aa3c1a70dbe308f64da65ed551bee4b5c53d3c3071e8470c9493eb67c7d82d9a5b458760d2b82a63767b4e7fc97a62491ab8dce
Size (network_interface-0.0.4.gem) = 23040 bytes

0 comments on commit 5d3df65

Please sign in to comment.