bauk-core 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c26e013cd92aea58476b87be37ccfe4122b19ef1f0c398b0a453153e96772a16
4
- data.tar.gz: 86a35845e0ae1eff4153229347f54ca41921440c86bdf6201932a609930afe4f
3
+ metadata.gz: 2140818adb9ec706ba3eda796b9c91cd29545993a92485061efeee1f30696fc0
4
+ data.tar.gz: 4108a19949402949a6223e102d4aad99c14fb3cf994e0b4055596ff28fd284f1
5
5
  SHA512:
6
- metadata.gz: 5b234d77cd7d0f0d3623fc4fb018f1b7422ae4d38196dd2f6ebc68b1c387f4c73b552381d69abe0c46d019d07f8bfedca545d983d99c5d4ffc225d7bc2bcbe7f
7
- data.tar.gz: 47193c3ecebe854c4027b8c24ed43a593e649f6393b0e9c0f27685ae66e1bb25b82bd24d774e1c046a211579c10556f3c3143ba318dd68fdf5c63f37f9bbc8a6
6
+ metadata.gz: e454a11e612868c321cad8e9d6002ae3dd284663469136d28300af8b0d7b90b11a88b4bf7a47defa0e6607b23a7bc797a0fe96063e922bf99cd4f10aaaac4956
7
+ data.tar.gz: ca5417a8cb5667e7b9b676c3c3c2c3a4b4130900cb50ab45b2fd9c5780c2e02cee10685049f5a3fe03615f8b0f75373a02d79b9829947f885662dd492e654b3a
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module BAUK
3
+ module Bauk
4
4
  module Utils
5
5
  # This class wraps optparse and provides come common functionality.
6
6
  # Common functionality includes:
@@ -154,9 +154,9 @@ module BAUK
154
154
  v = nil
155
155
  end
156
156
  if v
157
- BAUK::Utils::Log.set_log_level(v, type)
157
+ Bauk::Utils::Log.set_log_level(v, type)
158
158
  else
159
- BAUK::Utils::Log.increase_logging(type)
159
+ Bauk::Utils::Log.increase_logging(type)
160
160
  end
161
161
  end
162
162
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module BAUK
3
+ module Bauk
4
4
  module Utils
5
5
  # This mixin ia a wrapper around log4r and enables logging functionality.
6
6
  # It auto-names loggers in relation to the class they are included in,
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module BAUK
3
+ module Bauk
4
4
  module Utils
5
5
  # This mixin is used to allow user input through a series of methods.
6
6
  # It relies upon Data as it uses the interactive mode to decide whether to
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bauk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kuba Jasko
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-08-15 00:00:00.000000000 Z
11
+ date: 2019-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler