active_pubsub_rails 0.3.0 → 0.4.0

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: c054667165b466feba661e1d24e40dcf8ed58f4d096217cda493837d5d00164d
4
- data.tar.gz: cdc98d3501b4167421d0efa6e2c6a24f5f2371777c24a48b2eaa6a95e2db9ce3
3
+ metadata.gz: c9807a384ec402617982c1470a418fe77267d82ac910c63cf25bf7f3caca62ad
4
+ data.tar.gz: 1c45f9809a1c70068e1c09afaae0c709baeea755433df7f9f7869aaa030a272f
5
5
  SHA512:
6
- metadata.gz: e344b97aefb53c6a1be994ac3ffd08f39cce3f432a4f07ddad05cb256479dab5ff74a8ae5deb4d8963a7f94a44ab8d1740ca4365319148851915f65fc20cd389
7
- data.tar.gz: 6f9ba684b172b6181c064daa22fea29433331c25d7411e2be49763f993b6656ef874ccaf1335fd6b2550f75e181ae39f9949635a3864bfcbcd1d3110241070b3
6
+ metadata.gz: 2a40b551b8b0bc978c62762f3b934bfee46df50c76f1f319ea65aed7497579b242aea8cd217eea5a860bfb5babb0bb22e9a077094d225f29eb78a4e20eea2c66
7
+ data.tar.gz: ccc153d90fca47da8e853f973d9dd9a8d7496ac6482687089c757979d20b8eeb440202bfde75aa80d9489b332ac8740f6a09aeb37348c5aa321b35c0889d4c76
data/Gemfile.lock CHANGED
@@ -1,66 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_pubsub_rails (0.3.0)
4
+ active_pubsub_rails (0.4.0)
5
5
  activesupport (>= 5.2.x)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.1.3.1)
11
- actionpack (= 6.1.3.1)
12
- activesupport (= 6.1.3.1)
10
+ actioncable (6.1.3.2)
11
+ actionpack (= 6.1.3.2)
12
+ activesupport (= 6.1.3.2)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.1.3.1)
16
- actionpack (= 6.1.3.1)
17
- activejob (= 6.1.3.1)
18
- activerecord (= 6.1.3.1)
19
- activestorage (= 6.1.3.1)
20
- activesupport (= 6.1.3.1)
15
+ actionmailbox (6.1.3.2)
16
+ actionpack (= 6.1.3.2)
17
+ activejob (= 6.1.3.2)
18
+ activerecord (= 6.1.3.2)
19
+ activestorage (= 6.1.3.2)
20
+ activesupport (= 6.1.3.2)
21
21
  mail (>= 2.7.1)
22
- actionmailer (6.1.3.1)
23
- actionpack (= 6.1.3.1)
24
- actionview (= 6.1.3.1)
25
- activejob (= 6.1.3.1)
26
- activesupport (= 6.1.3.1)
22
+ actionmailer (6.1.3.2)
23
+ actionpack (= 6.1.3.2)
24
+ actionview (= 6.1.3.2)
25
+ activejob (= 6.1.3.2)
26
+ activesupport (= 6.1.3.2)
27
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 2.0)
29
- actionpack (6.1.3.1)
30
- actionview (= 6.1.3.1)
31
- activesupport (= 6.1.3.1)
29
+ actionpack (6.1.3.2)
30
+ actionview (= 6.1.3.2)
31
+ activesupport (= 6.1.3.2)
32
32
  rack (~> 2.0, >= 2.0.9)
33
33
  rack-test (>= 0.6.3)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.1.3.1)
37
- actionpack (= 6.1.3.1)
38
- activerecord (= 6.1.3.1)
39
- activestorage (= 6.1.3.1)
40
- activesupport (= 6.1.3.1)
36
+ actiontext (6.1.3.2)
37
+ actionpack (= 6.1.3.2)
38
+ activerecord (= 6.1.3.2)
39
+ activestorage (= 6.1.3.2)
40
+ activesupport (= 6.1.3.2)
41
41
  nokogiri (>= 1.8.5)
42
- actionview (6.1.3.1)
43
- activesupport (= 6.1.3.1)
42
+ actionview (6.1.3.2)
43
+ activesupport (= 6.1.3.2)
44
44
  builder (~> 3.1)
45
45
  erubi (~> 1.4)
46
46
  rails-dom-testing (~> 2.0)
47
47
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.1.3.1)
49
- activesupport (= 6.1.3.1)
48
+ activejob (6.1.3.2)
49
+ activesupport (= 6.1.3.2)
50
50
  globalid (>= 0.3.6)
51
- activemodel (6.1.3.1)
52
- activesupport (= 6.1.3.1)
53
- activerecord (6.1.3.1)
54
- activemodel (= 6.1.3.1)
55
- activesupport (= 6.1.3.1)
56
- activestorage (6.1.3.1)
57
- actionpack (= 6.1.3.1)
58
- activejob (= 6.1.3.1)
59
- activerecord (= 6.1.3.1)
60
- activesupport (= 6.1.3.1)
51
+ activemodel (6.1.3.2)
52
+ activesupport (= 6.1.3.2)
53
+ activerecord (6.1.3.2)
54
+ activemodel (= 6.1.3.2)
55
+ activesupport (= 6.1.3.2)
56
+ activestorage (6.1.3.2)
57
+ actionpack (= 6.1.3.2)
58
+ activejob (= 6.1.3.2)
59
+ activerecord (= 6.1.3.2)
60
+ activesupport (= 6.1.3.2)
61
61
  marcel (~> 1.0.0)
62
62
  mini_mime (~> 1.0.2)
63
- activesupport (6.1.3.1)
63
+ activesupport (6.1.3.2)
64
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
65
  i18n (>= 1.6, < 2)
66
66
  minitest (>= 5.1)
@@ -88,35 +88,35 @@ GEM
88
88
  nokogiri (1.11.3-x86_64-darwin)
89
89
  racc (~> 1.4)
90
90
  parallel (1.20.1)
91
- parser (3.0.1.0)
91
+ parser (3.0.1.1)
92
92
  ast (~> 2.4.1)
93
93
  racc (1.5.2)
94
94
  rack (2.2.3)
95
95
  rack-test (1.1.0)
96
96
  rack (>= 1.0, < 3)
97
- rails (6.1.3.1)
98
- actioncable (= 6.1.3.1)
99
- actionmailbox (= 6.1.3.1)
100
- actionmailer (= 6.1.3.1)
101
- actionpack (= 6.1.3.1)
102
- actiontext (= 6.1.3.1)
103
- actionview (= 6.1.3.1)
104
- activejob (= 6.1.3.1)
105
- activemodel (= 6.1.3.1)
106
- activerecord (= 6.1.3.1)
107
- activestorage (= 6.1.3.1)
108
- activesupport (= 6.1.3.1)
97
+ rails (6.1.3.2)
98
+ actioncable (= 6.1.3.2)
99
+ actionmailbox (= 6.1.3.2)
100
+ actionmailer (= 6.1.3.2)
101
+ actionpack (= 6.1.3.2)
102
+ actiontext (= 6.1.3.2)
103
+ actionview (= 6.1.3.2)
104
+ activejob (= 6.1.3.2)
105
+ activemodel (= 6.1.3.2)
106
+ activerecord (= 6.1.3.2)
107
+ activestorage (= 6.1.3.2)
108
+ activesupport (= 6.1.3.2)
109
109
  bundler (>= 1.15.0)
110
- railties (= 6.1.3.1)
110
+ railties (= 6.1.3.2)
111
111
  sprockets-rails (>= 2.0.0)
112
112
  rails-dom-testing (2.0.3)
113
113
  activesupport (>= 4.2.0)
114
114
  nokogiri (>= 1.6)
115
115
  rails-html-sanitizer (1.3.0)
116
116
  loofah (~> 2.3)
117
- railties (6.1.3.1)
118
- actionpack (= 6.1.3.1)
119
- activesupport (= 6.1.3.1)
117
+ railties (6.1.3.2)
118
+ actionpack (= 6.1.3.2)
119
+ activesupport (= 6.1.3.2)
120
120
  method_source
121
121
  rake (>= 0.8.7)
122
122
  thor (~> 1.0)
@@ -133,8 +133,8 @@ GEM
133
133
  rubocop-ast (>= 0.6.0)
134
134
  ruby-progressbar (~> 1.7)
135
135
  unicode-display_width (>= 1.4.0, < 2.0)
136
- rubocop-ast (1.4.1)
137
- parser (>= 2.7.1.5)
136
+ rubocop-ast (1.5.0)
137
+ parser (>= 3.0.1.1)
138
138
  ruby-progressbar (1.11.0)
139
139
  sprockets (4.0.2)
140
140
  concurrent-ruby (~> 1.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActivePubsubRails
4
- VERSION = "0.3.0"
4
+ VERSION = "0.4.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_pubsub_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaurav Tiwari
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-01 00:00:00.000000000 Z
11
+ date: 2021-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport