adminix 0.1.38 → 0.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/adminix +1 -1
  3. data/lib/adminix/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42cb0e46e06a5e47c6b2ee9468ffea3edce5dd2d
4
- data.tar.gz: 9115b256a9348f85ad24fc2341eefcce4af96bbc
3
+ metadata.gz: f8c36b68c002774c11ea6d4530f2a035bae6332c
4
+ data.tar.gz: 03a54a57755a2dd864f08daebc85d1fb41314653
5
5
  SHA512:
6
- metadata.gz: a6fc6a7a2dce34285fbde84e37cadda951bdbc800c5873f8371445354b2ee3bc526ea6d92903657a0975fd5adbad4bf2d6401d5e5f9ab95b3c8323bed3e4efa2
7
- data.tar.gz: 278f9801851012fd356215f83c6816dfe886d7dfc735f69fdf1f4d930b3349afe8e5244d1efbbd28c85d7a0ed9c87fe912b18e60e862c05093093d6f6c55f583
6
+ metadata.gz: c3ef1718aa8d4714fad2b40e6b37d912c1e95ce22183172a6e287cbefac5e2377328f60237e2999fba51b1066d8cfdeaff75f8c3a11b19075cf393f9f4cfc4a8
7
+ data.tar.gz: 79bf0ce9c01026a779d65bf03855f4b049d26bc45ad291d9a7b23295dbaf363fc2cd294143d9e7ba30b2202d33c0f05d8afd01184867f312504948dd1ebb9780
data/exe/adminix CHANGED
@@ -2,7 +2,7 @@
2
2
  # encoding: utf-8
3
3
 
4
4
  require 'optparse'
5
- require_relative '../lib/adminix'
5
+ require_relative 'adminix'
6
6
 
7
7
  options = {
8
8
  action: "help",
@@ -1,3 +1,3 @@
1
1
  module Adminix
2
- VERSION = '0.1.38'
2
+ VERSION = '0.1.39'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adminix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.38
4
+ version: 0.1.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Dyl