From e2cc5836063886c4d0661a1931c75cce29eda1d7 Mon Sep 17 00:00:00 2001 From: Roberto Quintanilla Date: Sun, 8 Mar 2020 12:37:08 -0600 Subject: [PATCH] Prepare release of version v0.3.7 --- core/Gemfile.lock | 2 +- core/lib/icalia-sdk-core/version.rb | 2 +- event-notification/Gemfile.lock | 6 +++--- .../icalia-sdk-event-notification/version.rb | 2 +- event-webhook/Gemfile.lock | 6 +++--- .../lib/icalia-sdk-event-webhook/version.rb | 2 +- event/Gemfile.lock | 16 +++++++-------- event/lib/icalia-sdk-event/version.rb | 2 +- sdk/Gemfile.lock | 20 +++++++++---------- sdk/lib/icalia-sdk/version.rb | 2 +- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/core/Gemfile.lock b/core/Gemfile.lock index 8455cdc..0e52b0a 100644 --- a/core/Gemfile.lock +++ b/core/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - icalia-sdk-core (0.3.6) + icalia-sdk-core (0.3.7) activemodel (>= 5.2) jsonapi-deserializable (~> 0.2.0) diff --git a/core/lib/icalia-sdk-core/version.rb b/core/lib/icalia-sdk-core/version.rb index 840c8af..e282367 100644 --- a/core/lib/icalia-sdk-core/version.rb +++ b/core/lib/icalia-sdk-core/version.rb @@ -2,6 +2,6 @@ module Icalia module SDK - CORE_VERSION = '0.3.6' + CORE_VERSION = '0.3.7' end end diff --git a/event-notification/Gemfile.lock b/event-notification/Gemfile.lock index d192073..8dde1f4 100644 --- a/event-notification/Gemfile.lock +++ b/event-notification/Gemfile.lock @@ -1,17 +1,17 @@ PATH remote: ../core specs: - icalia-sdk-core (0.3.6) + icalia-sdk-core (0.3.7) activemodel (>= 5.2) jsonapi-deserializable (~> 0.2.0) PATH remote: . specs: - icalia-sdk-event-notification (0.3.6) + icalia-sdk-event-notification (0.3.7) activesupport (>= 5.2) google-cloud-pubsub (~> 0.31) - icalia-sdk-core (= 0.3.6) + icalia-sdk-core (= 0.3.7) msgpack (~> 1.3) GEM diff --git a/event-notification/lib/icalia-sdk-event-notification/version.rb b/event-notification/lib/icalia-sdk-event-notification/version.rb index 2ce67f4..869b71d 100644 --- a/event-notification/lib/icalia-sdk-event-notification/version.rb +++ b/event-notification/lib/icalia-sdk-event-notification/version.rb @@ -2,6 +2,6 @@ module Icalia module SDK - EVENT_NOTIFICATION_VERSION = '0.3.6' + EVENT_NOTIFICATION_VERSION = '0.3.7' end end diff --git a/event-webhook/Gemfile.lock b/event-webhook/Gemfile.lock index 91ff77d..f029496 100644 --- a/event-webhook/Gemfile.lock +++ b/event-webhook/Gemfile.lock @@ -1,15 +1,15 @@ PATH remote: ../core specs: - icalia-sdk-core (0.3.6) + icalia-sdk-core (0.3.7) activemodel (>= 5.2) jsonapi-deserializable (~> 0.2.0) PATH remote: . specs: - icalia-sdk-event-webhook (0.3.6) - icalia-sdk-core (= 0.3.6) + icalia-sdk-event-webhook (0.3.7) + icalia-sdk-core (= 0.3.7) GEM remote: https://rubygems.org/ diff --git a/event-webhook/lib/icalia-sdk-event-webhook/version.rb b/event-webhook/lib/icalia-sdk-event-webhook/version.rb index 7ef906e..77bfb98 100644 --- a/event-webhook/lib/icalia-sdk-event-webhook/version.rb +++ b/event-webhook/lib/icalia-sdk-event-webhook/version.rb @@ -2,6 +2,6 @@ module Icalia module SDK - EVENT_WEBHOOK_VERSION = '0.3.6' + EVENT_WEBHOOK_VERSION = '0.3.7' end end diff --git a/event/Gemfile.lock b/event/Gemfile.lock index 3320dc4..6cbbfb9 100644 --- a/event/Gemfile.lock +++ b/event/Gemfile.lock @@ -1,31 +1,31 @@ PATH remote: ../core specs: - icalia-sdk-core (0.3.6) + icalia-sdk-core (0.3.7) activemodel (>= 5.2) jsonapi-deserializable (~> 0.2.0) PATH remote: ../event-notification specs: - icalia-sdk-event-notification (0.3.6) + icalia-sdk-event-notification (0.3.7) activesupport (>= 5.2) google-cloud-pubsub (~> 0.31) - icalia-sdk-core (= 0.3.6) + icalia-sdk-core (= 0.3.7) msgpack (~> 1.3) PATH remote: ../event-webhook specs: - icalia-sdk-event-webhook (0.3.6) - icalia-sdk-core (= 0.3.6) + icalia-sdk-event-webhook (0.3.7) + icalia-sdk-core (= 0.3.7) PATH remote: . specs: - icalia-sdk-event (0.3.6) - icalia-sdk-event-notification (= 0.3.6) - icalia-sdk-event-webhook (= 0.3.6) + icalia-sdk-event (0.3.7) + icalia-sdk-event-notification (= 0.3.7) + icalia-sdk-event-webhook (= 0.3.7) GEM remote: https://rubygems.org/ diff --git a/event/lib/icalia-sdk-event/version.rb b/event/lib/icalia-sdk-event/version.rb index 84f848f..927d464 100644 --- a/event/lib/icalia-sdk-event/version.rb +++ b/event/lib/icalia-sdk-event/version.rb @@ -2,6 +2,6 @@ module Icalia module SDK - EVENT_VERSION = '0.3.6' + EVENT_VERSION = '0.3.7' end end diff --git a/sdk/Gemfile.lock b/sdk/Gemfile.lock index 3c0f8ad..90cd97e 100644 --- a/sdk/Gemfile.lock +++ b/sdk/Gemfile.lock @@ -1,37 +1,37 @@ PATH remote: ../core specs: - icalia-sdk-core (0.3.6) + icalia-sdk-core (0.3.7) activemodel (>= 5.2) jsonapi-deserializable (~> 0.2.0) PATH remote: ../event-notification specs: - icalia-sdk-event-notification (0.3.6) + icalia-sdk-event-notification (0.3.7) activesupport (>= 5.2) google-cloud-pubsub (~> 0.31) - icalia-sdk-core (= 0.3.6) + icalia-sdk-core (= 0.3.7) msgpack (~> 1.3) PATH remote: ../event-webhook specs: - icalia-sdk-event-webhook (0.3.6) - icalia-sdk-core (= 0.3.6) + icalia-sdk-event-webhook (0.3.7) + icalia-sdk-core (= 0.3.7) PATH remote: ../event specs: - icalia-sdk-event (0.3.6) - icalia-sdk-event-notification (= 0.3.6) - icalia-sdk-event-webhook (= 0.3.6) + icalia-sdk-event (0.3.7) + icalia-sdk-event-notification (= 0.3.7) + icalia-sdk-event-webhook (= 0.3.7) PATH remote: . specs: - icalia-sdk (0.3.6) - icalia-sdk-event (= 0.3.6) + icalia-sdk (0.3.7) + icalia-sdk-event (= 0.3.7) GEM remote: https://rubygems.org/ diff --git a/sdk/lib/icalia-sdk/version.rb b/sdk/lib/icalia-sdk/version.rb index fb99212..f89ab1b 100644 --- a/sdk/lib/icalia-sdk/version.rb +++ b/sdk/lib/icalia-sdk/version.rb @@ -2,6 +2,6 @@ module Icalia module SDK - META_VERSION = '0.3.6' + META_VERSION = '0.3.7' end end