ree_lib 1.0.24 → 1.0.27

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: a2fb0c3cd2c22e720c8bd3542eaab7bddb3f11f4a186de989a6018df66241994
4
- data.tar.gz: 4d90238908dace221e7a2fa776ddf0951bfbc1e45bb84b5bf2849a4c5484dd16
3
+ metadata.gz: a595f2a5ec4f7c044a86ecfdfd0e631fee7b3b4f000ca29673189f0660936b18
4
+ data.tar.gz: 9b179fdb9527e329d1c784c6fbb04f168e5b95e070fda44f1044d90776486063
5
5
  SHA512:
6
- metadata.gz: fb91df32200ae4ffcb3cc5d3a0329f4bab59b3826bd98f859032d853e39f7956c7e45e61c9b6d609c338abe5a36a215ebef56e9e5fdda4ded7f1619c66aab11f
7
- data.tar.gz: 1e438e7df43a0c8b3809711055a8bf099fc8707483b09ed66fe12627045f0afecc17721390fbe1f184570d291c26ade87fcc6dea890693e5dcc7cb660ffbf544
6
+ metadata.gz: 3ba5209c69d69b970340659a20fe07b2382e7aa7f84615c696da2925010fe19dff31eec1707a7436898b749ce09aa6e8240ce400cab5911044e324ac1ca168f9
7
+ data.tar.gz: 18fc8a1eeb6684d426349ec9f97f4f537c505e20f02bfd6175611b1f25b6ca206e9a2306b0a955527eb54aebd2bf17e326f152f4c45112c7251f957c8588d289
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ree_lib (1.0.24)
4
+ ree_lib (1.0.27)
5
5
  binding_of_caller (~> 1.0.0)
6
6
  i18n (~> 1.12.0)
7
7
  loofah (~> 2.18.0)
@@ -18,7 +18,7 @@ GEM
18
18
  public_suffix (>= 2.0.2, < 6.0)
19
19
  binding_of_caller (1.0.0)
20
20
  debug_inspector (>= 0.0.1)
21
- bootsnap (1.13.0)
21
+ bootsnap (1.15.0)
22
22
  msgpack (~> 1.2)
23
23
  commander (4.6.0)
24
24
  highline (~> 2.0.0)
@@ -36,36 +36,36 @@ GEM
36
36
  crass (~> 1.0.2)
37
37
  nokogiri (>= 1.5.9)
38
38
  msgpack (1.6.0)
39
- nokogiri (1.13.9-x86_64-darwin)
39
+ nokogiri (1.13.10-x86_64-darwin)
40
40
  racc (~> 1.4)
41
- nokogiri (1.13.9-x86_64-linux)
41
+ nokogiri (1.13.10-x86_64-linux)
42
42
  racc (~> 1.4)
43
- oj (3.13.22)
44
- pg (1.4.4)
45
- public_suffix (5.0.0)
46
- racc (1.6.0)
43
+ oj (3.13.23)
44
+ pg (1.4.5)
45
+ public_suffix (5.0.1)
46
+ racc (1.6.2)
47
47
  rainbow (3.1.1)
48
48
  rake (13.0.6)
49
- ree (1.0.10)
49
+ ree (1.0.14)
50
50
  commander (~> 4.6.0)
51
51
  rexml (3.2.5)
52
- rollbar (3.3.2)
52
+ rollbar (3.3.3)
53
53
  rspec (3.12.0)
54
54
  rspec-core (~> 3.12.0)
55
55
  rspec-expectations (~> 3.12.0)
56
56
  rspec-mocks (~> 3.12.0)
57
57
  rspec-core (3.12.0)
58
58
  rspec-support (~> 3.12.0)
59
- rspec-expectations (3.12.0)
59
+ rspec-expectations (3.12.2)
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
61
  rspec-support (~> 3.12.0)
62
- rspec-mocks (3.12.0)
62
+ rspec-mocks (3.12.2)
63
63
  diff-lcs (>= 1.2.0, < 2.0)
64
64
  rspec-support (~> 3.12.0)
65
65
  rspec-support (3.12.0)
66
66
  sequel (5.58.0)
67
67
  sqlite3 (1.4.4)
68
- timecop (0.9.5)
68
+ timecop (0.9.6)
69
69
  tzinfo (2.0.5)
70
70
  concurrent-ruby (~> 1.0)
71
71
  webmock (3.18.1)
@@ -34,7 +34,7 @@ class ReeLogger::FileAppender < ReeLogger::Appender
34
34
 
35
35
  opts = DEFAULTS.merge(opts)
36
36
 
37
- unless File.exists?(file_path)
37
+ unless File.exist?(file_path)
38
38
  FileUtils.mkdir_p(Pathname.new(file_path).parent.to_s)
39
39
  FileUtils.touch(file_path)
40
40
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReeLib
4
- VERSION = "1.0.24"
4
+ VERSION = "1.0.27"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ree_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.24
4
+ version: 1.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruslan Gatiyatov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-03 00:00:00.000000000 Z
11
+ date: 2023-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ree