kanrisuru 0.16.11 → 0.16.12

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: b7e691e6227ba9b1c056be999461a641fd28a425a4d75cb02af41265b724b0af
4
- data.tar.gz: a44f3470adab298c100ada9e954e775df42a38f933bf6533f6f54de096158745
3
+ metadata.gz: dd3a735e0a70fbbb36f076c0da975dfd3b9088a48d4efc4668de218d7c60f0e3
4
+ data.tar.gz: 7b3eb81b6d3f3f1152d96963c0dd24d2effd0b84d7718dc613ae0a610b78544e
5
5
  SHA512:
6
- metadata.gz: 631d251e1833edc36568eb00907850a45f39bf623e85b4bc2f45806800ce71de97f1f60e129d4f452d7696f265de1aaa9a8228a67c013edadbd3bdcee94c1f85
7
- data.tar.gz: fee6dcab58110f2addc66c93394b679d6dcc5ac0b83fb619102dd3aed1556a3a4a224f34ad87cda7be79cc8e0d39fd3248e2c7340bc50b64ec5130b79ee640fe
6
+ metadata.gz: 4c2647a730b53a3ab851e737526bc95f2a8b8f05bf7c4e7325b5a08be1e0bd90cc2c9815850f9f1635a03658566dc28c84e935dd069551ead0fd534ea8d9c78c
7
+ data.tar.gz: ab3b397ed40a8b3282178dbb019f336455b9bbbd9d8b0f350695441735dbe65d7e25a3b346409f52c3449e11185c91b496df5384d6ad23b65017e29fda53e3d2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Kanrisuru 0.16.12 (January 01, 2022) ##
2
+ * Update date ranges for 2022 on license files.
3
+ * Add unit test case for `Kanrisuru::Logger`.
4
+
1
5
  ## Kanrisuru 0.16.11 (December 28, 2021) ##
2
6
  * Add functional and integration test cases for the `Kanrisuru::Remote::Cluster` class.
3
7
  * Allow for passing a command instance into `execute` and `execute_shell` on a cluster instance, by deep copying a command object.
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020-2021 Avamia, LLC
3
+ Copyright (c) 2020-2022 Avamia, LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kanrisuru
4
- VERSION = '0.16.11'
4
+ VERSION = '0.16.12'
5
5
  end
data/lib/kanrisuru.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  #--
4
- # Copyright (c) 2020-2021 Avamia, LLC
4
+ # Copyright (c) 2020-2022 Avamia, LLC
5
5
  #
6
6
  # Permission is hereby granted, free of charge, to any person obtaining
7
7
  # a copy of this software and associated documentation files (the
@@ -6,4 +6,8 @@ RSpec.describe Kanrisuru do
6
6
  it 'has a version number' do
7
7
  expect(Kanrisuru::VERSION).not_to be nil
8
8
  end
9
+
10
+ it 'has logger class' do
11
+ expect(Kanrisuru::Logger).not_to be nil
12
+ end
9
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kanrisuru
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.11
4
+ version: 0.16.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Mammina
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-29 00:00:00.000000000 Z
11
+ date: 2022-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel_tests