Skip to content

Commit

Permalink
Prepare release of version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Mar 8, 2020
1 parent fbd5056 commit 20bed71
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 44 deletions.
2 changes: 1 addition & 1 deletion core/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
icalia-sdk-core (0.3.5)
icalia-sdk-core (0.3.6)
activemodel (>= 5.2)
jsonapi-deserializable (~> 0.2.0)

Expand Down
2 changes: 1 addition & 1 deletion core/lib/icalia-sdk-core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Icalia
module SDK
CORE_VERSION = '0.3.5'
CORE_VERSION = '0.3.6'
end
end
6 changes: 3 additions & 3 deletions event-notification/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: ../core
specs:
icalia-sdk-core (0.3.5)
icalia-sdk-core (0.3.6)
activemodel (>= 5.2)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: .
specs:
icalia-sdk-event-notification (0.3.5)
icalia-sdk-event-notification (0.3.6)
activesupport (>= 5.2)
google-cloud-pubsub (~> 0.31)
icalia-sdk-core (= 0.3.5)
icalia-sdk-core (= 0.3.6)
msgpack (~> 1.3)

GEM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Icalia
module SDK
EVENT_NOTIFICATION_VERSION = '0.3.5'
EVENT_NOTIFICATION_VERSION = '0.3.6'
end
end
16 changes: 9 additions & 7 deletions event-webhook/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
PATH
remote: ../core
specs:
icalia-sdk-core (0.3.5)
activemodel (~> 5, >= 5.2)
icalia-sdk-core (0.3.6)
activemodel (>= 5.2)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: .
specs:
icalia-sdk-event-webhook (0.3.5)
icalia-sdk-core (= 0.3.5)
icalia-sdk-event-webhook (0.3.6)
icalia-sdk-core (= 0.3.6)

GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.4.1)
activesupport (= 5.2.4.1)
activesupport (5.2.4.1)
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activesupport (6.0.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
concurrent-ruby (1.1.6)
diff-lcs (1.3)
i18n (1.8.2)
Expand All @@ -44,6 +45,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.3.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion event-webhook/lib/icalia-sdk-event-webhook/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Icalia
module SDK
EVENT_WEBHOOK_VERSION = '0.3.5'
EVENT_WEBHOOK_VERSION = '0.3.6'
end
end
28 changes: 15 additions & 13 deletions event/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
PATH
remote: ../core
specs:
icalia-sdk-core (0.3.5)
activemodel (~> 5, >= 5.2)
icalia-sdk-core (0.3.6)
activemodel (>= 5.2)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: ../event-notification
specs:
icalia-sdk-event-notification (0.3.5)
activesupport (~> 5, >= 5.2)
icalia-sdk-event-notification (0.3.6)
activesupport (>= 5.2)
google-cloud-pubsub (~> 0.31)
icalia-sdk-core (= 0.3.5)
icalia-sdk-core (= 0.3.6)
msgpack (~> 1.3)

PATH
remote: ../event-webhook
specs:
icalia-sdk-event-webhook (0.3.5)
icalia-sdk-core (= 0.3.5)
icalia-sdk-event-webhook (0.3.6)
icalia-sdk-core (= 0.3.6)

PATH
remote: .
specs:
icalia-sdk-event (0.3.5)
icalia-sdk-event-notification (= 0.3.5)
icalia-sdk-event-webhook (= 0.3.5)
icalia-sdk-event (0.3.6)
icalia-sdk-event-notification (= 0.3.6)
icalia-sdk-event-webhook (= 0.3.6)

GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.4.1)
activesupport (= 5.2.4.1)
activesupport (5.2.4.1)
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activesupport (6.0.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.6)
Expand Down Expand Up @@ -115,6 +116,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.3.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion event/lib/icalia-sdk-event/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Icalia
module SDK
EVENT_VERSION = '0.3.5'
EVENT_VERSION = '0.3.6'
end
end
32 changes: 17 additions & 15 deletions sdk/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
PATH
remote: ../core
specs:
icalia-sdk-core (0.3.5)
activemodel (~> 5, >= 5.2)
icalia-sdk-core (0.3.6)
activemodel (>= 5.2)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: ../event-notification
specs:
icalia-sdk-event-notification (0.3.5)
activesupport (~> 5, >= 5.2)
icalia-sdk-event-notification (0.3.6)
activesupport (>= 5.2)
google-cloud-pubsub (~> 0.31)
icalia-sdk-core (= 0.3.5)
icalia-sdk-core (= 0.3.6)
msgpack (~> 1.3)

PATH
remote: ../event-webhook
specs:
icalia-sdk-event-webhook (0.3.5)
icalia-sdk-core (= 0.3.5)
icalia-sdk-event-webhook (0.3.6)
icalia-sdk-core (= 0.3.6)

PATH
remote: ../event
specs:
icalia-sdk-event (0.3.5)
icalia-sdk-event-notification (= 0.3.5)
icalia-sdk-event-webhook (= 0.3.5)
icalia-sdk-event (0.3.6)
icalia-sdk-event-notification (= 0.3.6)
icalia-sdk-event-webhook (= 0.3.6)

PATH
remote: .
specs:
icalia-sdk (0.3.5)
icalia-sdk-event (= 0.3.5)
icalia-sdk (0.3.6)
icalia-sdk-event (= 0.3.6)

GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.4.1)
activesupport (= 5.2.4.1)
activesupport (5.2.4.1)
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activesupport (6.0.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.6)
Expand Down Expand Up @@ -121,6 +122,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.3.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion sdk/lib/icalia-sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Icalia
module SDK
META_VERSION = '0.3.5'
META_VERSION = '0.3.6'
end
end

0 comments on commit 20bed71

Please sign in to comment.