Skip to content

Commit 2df2697

Browse files
committed
Prepare release of version 0.3.3
1 parent fc34523 commit 2df2697

File tree

10 files changed

+35
-35
lines changed

10 files changed

+35
-35
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
icalia-sdk-event-core (0.3.2)
4+
icalia-sdk-event-core (0.3.3)
55
activemodel (>= 5.0)
66
jsonapi-deserializable (~> 0.2.0)
77

@@ -16,7 +16,7 @@ GEM
1616
minitest (~> 5.1)
1717
tzinfo (~> 1.1)
1818
zeitwerk (~> 2.2)
19-
concurrent-ruby (1.1.5)
19+
concurrent-ruby (1.1.6)
2020
diff-lcs (1.3)
2121
i18n (1.8.2)
2222
concurrent-ruby (~> 1.0)

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.2'
5+
CORE_VERSION = '0.3.3'
66
end
77
end

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PATH
22
remote: ../icalia-sdk-event-core
33
specs:
4-
icalia-sdk-event-core (0.3.2)
4+
icalia-sdk-event-core (0.3.3)
55
activemodel (>= 5.0)
66
jsonapi-deserializable (~> 0.2.0)
77

88
PATH
99
remote: .
1010
specs:
11-
icalia-sdk-event-notification (0.3.2)
11+
icalia-sdk-event-notification (0.3.3)
1212
activesupport (>= 5.2.0)
1313
google-cloud-pubsub (~> 0.31)
14-
icalia-sdk-event-core (= 0.3.2)
14+
icalia-sdk-event-core (= 0.3.3)
1515
msgpack (~> 1.3)
1616

1717
GEM
@@ -27,7 +27,7 @@ GEM
2727
zeitwerk (~> 2.2)
2828
addressable (2.7.0)
2929
public_suffix (>= 2.0.2, < 5.0)
30-
concurrent-ruby (1.1.5)
30+
concurrent-ruby (1.1.6)
3131
diff-lcs (1.3)
3232
faraday (0.17.3)
3333
multipart-post (>= 1.2, < 3)

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.2'
5+
NOTIFICATION_VERSION = '0.3.3'
66
end
77
end

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
PATH
22
remote: ../icalia-sdk-event-core
33
specs:
4-
icalia-sdk-event-core (0.3.2)
4+
icalia-sdk-event-core (0.3.3)
55
activemodel (>= 5.0)
66
jsonapi-deserializable (~> 0.2.0)
77

88
PATH
99
remote: .
1010
specs:
11-
icalia-sdk-event-webhook (0.3.2)
12-
icalia-sdk-event-core (= 0.3.2)
11+
icalia-sdk-event-webhook (0.3.3)
12+
icalia-sdk-event-core (= 0.3.3)
1313

1414
GEM
1515
remote: https://rubygems.org/
@@ -22,7 +22,7 @@ GEM
2222
minitest (~> 5.1)
2323
tzinfo (~> 1.1)
2424
zeitwerk (~> 2.2)
25-
concurrent-ruby (1.1.5)
25+
concurrent-ruby (1.1.6)
2626
diff-lcs (1.3)
2727
i18n (1.8.2)
2828
concurrent-ruby (~> 1.0)

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.2'
5+
WEBHOOK_VERSION = '0.3.3'
66
end
77
end

gems/icalia-sdk-event/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
PATH
22
remote: ../icalia-sdk-event-core
33
specs:
4-
icalia-sdk-event-core (0.3.2)
4+
icalia-sdk-event-core (0.3.3)
55
activemodel (>= 5.0)
66
jsonapi-deserializable (~> 0.2.0)
77

88
PATH
99
remote: ../icalia-sdk-event-notification
1010
specs:
11-
icalia-sdk-event-notification (0.3.2)
11+
icalia-sdk-event-notification (0.3.3)
1212
activesupport (>= 5.2.0)
1313
google-cloud-pubsub (~> 0.31)
14-
icalia-sdk-event-core (= 0.3.2)
14+
icalia-sdk-event-core (= 0.3.3)
1515
msgpack (~> 1.3)
1616

1717
PATH
1818
remote: ../icalia-sdk-event-webhook
1919
specs:
20-
icalia-sdk-event-webhook (0.3.2)
21-
icalia-sdk-event-core (= 0.3.2)
20+
icalia-sdk-event-webhook (0.3.3)
21+
icalia-sdk-event-core (= 0.3.3)
2222

2323
PATH
2424
remote: .
2525
specs:
26-
icalia-sdk-event (0.3.2)
27-
icalia-sdk-event-notification (= 0.3.2)
28-
icalia-sdk-event-webhook (= 0.3.2)
26+
icalia-sdk-event (0.3.3)
27+
icalia-sdk-event-notification (= 0.3.3)
28+
icalia-sdk-event-webhook (= 0.3.3)
2929

3030
GEM
3131
remote: https://rubygems.org/
@@ -40,7 +40,7 @@ GEM
4040
zeitwerk (~> 2.2)
4141
addressable (2.7.0)
4242
public_suffix (>= 2.0.2, < 5.0)
43-
concurrent-ruby (1.1.5)
43+
concurrent-ruby (1.1.6)
4444
diff-lcs (1.3)
4545
faraday (0.17.3)
4646
multipart-post (>= 1.2, < 3)

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.2'
5+
VERSION = '0.3.3'
66
end
77
end

gems/icalia-sdk/Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
PATH
22
remote: ../icalia-sdk-event-core
33
specs:
4-
icalia-sdk-event-core (0.3.2)
4+
icalia-sdk-event-core (0.3.3)
55
activemodel (>= 5.0)
66
jsonapi-deserializable (~> 0.2.0)
77

88
PATH
99
remote: ../icalia-sdk-event-notification
1010
specs:
11-
icalia-sdk-event-notification (0.3.2)
11+
icalia-sdk-event-notification (0.3.3)
1212
activesupport (>= 5.2.0)
1313
google-cloud-pubsub (~> 0.31)
14-
icalia-sdk-event-core (= 0.3.2)
14+
icalia-sdk-event-core (= 0.3.3)
1515
msgpack (~> 1.3)
1616

1717
PATH
1818
remote: ../icalia-sdk-event-webhook
1919
specs:
20-
icalia-sdk-event-webhook (0.3.2)
21-
icalia-sdk-event-core (= 0.3.2)
20+
icalia-sdk-event-webhook (0.3.3)
21+
icalia-sdk-event-core (= 0.3.3)
2222

2323
PATH
2424
remote: ../icalia-sdk-event
2525
specs:
26-
icalia-sdk-event (0.3.2)
27-
icalia-sdk-event-notification (= 0.3.2)
28-
icalia-sdk-event-webhook (= 0.3.2)
26+
icalia-sdk-event (0.3.3)
27+
icalia-sdk-event-notification (= 0.3.3)
28+
icalia-sdk-event-webhook (= 0.3.3)
2929

3030
PATH
3131
remote: .
3232
specs:
33-
icalia-sdk (0.3.2)
34-
icalia-sdk-event (= 0.3.2)
33+
icalia-sdk (0.3.3)
34+
icalia-sdk-event (= 0.3.3)
3535

3636
GEM
3737
remote: https://rubygems.org/
@@ -46,7 +46,7 @@ GEM
4646
zeitwerk (~> 2.2)
4747
addressable (2.7.0)
4848
public_suffix (>= 2.0.2, < 5.0)
49-
concurrent-ruby (1.1.5)
49+
concurrent-ruby (1.1.6)
5050
diff-lcs (1.3)
5151
faraday (0.17.3)
5252
multipart-post (>= 1.2, < 3)
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.2'
4+
VERSION = '0.3.3'
55
end

0 commit comments

Comments
 (0)