Skip to content

Commit 76f83da

Browse files
committed
Bump to version 0.3.9
1 parent 180ecfd commit 76f83da

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

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-core (0.3.8)
4+
icalia-sdk-core (0.3.9)
55
activemodel (>= 5.2)
66
jsonapi-deserializable (~> 0.2.0)
77

core/lib/icalia-sdk-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 SDK
5-
CORE_VERSION = '0.3.8'
5+
CORE_VERSION = '0.3.9'
66
end
77
end

event-notification/Gemfile.lock

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

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

1717
GEM

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 SDK
5-
EVENT_NOTIFICATION_VERSION = '0.3.8'
5+
EVENT_NOTIFICATION_VERSION = '0.3.9'
66
end
77
end

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: ../core
33
specs:
4-
icalia-sdk-core (0.3.8)
4+
icalia-sdk-core (0.3.9)
55
activemodel (>= 5.2)
66
jsonapi-deserializable (~> 0.2.0)
77

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

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

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 SDK
5-
EVENT_WEBHOOK_VERSION = '0.3.8'
5+
EVENT_WEBHOOK_VERSION = '0.3.9'
66
end
77
end

event/Gemfile.lock

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

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

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

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

3030
GEM
3131
remote: https://rubygems.org/

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 SDK
5-
EVENT_VERSION = '0.3.8'
5+
EVENT_VERSION = '0.3.9'
66
end
77
end

sdk/Gemfile.lock

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

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

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

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

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

3636
GEM
3737
remote: https://rubygems.org/

sdk/lib/icalia-sdk/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 SDK
5-
META_VERSION = '0.3.8'
5+
META_VERSION = '0.3.9'
66
end
77
end

0 commit comments

Comments
 (0)