birdel 0.2.13 → 0.2.14

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: 551e056f1f064bf2b451e4323cb341e9eea85af0e81a8981813b8dddcb4602b0
4
+ data.tar.gz: e9f4526eb95a16630d379a8754f4066329b543af0780bad104a1434ea0a323cb
5
5
  SHA512:
6
- metadata.gz: 3037016fc600adc8be9546ed22229d39ad247eef75c6021ee11857e669b2e58205781f9f752a78d8901212d70b7d051cb16c66a897f831d9c85ef75120f789cf
7
- data.tar.gz: dae31e049e6b28dfa714c3d50f1ea27ce3d5af86f3cdf20af16480cc9b4b4742b67d0311c93ad8889d97b41d9912d29192c2b540a327cc455b560399593a5cc5
6
+ metadata.gz: 53ca558dff2bfda4ffa74b08668890dfad1c8301bb52f92c13fe520332646184fbf166cfdaf35dc5197c4c1a70ee4ec7fd627eeaaf3b01348767545db0aed288
7
+ data.tar.gz: 5e0ec7ac7be2f7fb5961fe759089e4f5e3bf9a17fbc0ca71e6c825bd04a2819192420434b7f093154672f6eaa2d9122b83e8d13ac776de5962081e878f5f3a01
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.14"
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.14
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.