testa_logger 0.1.22 → 0.1.23

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: ff7ad4e5fb128b752065e10155a436d3c897561744f985bc671a65a1b92f2a50
4
- data.tar.gz: 672aa0754bde18448acc847ca3e5d82f63ed4bca7c1cfad6e9d697d978c283a0
3
+ metadata.gz: 1fc3283c9e219fa0df7fa94523a6c71d5078095137b40605cf7a28c6c775a67d
4
+ data.tar.gz: 3bd3c773dc957103999ccc809c562b8fc4ef22600a643411d12f393d2a2b31f7
5
5
  SHA512:
6
- metadata.gz: 504beb57cb3a52a14f60643b6ee9e51ce5d1e59282d248ccf9714229bf1f4de252262ebd07215f7e7b3a0f3d7a4e6ec3595fb241188c75de1d461493d2aa9f11
7
- data.tar.gz: 989341c9df47cfcc9c7eecc6159a4a0288b258b6384f049b3801b99d0758cefbdf4b9cded7e8d398ea0b03fc3720b0f79ac518cd9d146f358f97c90d13b7bb3d
6
+ metadata.gz: a6f72724334e8d75e0a9dbcbaa1de87afd25c0f203b6e60c7656e0cfcafab5e040dead005eab6e2055d68a9712d376ba0ee9fe389ca07ceab1f5f4cefa3133cf
7
+ data.tar.gz: 65f0fb6dc5f8147167172a97ed046ab6847904cc631b7fade48172e3e637eaaaac0534e75bb2417614b32e7d7b90f957870a90553d7c53c54862f50745b50618
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- testa_logger (0.1.22)
4
+ testa_logger (0.1.23)
5
5
  activesupport
6
6
  awesome_print
7
7
  aws-sdk-s3
@@ -1,3 +1,3 @@
1
1
  module TestaLogger
2
- VERSION = "0.1.22"
2
+ VERSION = "0.1.23"
3
3
  end
data/lib/testa_logger.rb CHANGED
@@ -9,7 +9,6 @@ require "concurrent-ruby"
9
9
  require "json"
10
10
  require "uri"
11
11
  require "net/http"
12
- require "at_fork"
13
12
 
14
13
  module TestaLogger
15
14
  # @param [String] app name of the application, i.e. rails, ws, dj, filewatcher
data/logger.iml CHANGED
@@ -42,21 +42,21 @@
42
42
  <option name="myRootTask">
43
43
  <RakeTaskImpl id="rake">
44
44
  <subtasks>
45
- <RakeTaskImpl description="Build testa_logger-0.1.21.gem into the pkg directory" fullCommand="build" id="build" />
45
+ <RakeTaskImpl description="Build testa_logger-0.1.22.gem into the pkg directory" fullCommand="build" id="build" />
46
46
  <RakeTaskImpl id="build">
47
47
  <subtasks>
48
- <RakeTaskImpl description="Generate SHA512 checksum if testa_logger-0.1.21.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
48
+ <RakeTaskImpl description="Generate SHA512 checksum if testa_logger-0.1.22.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
49
49
  </subtasks>
50
50
  </RakeTaskImpl>
51
51
  <RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
52
52
  <RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
53
- <RakeTaskImpl description="Build and install testa_logger-0.1.21.gem into system gems" fullCommand="install" id="install" />
53
+ <RakeTaskImpl description="Build and install testa_logger-0.1.22.gem into system gems" fullCommand="install" id="install" />
54
54
  <RakeTaskImpl id="install">
55
55
  <subtasks>
56
- <RakeTaskImpl description="Build and install testa_logger-0.1.21.gem into system gems without network access" fullCommand="install:local" id="local" />
56
+ <RakeTaskImpl description="Build and install testa_logger-0.1.22.gem into system gems without network access" fullCommand="install:local" id="local" />
57
57
  </subtasks>
58
58
  </RakeTaskImpl>
59
- <RakeTaskImpl description="Create tag v0.1.21 and build and push testa_logger-0.1.21.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
59
+ <RakeTaskImpl description="Create tag v0.1.22 and build and push testa_logger-0.1.22.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
60
60
  <RakeTaskImpl description="Run tests" fullCommand="test" id="test" />
61
61
  <RakeTaskImpl description="" fullCommand="default" id="default" />
62
62
  <RakeTaskImpl description="" fullCommand="release" id="release" />
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testa_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - karlo.razumovic