Skip to content

Commit

Permalink
Bump to version 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Feb 8, 2022
1 parent 2420bcd commit 37c0976
Show file tree
Hide file tree
Showing 10 changed files with 248 additions and 181 deletions.
29 changes: 14 additions & 15 deletions core/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
PATH
remote: .
specs:
icalia-sdk-core (0.3.7)
icalia-sdk-core (0.3.8)
activemodel (>= 5.2)
jsonapi-deserializable (~> 0.2.0)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activesupport (6.0.2.1)
activemodel (6.1.4.4)
activesupport (= 6.1.4.4)
activesupport (6.1.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
byebug (11.1.1)
coderay (1.1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.9)
diff-lcs (1.3)
i18n (1.8.2)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
jsonapi-deserializable (0.2.0)
method_source (0.9.2)
minitest (5.14.0)
minitest (5.15.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand All @@ -42,10 +42,9 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.3.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
zeitwerk (2.5.4)

PLATFORMS
ruby
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.7'
CORE_VERSION = '0.3.8'
end
end
111 changes: 67 additions & 44 deletions event-notification/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,85 +1,108 @@
PATH
remote: ../core
specs:
icalia-sdk-core (0.3.7)
icalia-sdk-core (0.3.8)
activemodel (>= 5.2)
jsonapi-deserializable (~> 0.2.0)

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

GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activesupport (6.0.2.1)
activemodel (6.1.4.4)
activesupport (= 6.1.4.4)
activesupport (6.1.4.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
addressable (2.7.0)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.9)
diff-lcs (1.3)
faraday (1.0.0)
faraday (1.9.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
google-cloud-core (1.5.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.3.1)
google-cloud-env (1.5.0)
faraday (>= 0.17.3, < 2.0)
google-cloud-errors (1.0.0)
google-cloud-errors (1.2.0)
google-cloud-pubsub (0.39.3)
concurrent-ruby (~> 1.1)
google-cloud-core (~> 1.2)
google-gax (~> 1.7)
googleapis-common-protos (>= 1.3.9, < 2.0)
grpc-google-iam-v1 (~> 0.6.9)
google-gax (1.8.1)
google-gax (1.8.2)
google-protobuf (~> 3.9)
googleapis-common-protos (>= 1.3.9, < 2.0)
googleapis-common-protos-types (>= 1.0.4, < 2.0)
googleauth (~> 0.9)
grpc (~> 1.24)
rly (~> 0.2.3)
google-protobuf (3.11.4)
googleapis-common-protos (1.3.9)
google-protobuf (~> 3.0)
googleapis-common-protos-types (~> 1.0)
grpc (~> 1.0)
googleapis-common-protos-types (1.0.4)
google-protobuf (~> 3.0)
googleauth (0.11.0)
google-protobuf (3.19.4)
googleapis-common-protos (1.3.12)
google-protobuf (~> 3.14)
googleapis-common-protos-types (~> 1.2)
grpc (~> 1.27)
googleapis-common-protos-types (1.3.0)
google-protobuf (~> 3.14)
googleauth (0.17.1)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.12)
grpc (1.27.0)
google-protobuf (~> 3.11)
signet (~> 0.15)
grpc (1.43.1)
google-protobuf (~> 3.18)
googleapis-common-protos-types (~> 1.0)
grpc-google-iam-v1 (0.6.9)
googleapis-common-protos (>= 1.3.1, < 2.0)
grpc (~> 1.0)
i18n (1.8.2)
grpc-google-iam-v1 (0.6.11)
google-protobuf (~> 3.14)
googleapis-common-protos (>= 1.3.11, < 2.0)
grpc (~> 1.27)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
jsonapi-deserializable (0.2.0)
jwt (2.2.1)
jwt (2.3.0)
memoist (0.16.2)
minitest (5.14.0)
msgpack (1.3.3)
multi_json (1.14.1)
minitest (5.15.0)
msgpack (1.4.4)
multi_json (1.15.0)
multipart-post (2.1.1)
os (1.0.1)
public_suffix (4.0.3)
os (1.1.4)
public_suffix (4.0.6)
rake (13.0.1)
rly (0.2.3)
rspec (3.9.0)
Expand All @@ -95,15 +118,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
signet (0.13.0)
addressable (~> 2.3)
ruby2_keywords (0.0.5)
signet (0.16.0)
addressable (~> 2.8)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.3.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
zeitwerk (2.5.4)

PLATFORMS
ruby
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.7'
EVENT_NOTIFICATION_VERSION = '0.3.8'
end
end
33 changes: 16 additions & 17 deletions event-webhook/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
PATH
remote: ../core
specs:
icalia-sdk-core (0.3.7)
icalia-sdk-core (0.3.8)
activemodel (>= 5.2)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: .
specs:
icalia-sdk-event-webhook (0.3.7)
icalia-sdk-core (= 0.3.7)
icalia-sdk-event-webhook (0.3.8)
icalia-sdk-core (= 0.3.8)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activesupport (6.0.2.1)
activemodel (6.1.4.4)
activesupport (= 6.1.4.4)
activesupport (6.1.4.4)
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)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
concurrent-ruby (1.1.9)
diff-lcs (1.3)
i18n (1.8.2)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
jsonapi-deserializable (0.2.0)
minitest (5.14.0)
minitest (5.15.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand All @@ -42,10 +42,9 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.3.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
zeitwerk (2.5.4)

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.7'
EVENT_WEBHOOK_VERSION = '0.3.8'
end
end
Loading

0 comments on commit 37c0976

Please sign in to comment.