testa_logger 0.1.21 → 0.1.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6708e43ab4dcbe981946cd58d3a7361816418b9531c2a8c233afac1156df100e
4
- data.tar.gz: 29ce587bf7b6774700ce59ceb8890dcafc3804b823205e2b0634b9a385d73ca9
3
+ metadata.gz: ff7ad4e5fb128b752065e10155a436d3c897561744f985bc671a65a1b92f2a50
4
+ data.tar.gz: 672aa0754bde18448acc847ca3e5d82f63ed4bca7c1cfad6e9d697d978c283a0
5
5
  SHA512:
6
- metadata.gz: 293b25ea6a8164c825b5a90c1483fa6e92ecb77aa596f90409ce2300477d2c47fc87b980736883446d880585b45673e41ccb8ab86df93a7f17545cfde55b2b69
7
- data.tar.gz: 02142f209b35738a08248956c833619d5205dee4e58dd3a1a7e827e9a1dfe3108feaf2258d24c03839cca54b78b55d33476a9a07e4001ce04871219ae4a5dd9c
6
+ metadata.gz: 504beb57cb3a52a14f60643b6ee9e51ce5d1e59282d248ccf9714229bf1f4de252262ebd07215f7e7b3a0f3d7a4e6ec3595fb241188c75de1d461493d2aa9f11
7
+ data.tar.gz: 989341c9df47cfcc9c7eecc6159a4a0288b258b6384f049b3801b99d0758cefbdf4b9cded7e8d398ea0b03fc3720b0f79ac518cd9d146f358f97c90d13b7bb3d
data/Gemfile CHANGED
@@ -3,7 +3,6 @@ source "https://rubygems.org"
3
3
  # Specify your gem's dependencies in testa_logger.gemspec
4
4
  gemspec
5
5
 
6
- gem "at_fork", git: "http://github.com/Vasfed/at_fork"
7
6
  gem "minitest", "~> 5.0"
8
7
  gem "rake", "~> 12.0"
9
8
  gem "rubocop", "~> 1.26.0", require: false
data/Gemfile.lock CHANGED
@@ -1,15 +1,8 @@
1
- GIT
2
- remote: http://github.com/Vasfed/at_fork
3
- revision: b32ef8dfb0dfac6e05bcca80179f982cded69caa
4
- specs:
5
- at_fork (0.0.1)
6
-
7
1
  PATH
8
2
  remote: .
9
3
  specs:
10
- testa_logger (0.1.21)
4
+ testa_logger (0.1.22)
11
5
  activesupport
12
- at_fork
13
6
  awesome_print
14
7
  aws-sdk-s3
15
8
  concurrent-ruby
@@ -83,7 +76,6 @@ PLATFORMS
83
76
  x86_64-linux
84
77
 
85
78
  DEPENDENCIES
86
- at_fork!
87
79
  minitest (~> 5.0)
88
80
  rake (~> 12.0)
89
81
  rubocop (~> 1.26.0)
@@ -1,3 +1,3 @@
1
1
  module TestaLogger
2
- VERSION = "0.1.21"
2
+ VERSION = "0.1.22"
3
3
  end
data/logger.iml CHANGED
@@ -9,10 +9,9 @@
9
9
  <orderEntry type="sourceFolder" forTests="false" />
10
10
  <orderEntry type="library" scope="PROVIDED" name="activesupport (v6.1.6.1, RVM: ruby-2.7.6) [gem]" level="application" />
11
11
  <orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, RVM: ruby-2.7.6) [gem]" level="application" />
12
- <orderEntry type="library" scope="PROVIDED" name="at_fork (v0.0.1@b32ef8, RVM: ruby-2.7.6) [gem]" level="application" />
13
12
  <orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.9.2, RVM: ruby-2.7.6) [gem]" level="application" />
14
13
  <orderEntry type="library" scope="PROVIDED" name="aws-eventstream (v1.2.0, RVM: ruby-2.7.6) [gem]" level="application" />
15
- <orderEntry type="library" scope="PROVIDED" name="aws-partitions (v1.619.0, RVM: ruby-2.7.6) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="aws-partitions (v1.620.0, RVM: ruby-2.7.6) [gem]" level="application" />
16
15
  <orderEntry type="library" scope="PROVIDED" name="aws-sdk-core (v3.132.0, RVM: ruby-2.7.6) [gem]" level="application" />
17
16
  <orderEntry type="library" scope="PROVIDED" name="aws-sdk-kms (v1.58.0, RVM: ruby-2.7.6) [gem]" level="application" />
18
17
  <orderEntry type="library" scope="PROVIDED" name="aws-sdk-s3 (v1.114.0, RVM: ruby-2.7.6) [gem]" level="application" />
@@ -43,21 +42,21 @@
43
42
  <option name="myRootTask">
44
43
  <RakeTaskImpl id="rake">
45
44
  <subtasks>
46
- <RakeTaskImpl description="Build testa_logger-0.1.20.gem into the pkg directory" fullCommand="build" id="build" />
45
+ <RakeTaskImpl description="Build testa_logger-0.1.21.gem into the pkg directory" fullCommand="build" id="build" />
47
46
  <RakeTaskImpl id="build">
48
47
  <subtasks>
49
- <RakeTaskImpl description="Generate SHA512 checksum if testa_logger-0.1.20.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
48
+ <RakeTaskImpl description="Generate SHA512 checksum if testa_logger-0.1.21.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
50
49
  </subtasks>
51
50
  </RakeTaskImpl>
52
51
  <RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
53
52
  <RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
54
- <RakeTaskImpl description="Build and install testa_logger-0.1.20.gem into system gems" fullCommand="install" id="install" />
53
+ <RakeTaskImpl description="Build and install testa_logger-0.1.21.gem into system gems" fullCommand="install" id="install" />
55
54
  <RakeTaskImpl id="install">
56
55
  <subtasks>
57
- <RakeTaskImpl description="Build and install testa_logger-0.1.20.gem into system gems without network access" fullCommand="install:local" id="local" />
56
+ <RakeTaskImpl description="Build and install testa_logger-0.1.21.gem into system gems without network access" fullCommand="install:local" id="local" />
58
57
  </subtasks>
59
58
  </RakeTaskImpl>
60
- <RakeTaskImpl description="Create tag v0.1.20 and build and push testa_logger-0.1.20.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
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]" />
61
60
  <RakeTaskImpl description="Run tests" fullCommand="test" id="test" />
62
61
  <RakeTaskImpl description="" fullCommand="default" id="default" />
63
62
  <RakeTaskImpl description="" fullCommand="release" id="release" />
data/testa_logger.gemspec CHANGED
@@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
24
24
  spec.add_runtime_dependency "concurrent-ruby"
25
25
  spec.add_runtime_dependency "json"
26
26
  spec.add_runtime_dependency "securerandom"
27
- spec.add_runtime_dependency "at_fork"
28
27
 
29
28
  # Specify which files should be added to the gem when it is released.
30
29
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
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.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - karlo.razumovic
@@ -94,20 +94,6 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- - !ruby/object:Gem::Dependency
98
- name: at_fork
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - ">="
102
- - !ruby/object:Gem::Version
103
- version: '0'
104
- type: :runtime
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - ">="
109
- - !ruby/object:Gem::Version
110
- version: '0'
111
97
  description: Customized logger that can log while in trap context and broadcast logs
112
98
  to websocket
113
99
  email: