-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-wmi-lite: update to 1.0.5
Update ruby-wmi-lite to 1.0.5. 1.0.5 (2019-12-30) * Migrate testing to Buildkite #11 (tas50) * Add necessary dev deps to the Gemfile + Chefstyle autocorrect #12 (tas50) * Substitute require for require_relative #10 (tas50) 1.0.2 (2019-01-16) * Unpin bundler dev dep #9 (tas50) 1.0.1 (2018-12-04) * Wire up expeditor #7 (tas50) * Slim the files we ship in the gem #8 (tas50)
- Loading branch information
taca
committed
Mar 8, 2020
1 parent
e6c1d36
commit dcad6aa
Showing
3 changed files
with
8 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:18 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.3 2020/03/08 15:39:43 taca Exp $ | ||
|
||
DISTNAME= wmi-lite-1.0.0 | ||
DISTNAME= wmi-lite-1.0.5 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,9 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2015/01/19 20:32:18 fhajny Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2020/03/08 15:39:43 taca Exp $ | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/.gitignore | ||
${GEM_LIBDIR}/.rspec | ||
${GEM_LIBDIR}/.travis.yml | ||
${GEM_LIBDIR}/CHANGELOG.md | ||
${GEM_LIBDIR}/CONTRIBUTING.md | ||
${GEM_LIBDIR}/Gemfile | ||
${GEM_LIBDIR}/LICENSE | ||
${GEM_LIBDIR}/README.md | ||
${GEM_LIBDIR}/Rakefile | ||
${GEM_LIBDIR}/lib/wmi-lite.rb | ||
${GEM_LIBDIR}/lib/wmi-lite/version.rb | ||
${GEM_LIBDIR}/lib/wmi-lite/wmi.rb | ||
${GEM_LIBDIR}/lib/wmi-lite/wmi_exception.rb | ||
${GEM_LIBDIR}/lib/wmi-lite/wmi_instance.rb | ||
${GEM_LIBDIR}/spec/functional/wmi_spec.rb | ||
${GEM_LIBDIR}/spec/spec_helper.rb | ||
${GEM_LIBDIR}/spec/unit/wmi_spec.rb | ||
${GEM_LIBDIR}/wmi-lite.gemspec | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2015/11/03 03:29:31 agc Exp $ | ||
$NetBSD: distinfo,v 1.3 2020/03/08 15:39:43 taca Exp $ | ||
|
||
SHA1 (wmi-lite-1.0.0.gem) = 1e0878b6172827516dc29eafe8ac9c7c5d214380 | ||
RMD160 (wmi-lite-1.0.0.gem) = c5b997f1f301cbb81c8e2238cac19264f14bc0ee | ||
SHA512 (wmi-lite-1.0.0.gem) = f33132b25f0719164c20362999873ba8a4a472d69ce6278b052c0524eb832b9af410a6b57c9c0facb8b2c7654339357f3e38e92217159f6affc3fbbfd4d2a853 | ||
Size (wmi-lite-1.0.0.gem) = 15872 bytes | ||
SHA1 (wmi-lite-1.0.5.gem) = 9957d2c752794a7916c90d3966a950e1eab7d968 | ||
RMD160 (wmi-lite-1.0.5.gem) = 2d1aa8c2781e084896ac3c9feb132c57cbb6a32c | ||
SHA512 (wmi-lite-1.0.5.gem) = f5e04708e1705b3e69209bd2396965882219434bf096476b986f190a586eb5d6043c7c9bab240fb7146150880d09d99823cee2af389dafb1fcf4df172fbc3f1e | ||
Size (wmi-lite-1.0.5.gem) = 10240 bytes |