birdel 0.2.13 → 0.2.15

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -0
  3. data/Gemfile.lock +13 -1
  4. data/lib/birdel/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a79f1b4f0c4b34626afad66b0c0eb5f184bce42289a9d03ab4200622c19331a0
4
- data.tar.gz: c80b4d665dfba4a7b96f1defa2957df8b170f27ec513b53703a4c2d605736872
3
+ metadata.gz: 4cf3b5324ac4dfa2571973c7094adcb926ef7563c5a5ef1026711a173c915977
4
+ data.tar.gz: e265714a67e27548009a80e87f71e8dfb182366489884333e3652be0de54c84f
5
5
  SHA512:
6
- metadata.gz: 3037016fc600adc8be9546ed22229d39ad247eef75c6021ee11857e669b2e58205781f9f752a78d8901212d70b7d051cb16c66a897f831d9c85ef75120f789cf
7
- data.tar.gz: dae31e049e6b28dfa714c3d50f1ea27ce3d5af86f3cdf20af16480cc9b4b4742b67d0311c93ad8889d97b41d9912d29192c2b540a327cc455b560399593a5cc5
6
+ metadata.gz: bbe0a5874b1ee73a8a6a2f36981d87dc5d0f90b1312aad20eaec42b3cdd199407f79246e60a70d10e480d0f18f13fa565592fc832f9496013bc5419d6f027582
7
+ data.tar.gz: 22a3365e9a97cf503c19564faca121a453f225300b791b7a040213bf69ab894a29b37154f9473db37c207f91beb2fb18736339c44bb55d13e3c1cf8650cbde93
data/Gemfile CHANGED
@@ -10,3 +10,5 @@ gem "rake", "~> 13.0"
10
10
  gem "rspec", "~> 3.0"
11
11
 
12
12
  gem "rubocop", "~> 1.21"
13
+
14
+ gem 'activesupport', '~> 7.0', '>= 7.0.4.3'
data/Gemfile.lock CHANGED
@@ -1,14 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- birdel (0.2.13)
4
+ birdel (0.2.14)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
+ activesupport (7.0.4.3)
10
+ concurrent-ruby (~> 1.0, >= 1.0.2)
11
+ i18n (>= 1.6, < 2)
12
+ minitest (>= 5.1)
13
+ tzinfo (~> 2.0)
9
14
  ast (2.4.2)
15
+ concurrent-ruby (1.2.2)
10
16
  diff-lcs (1.5.0)
17
+ i18n (1.12.0)
18
+ concurrent-ruby (~> 1.0)
11
19
  json (2.6.3)
20
+ minitest (5.18.0)
12
21
  parallel (1.22.1)
13
22
  parser (3.2.1.1)
14
23
  ast (~> 2.4.1)
@@ -42,12 +51,15 @@ GEM
42
51
  rubocop-ast (1.27.0)
43
52
  parser (>= 3.2.1.0)
44
53
  ruby-progressbar (1.13.0)
54
+ tzinfo (2.0.6)
55
+ concurrent-ruby (~> 1.0)
45
56
  unicode-display_width (2.4.2)
46
57
 
47
58
  PLATFORMS
48
59
  x86_64-darwin-22
49
60
 
50
61
  DEPENDENCIES
62
+ activesupport (~> 7.0, >= 7.0.4.3)
51
63
  birdel!
52
64
  rake (~> 13.0)
53
65
  rspec (~> 3.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Birdel
4
- VERSION = "0.2.13"
4
+ VERSION = "0.2.15"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: birdel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serhii
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-15 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Send json messages to your actors and get view_components back! Now you
14
14
  can be sure that your actors are processed correctly.