Skip to content

Commit fffaf96

Browse files
committed
Prepare release of version 0.3.4
1 parent 80a62c0 commit fffaf96

File tree

10 files changed

+33
-33
lines changed

10 files changed

+33
-33
lines changed

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

Lines changed: 1 addition & 1 deletion
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.3)
4+
icalia-sdk-event-core (0.3.4)
55
activemodel (>= 5.0)
66
jsonapi-deserializable (~> 0.2.0)
77

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.3'
5+
CORE_VERSION = '0.3.4'
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.3)
4+
icalia-sdk-event-core (0.3.4)
55
activemodel (>= 5.0)
66
jsonapi-deserializable (~> 0.2.0)
77

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

1717
GEM
@@ -49,7 +49,7 @@ GEM
4949
googleauth (~> 0.9)
5050
grpc (~> 1.24)
5151
rly (~> 0.2.3)
52-
google-protobuf (3.11.3)
52+
google-protobuf (3.11.4)
5353
googleapis-common-protos (1.3.9)
5454
google-protobuf (~> 3.0)
5555
googleapis-common-protos-types (~> 1.0)

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

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

Lines changed: 3 additions & 3 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.3)
4+
icalia-sdk-event-core (0.3.4)
55
activemodel (>= 5.0)
66
jsonapi-deserializable (~> 0.2.0)
77

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

1414
GEM
1515
remote: https://rubygems.org/

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.3'
5+
WEBHOOK_VERSION = '0.3.4'
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.3)
4+
icalia-sdk-event-core (0.3.4)
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.3)
11+
icalia-sdk-event-notification (0.3.4)
1212
activesupport (>= 5.2.0)
1313
google-cloud-pubsub (~> 0.31)
14-
icalia-sdk-event-core (= 0.3.3)
14+
icalia-sdk-event-core (= 0.3.4)
1515
msgpack (~> 1.3)
1616

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

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

3030
GEM
3131
remote: https://rubygems.org/
@@ -62,7 +62,7 @@ GEM
6262
googleauth (~> 0.9)
6363
grpc (~> 1.24)
6464
rly (~> 0.2.3)
65-
google-protobuf (3.11.3)
65+
google-protobuf (3.11.4)
6666
googleapis-common-protos (1.3.9)
6767
google-protobuf (~> 3.0)
6868
googleapis-common-protos-types (~> 1.0)

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.3'
5+
VERSION = '0.3.4'
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.3)
4+
icalia-sdk-event-core (0.3.4)
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.3)
11+
icalia-sdk-event-notification (0.3.4)
1212
activesupport (>= 5.2.0)
1313
google-cloud-pubsub (~> 0.31)
14-
icalia-sdk-event-core (= 0.3.3)
14+
icalia-sdk-event-core (= 0.3.4)
1515
msgpack (~> 1.3)
1616

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

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

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

3636
GEM
3737
remote: https://rubygems.org/
@@ -68,7 +68,7 @@ GEM
6868
googleauth (~> 0.9)
6969
grpc (~> 1.24)
7070
rly (~> 0.2.3)
71-
google-protobuf (3.11.3)
71+
google-protobuf (3.11.4)
7272
googleapis-common-protos (1.3.9)
7373
google-protobuf (~> 3.0)
7474
googleapis-common-protos-types (~> 1.0)
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.3'
4+
VERSION = '0.3.4'
55
end

0 commit comments

Comments
 (0)