Skip to content

Commit

Permalink
Prepare release of version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Feb 12, 2020
1 parent fc34523 commit 2df2697
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions 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.3.2)
icalia-sdk-event-core (0.3.3)
activemodel (>= 5.0)
jsonapi-deserializable (~> 0.2.0)

Expand All @@ -16,7 +16,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
diff-lcs (1.3)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
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.3.2'
CORE_VERSION = '0.3.3'
end
end
8 changes: 4 additions & 4 deletions gems/icalia-sdk-event-notification/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.3.2)
icalia-sdk-event-core (0.3.3)
activemodel (>= 5.0)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: .
specs:
icalia-sdk-event-notification (0.3.2)
icalia-sdk-event-notification (0.3.3)
activesupport (>= 5.2.0)
google-cloud-pubsub (~> 0.31)
icalia-sdk-event-core (= 0.3.2)
icalia-sdk-event-core (= 0.3.3)
msgpack (~> 1.3)

GEM
Expand All @@ -27,7 +27,7 @@ GEM
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
diff-lcs (1.3)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
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.3.2'
NOTIFICATION_VERSION = '0.3.3'
end
end
8 changes: 4 additions & 4 deletions gems/icalia-sdk-event-webhook/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.3.2)
icalia-sdk-event-core (0.3.3)
activemodel (>= 5.0)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: .
specs:
icalia-sdk-event-webhook (0.3.2)
icalia-sdk-event-core (= 0.3.2)
icalia-sdk-event-webhook (0.3.3)
icalia-sdk-event-core (= 0.3.3)

GEM
remote: https://rubygems.org/
Expand All @@ -22,7 +22,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
diff-lcs (1.3)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
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.3.2'
WEBHOOK_VERSION = '0.3.3'
end
end
18 changes: 9 additions & 9 deletions gems/icalia-sdk-event/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.3.2)
icalia-sdk-event-core (0.3.3)
activemodel (>= 5.0)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: ../icalia-sdk-event-notification
specs:
icalia-sdk-event-notification (0.3.2)
icalia-sdk-event-notification (0.3.3)
activesupport (>= 5.2.0)
google-cloud-pubsub (~> 0.31)
icalia-sdk-event-core (= 0.3.2)
icalia-sdk-event-core (= 0.3.3)
msgpack (~> 1.3)

PATH
remote: ../icalia-sdk-event-webhook
specs:
icalia-sdk-event-webhook (0.3.2)
icalia-sdk-event-core (= 0.3.2)
icalia-sdk-event-webhook (0.3.3)
icalia-sdk-event-core (= 0.3.3)

PATH
remote: .
specs:
icalia-sdk-event (0.3.2)
icalia-sdk-event-notification (= 0.3.2)
icalia-sdk-event-webhook (= 0.3.2)
icalia-sdk-event (0.3.3)
icalia-sdk-event-notification (= 0.3.3)
icalia-sdk-event-webhook (= 0.3.3)

GEM
remote: https://rubygems.org/
Expand All @@ -40,7 +40,7 @@ GEM
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
diff-lcs (1.3)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
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.3.2'
VERSION = '0.3.3'
end
end
22 changes: 11 additions & 11 deletions gems/icalia-sdk/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.3.2)
icalia-sdk-event-core (0.3.3)
activemodel (>= 5.0)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: ../icalia-sdk-event-notification
specs:
icalia-sdk-event-notification (0.3.2)
icalia-sdk-event-notification (0.3.3)
activesupport (>= 5.2.0)
google-cloud-pubsub (~> 0.31)
icalia-sdk-event-core (= 0.3.2)
icalia-sdk-event-core (= 0.3.3)
msgpack (~> 1.3)

PATH
remote: ../icalia-sdk-event-webhook
specs:
icalia-sdk-event-webhook (0.3.2)
icalia-sdk-event-core (= 0.3.2)
icalia-sdk-event-webhook (0.3.3)
icalia-sdk-event-core (= 0.3.3)

PATH
remote: ../icalia-sdk-event
specs:
icalia-sdk-event (0.3.2)
icalia-sdk-event-notification (= 0.3.2)
icalia-sdk-event-webhook (= 0.3.2)
icalia-sdk-event (0.3.3)
icalia-sdk-event-notification (= 0.3.3)
icalia-sdk-event-webhook (= 0.3.3)

PATH
remote: .
specs:
icalia-sdk (0.3.2)
icalia-sdk-event (= 0.3.2)
icalia-sdk (0.3.3)
icalia-sdk-event (= 0.3.3)

GEM
remote: https://rubygems.org/
Expand All @@ -46,7 +46,7 @@ GEM
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
diff-lcs (1.3)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
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.3.2'
VERSION = '0.3.3'
end

0 comments on commit 2df2697

Please sign in to comment.