Skip to content

Commit

Permalink
Release of version 0.2.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem authored Jan 22, 2020
1 parent 5a8fbac commit 571cdf3
Show file tree
Hide file tree
Showing 10 changed files with 152 additions and 78 deletions.
2 changes: 1 addition & 1 deletion gems/icalia-sdk-event-core/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
icalia-sdk-event-core (0.1.13)
icalia-sdk-event-core (0.2.0)
jsonapi-deserializable (~> 0.2.0)

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

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

PATH
remote: .
specs:
icalia-sdk-event-notification (0.1.13)
icalia-sdk-event-notification (0.2.0)
activesupport (>= 5.2.0)
google-cloud-pubsub (~> 0.31)
icalia-sdk-event-core (= 0.1.13)
icalia-sdk-event-core (= 0.2.0)

GEM
remote: https://rubygems.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Icalia
module Event
NOTIFICATION_VERSION = '0.1.13'
NOTIFICATION_VERSION = '0.2.0'
end
end
6 changes: 3 additions & 3 deletions gems/icalia-sdk-event-webhook/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.1.13)
icalia-sdk-event-core (0.2.0)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: .
specs:
icalia-sdk-event-webhook (0.1.13)
icalia-sdk-event-core (= 0.1.13)
icalia-sdk-event-webhook (0.2.0)
icalia-sdk-event-core (= 0.2.0)

GEM
remote: https://rubygems.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Icalia
module Event
WEBHOOK_VERSION = '0.1.13'
WEBHOOK_VERSION = '0.2.0'
end
end
101 changes: 69 additions & 32 deletions gems/icalia-sdk-event/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,63 +1,95 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.1.13)
icalia-sdk-event-core (0.2.0)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: ../icalia-sdk-event-notification
specs:
icalia-sdk-event-notification (0.1.13)
icalia-sdk-event-notification (0.2.0)
activesupport (>= 5.2.0)
aws-sdk-sns (~> 1.19)
aws-sdk-sqs (~> 1.20)
icalia-sdk-event-core (= 0.1.13)
google-cloud-pubsub (~> 0.31)
icalia-sdk-event-core (= 0.2.0)

PATH
remote: ../icalia-sdk-event-webhook
specs:
icalia-sdk-event-webhook (0.1.13)
icalia-sdk-event-core (= 0.1.13)
icalia-sdk-event-webhook (0.2.0)
icalia-sdk-event-core (= 0.2.0)

PATH
remote: .
specs:
icalia-sdk-event (0.1.13)
icalia-sdk-event-notification (= 0.1.13)
icalia-sdk-event-webhook (= 0.1.13)
icalia-sdk-event (0.2.0)
icalia-sdk-event-notification (= 0.2.0)
icalia-sdk-event-webhook (= 0.2.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.0)
activesupport (6.0.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
aws-eventstream (1.0.3)
aws-partitions (1.206.0)
aws-sdk-core (3.64.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-sns (1.19.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-sqs (1.21.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
i18n (1.6.0)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
google-cloud-core (1.5.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.3.0)
faraday (~> 0.11)
google-cloud-errors (1.0.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-protobuf (~> 3.9)
googleapis-common-protos (>= 1.3.9, < 2.0)
googleauth (~> 0.9)
grpc (~> 1.24)
rly (~> 0.2.3)
google-protobuf (3.11.2)
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.10.0)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.12)
grpc (1.26.0)
google-protobuf (~> 3.8)
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)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
jsonapi-deserializable (0.2.0)
minitest (5.11.3)
jwt (2.2.1)
memoist (0.16.2)
minitest (5.14.0)
multi_json (1.14.1)
multipart-post (2.1.1)
os (1.0.1)
public_suffix (4.0.3)
rake (10.5.0)
rly (0.2.3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand All @@ -71,10 +103,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
signet (0.12.0)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.1.9)
zeitwerk (2.2.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion gems/icalia-sdk-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 Event
VERSION = '0.1.13'
VERSION = '0.2.0'
end
end
105 changes: 71 additions & 34 deletions gems/icalia-sdk/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,69 +1,101 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.1.13)
icalia-sdk-event-core (0.2.0)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: ../icalia-sdk-event-notification
specs:
icalia-sdk-event-notification (0.1.13)
icalia-sdk-event-notification (0.2.0)
activesupport (>= 5.2.0)
aws-sdk-sns (~> 1.19)
aws-sdk-sqs (~> 1.20)
icalia-sdk-event-core (= 0.1.13)
google-cloud-pubsub (~> 0.31)
icalia-sdk-event-core (= 0.2.0)

PATH
remote: ../icalia-sdk-event-webhook
specs:
icalia-sdk-event-webhook (0.1.13)
icalia-sdk-event-core (= 0.1.13)
icalia-sdk-event-webhook (0.2.0)
icalia-sdk-event-core (= 0.2.0)

PATH
remote: ../icalia-sdk-event
specs:
icalia-sdk-event (0.1.13)
icalia-sdk-event-notification (= 0.1.13)
icalia-sdk-event-webhook (= 0.1.13)
icalia-sdk-event (0.2.0)
icalia-sdk-event-notification (= 0.2.0)
icalia-sdk-event-webhook (= 0.2.0)

PATH
remote: .
specs:
icalia-sdk (0.1.13)
icalia-sdk-event (= 0.1.13)
icalia-sdk (0.2.0)
icalia-sdk-event (= 0.2.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.0)
activesupport (6.0.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
aws-eventstream (1.0.3)
aws-partitions (1.206.0)
aws-sdk-core (3.64.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-sns (1.19.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-sqs (1.21.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
i18n (1.6.0)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
google-cloud-core (1.5.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.3.0)
faraday (~> 0.11)
google-cloud-errors (1.0.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-protobuf (~> 3.9)
googleapis-common-protos (>= 1.3.9, < 2.0)
googleauth (~> 0.9)
grpc (~> 1.24)
rly (~> 0.2.3)
google-protobuf (3.11.2)
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.10.0)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.12)
grpc (1.26.0)
google-protobuf (~> 3.8)
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)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
jsonapi-deserializable (0.2.0)
minitest (5.11.3)
jwt (2.2.1)
memoist (0.16.2)
minitest (5.14.0)
multi_json (1.14.1)
multipart-post (2.1.1)
os (1.0.1)
public_suffix (4.0.3)
rake (10.5.0)
rly (0.2.3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand All @@ -77,10 +109,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
signet (0.12.0)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
zeitwerk (2.1.9)
zeitwerk (2.2.2)

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

module Icalia
VERSION = '0.1.13'
VERSION = '0.2.0'
end

0 comments on commit 571cdf3

Please sign in to comment.