Skip to content

Commit c9cd6e1

Browse files
committed
Prepare release of version 0.3.1
1 parent cc76e76 commit c9cd6e1

File tree

10 files changed

+85
-42
lines changed

10 files changed

+85
-42
lines changed

gems/icalia-sdk-event-core/Gemfile.lock

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
PATH
22
remote: .
33
specs:
4-
icalia-sdk-event-core (0.3.0)
4+
icalia-sdk-event-core (0.3.1)
5+
activemodel (>= 5.0)
56
jsonapi-deserializable (~> 0.2.0)
67

78
GEM
89
remote: https://rubygems.org/
910
specs:
11+
activemodel (6.0.2.1)
12+
activesupport (= 6.0.2.1)
13+
activesupport (6.0.2.1)
14+
concurrent-ruby (~> 1.0, >= 1.0.2)
15+
i18n (>= 0.7, < 2)
16+
minitest (~> 5.1)
17+
tzinfo (~> 1.1)
18+
zeitwerk (~> 2.2)
19+
concurrent-ruby (1.1.5)
1020
diff-lcs (1.3)
21+
i18n (1.8.2)
22+
concurrent-ruby (~> 1.0)
1123
jsonapi-deserializable (0.2.0)
24+
minitest (5.14.0)
1225
rake (10.5.0)
1326
rspec (3.8.0)
1427
rspec-core (~> 3.8.0)
@@ -23,6 +36,10 @@ GEM
2336
diff-lcs (>= 1.2.0, < 2.0)
2437
rspec-support (~> 3.8.0)
2538
rspec-support (3.8.2)
39+
thread_safe (0.3.6)
40+
tzinfo (1.2.6)
41+
thread_safe (~> 0.1)
42+
zeitwerk (2.2.2)
2643

2744
PLATFORMS
2845
ruby

gems/icalia-sdk-event-core/lib/icalia-sdk-event-core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Icalia
44
module Event
5-
CORE_VERSION = '0.3.0'
5+
CORE_VERSION = '0.3.1'
66
end
77
end

gems/icalia-sdk-event-notification/Gemfile.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
PATH
22
remote: ../icalia-sdk-event-core
33
specs:
4-
icalia-sdk-event-core (0.3.0)
4+
icalia-sdk-event-core (0.3.1)
5+
activemodel (>= 5.0)
56
jsonapi-deserializable (~> 0.2.0)
67

78
PATH
89
remote: .
910
specs:
10-
icalia-sdk-event-notification (0.3.0)
11+
icalia-sdk-event-notification (0.3.1)
1112
activesupport (>= 5.2.0)
1213
google-cloud-pubsub (~> 0.31)
13-
icalia-sdk-event-core (= 0.3.0)
14+
icalia-sdk-event-core (= 0.3.1)
1415
msgpack (~> 1.3)
1516

1617
GEM
1718
remote: https://rubygems.org/
1819
specs:
20+
activemodel (6.0.2.1)
21+
activesupport (= 6.0.2.1)
1922
activesupport (6.0.2.1)
2023
concurrent-ruby (~> 1.0, >= 1.0.2)
2124
i18n (>= 0.7, < 2)
@@ -46,7 +49,7 @@ GEM
4649
googleauth (~> 0.9)
4750
grpc (~> 1.24)
4851
rly (~> 0.2.3)
49-
google-protobuf (3.11.2)
52+
google-protobuf (3.11.3)
5053
googleapis-common-protos (1.3.9)
5154
google-protobuf (~> 3.0)
5255
googleapis-common-protos-types (~> 1.0)
@@ -60,8 +63,8 @@ GEM
6063
multi_json (~> 1.11)
6164
os (>= 0.9, < 2.0)
6265
signet (~> 0.12)
63-
grpc (1.26.0)
64-
google-protobuf (~> 3.8)
66+
grpc (1.27.0)
67+
google-protobuf (~> 3.11)
6568
googleapis-common-protos-types (~> 1.0)
6669
grpc-google-iam-v1 (0.6.9)
6770
googleapis-common-protos (>= 1.3.1, < 2.0)
@@ -72,7 +75,7 @@ GEM
7275
jwt (2.2.1)
7376
memoist (0.16.2)
7477
minitest (5.14.0)
75-
msgpack (1.3.1)
78+
msgpack (1.3.3)
7679
multi_json (1.14.1)
7780
multipart-post (2.1.1)
7881
os (1.0.1)

gems/icalia-sdk-event-notification/lib/icalia-sdk-event-notification/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Icalia
44
module Event
5-
NOTIFICATION_VERSION = '0.3.0'
5+
NOTIFICATION_VERSION = '0.3.1'
66
end
77
end

gems/icalia-sdk-event-webhook/Gemfile.lock

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,33 @@
11
PATH
22
remote: ../icalia-sdk-event-core
33
specs:
4-
icalia-sdk-event-core (0.3.0)
4+
icalia-sdk-event-core (0.3.1)
5+
activemodel (>= 5.0)
56
jsonapi-deserializable (~> 0.2.0)
67

78
PATH
89
remote: .
910
specs:
10-
icalia-sdk-event-webhook (0.3.0)
11-
icalia-sdk-event-core (= 0.3.0)
11+
icalia-sdk-event-webhook (0.3.1)
12+
icalia-sdk-event-core (= 0.3.1)
1213

1314
GEM
1415
remote: https://rubygems.org/
1516
specs:
17+
activemodel (6.0.2.1)
18+
activesupport (= 6.0.2.1)
19+
activesupport (6.0.2.1)
20+
concurrent-ruby (~> 1.0, >= 1.0.2)
21+
i18n (>= 0.7, < 2)
22+
minitest (~> 5.1)
23+
tzinfo (~> 1.1)
24+
zeitwerk (~> 2.2)
25+
concurrent-ruby (1.1.5)
1626
diff-lcs (1.3)
27+
i18n (1.8.2)
28+
concurrent-ruby (~> 1.0)
1729
jsonapi-deserializable (0.2.0)
30+
minitest (5.14.0)
1831
rake (10.5.0)
1932
rspec (3.8.0)
2033
rspec-core (~> 3.8.0)
@@ -29,6 +42,10 @@ GEM
2942
diff-lcs (>= 1.2.0, < 2.0)
3043
rspec-support (~> 3.8.0)
3144
rspec-support (3.8.2)
45+
thread_safe (0.3.6)
46+
tzinfo (1.2.6)
47+
thread_safe (~> 0.1)
48+
zeitwerk (2.2.2)
3249

3350
PLATFORMS
3451
ruby

gems/icalia-sdk-event-webhook/lib/icalia-sdk-event-webhook/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Icalia
44
module Event
5-
WEBHOOK_VERSION = '0.3.0'
5+
WEBHOOK_VERSION = '0.3.1'
66
end
77
end

gems/icalia-sdk-event/Gemfile.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
11
PATH
22
remote: ../icalia-sdk-event-core
33
specs:
4-
icalia-sdk-event-core (0.3.0)
4+
icalia-sdk-event-core (0.3.1)
5+
activemodel (>= 5.0)
56
jsonapi-deserializable (~> 0.2.0)
67

78
PATH
89
remote: ../icalia-sdk-event-notification
910
specs:
10-
icalia-sdk-event-notification (0.3.0)
11+
icalia-sdk-event-notification (0.3.1)
1112
activesupport (>= 5.2.0)
1213
google-cloud-pubsub (~> 0.31)
13-
icalia-sdk-event-core (= 0.3.0)
14+
icalia-sdk-event-core (= 0.3.1)
1415
msgpack (~> 1.3)
1516

1617
PATH
1718
remote: ../icalia-sdk-event-webhook
1819
specs:
19-
icalia-sdk-event-webhook (0.3.0)
20-
icalia-sdk-event-core (= 0.3.0)
20+
icalia-sdk-event-webhook (0.3.1)
21+
icalia-sdk-event-core (= 0.3.1)
2122

2223
PATH
2324
remote: .
2425
specs:
25-
icalia-sdk-event (0.3.0)
26-
icalia-sdk-event-notification (= 0.3.0)
27-
icalia-sdk-event-webhook (= 0.3.0)
26+
icalia-sdk-event (0.3.1)
27+
icalia-sdk-event-notification (= 0.3.1)
28+
icalia-sdk-event-webhook (= 0.3.1)
2829

2930
GEM
3031
remote: https://rubygems.org/
3132
specs:
33+
activemodel (6.0.2.1)
34+
activesupport (= 6.0.2.1)
3235
activesupport (6.0.2.1)
3336
concurrent-ruby (~> 1.0, >= 1.0.2)
3437
i18n (>= 0.7, < 2)
@@ -59,7 +62,7 @@ GEM
5962
googleauth (~> 0.9)
6063
grpc (~> 1.24)
6164
rly (~> 0.2.3)
62-
google-protobuf (3.11.2)
65+
google-protobuf (3.11.3)
6366
googleapis-common-protos (1.3.9)
6467
google-protobuf (~> 3.0)
6568
googleapis-common-protos-types (~> 1.0)
@@ -73,8 +76,8 @@ GEM
7376
multi_json (~> 1.11)
7477
os (>= 0.9, < 2.0)
7578
signet (~> 0.12)
76-
grpc (1.26.0)
77-
google-protobuf (~> 3.8)
79+
grpc (1.27.0)
80+
google-protobuf (~> 3.11)
7881
googleapis-common-protos-types (~> 1.0)
7982
grpc-google-iam-v1 (0.6.9)
8083
googleapis-common-protos (>= 1.3.1, < 2.0)
@@ -85,7 +88,7 @@ GEM
8588
jwt (2.2.1)
8689
memoist (0.16.2)
8790
minitest (5.14.0)
88-
msgpack (1.3.1)
91+
msgpack (1.3.3)
8992
multi_json (1.14.1)
9093
multipart-post (2.1.1)
9194
os (1.0.1)

gems/icalia-sdk-event/lib/icalia-sdk-event/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Icalia
44
module Event
5-
VERSION = '0.3.0'
5+
VERSION = '0.3.1'
66
end
77
end

gems/icalia-sdk/Gemfile.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,43 @@
11
PATH
22
remote: ../icalia-sdk-event-core
33
specs:
4-
icalia-sdk-event-core (0.3.0)
4+
icalia-sdk-event-core (0.3.1)
5+
activemodel (>= 5.0)
56
jsonapi-deserializable (~> 0.2.0)
67

78
PATH
89
remote: ../icalia-sdk-event-notification
910
specs:
10-
icalia-sdk-event-notification (0.3.0)
11+
icalia-sdk-event-notification (0.3.1)
1112
activesupport (>= 5.2.0)
1213
google-cloud-pubsub (~> 0.31)
13-
icalia-sdk-event-core (= 0.3.0)
14+
icalia-sdk-event-core (= 0.3.1)
1415
msgpack (~> 1.3)
1516

1617
PATH
1718
remote: ../icalia-sdk-event-webhook
1819
specs:
19-
icalia-sdk-event-webhook (0.3.0)
20-
icalia-sdk-event-core (= 0.3.0)
20+
icalia-sdk-event-webhook (0.3.1)
21+
icalia-sdk-event-core (= 0.3.1)
2122

2223
PATH
2324
remote: ../icalia-sdk-event
2425
specs:
25-
icalia-sdk-event (0.3.0)
26-
icalia-sdk-event-notification (= 0.3.0)
27-
icalia-sdk-event-webhook (= 0.3.0)
26+
icalia-sdk-event (0.3.1)
27+
icalia-sdk-event-notification (= 0.3.1)
28+
icalia-sdk-event-webhook (= 0.3.1)
2829

2930
PATH
3031
remote: .
3132
specs:
32-
icalia-sdk (0.3.0)
33-
icalia-sdk-event (= 0.3.0)
33+
icalia-sdk (0.3.1)
34+
icalia-sdk-event (= 0.3.1)
3435

3536
GEM
3637
remote: https://rubygems.org/
3738
specs:
39+
activemodel (6.0.2.1)
40+
activesupport (= 6.0.2.1)
3841
activesupport (6.0.2.1)
3942
concurrent-ruby (~> 1.0, >= 1.0.2)
4043
i18n (>= 0.7, < 2)
@@ -65,7 +68,7 @@ GEM
6568
googleauth (~> 0.9)
6669
grpc (~> 1.24)
6770
rly (~> 0.2.3)
68-
google-protobuf (3.11.2)
71+
google-protobuf (3.11.3)
6972
googleapis-common-protos (1.3.9)
7073
google-protobuf (~> 3.0)
7174
googleapis-common-protos-types (~> 1.0)
@@ -79,8 +82,8 @@ GEM
7982
multi_json (~> 1.11)
8083
os (>= 0.9, < 2.0)
8184
signet (~> 0.12)
82-
grpc (1.26.0)
83-
google-protobuf (~> 3.8)
85+
grpc (1.27.0)
86+
google-protobuf (~> 3.11)
8487
googleapis-common-protos-types (~> 1.0)
8588
grpc-google-iam-v1 (0.6.9)
8689
googleapis-common-protos (>= 1.3.1, < 2.0)
@@ -91,7 +94,7 @@ GEM
9194
jwt (2.2.1)
9295
memoist (0.16.2)
9396
minitest (5.14.0)
94-
msgpack (1.3.1)
97+
msgpack (1.3.3)
9598
multi_json (1.14.1)
9699
multipart-post (2.1.1)
97100
os (1.0.1)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Icalia
4-
VERSION = '0.3.0'
4+
VERSION = '0.3.1'
55
end

0 commit comments

Comments
 (0)