Skip to content

Commit

Permalink
Prepare release of version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Feb 3, 2020
1 parent 7b5a7a6 commit c921799
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 30 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.2.0)
icalia-sdk-event-core (0.3.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.2.0'
CORE_VERSION = '0.3.0'
end
end
8 changes: 5 additions & 3 deletions gems/icalia-sdk-event-notification/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.2.0)
icalia-sdk-event-core (0.3.0)
jsonapi-deserializable (~> 0.2.0)

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

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -71,6 +72,7 @@ GEM
jwt (2.2.1)
memoist (0.16.2)
minitest (5.14.0)
msgpack (1.3.1)
multi_json (1.14.1)
multipart-post (2.1.1)
os (1.0.1)
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.2.0'
NOTIFICATION_VERSION = '0.3.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.2.0)
icalia-sdk-event-core (0.3.0)
jsonapi-deserializable (~> 0.2.0)

PATH
remote: .
specs:
icalia-sdk-event-webhook (0.2.0)
icalia-sdk-event-core (= 0.2.0)
icalia-sdk-event-webhook (0.3.0)
icalia-sdk-event-core (= 0.3.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.2.0'
WEBHOOK_VERSION = '0.3.0'
end
end
18 changes: 10 additions & 8 deletions gems/icalia-sdk-event/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.2.0)
icalia-sdk-event-core (0.3.0)
jsonapi-deserializable (~> 0.2.0)

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

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

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

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -84,6 +85,7 @@ GEM
jwt (2.2.1)
memoist (0.16.2)
minitest (5.14.0)
msgpack (1.3.1)
multi_json (1.14.1)
multipart-post (2.1.1)
os (1.0.1)
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.2.0'
VERSION = '0.3.0'
end
end
22 changes: 12 additions & 10 deletions gems/icalia-sdk/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
PATH
remote: ../icalia-sdk-event-core
specs:
icalia-sdk-event-core (0.2.0)
icalia-sdk-event-core (0.3.0)
jsonapi-deserializable (~> 0.2.0)

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

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

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

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

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -90,6 +91,7 @@ GEM
jwt (2.2.1)
memoist (0.16.2)
minitest (5.14.0)
msgpack (1.3.1)
multi_json (1.14.1)
multipart-post (2.1.1)
os (1.0.1)
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.2.0'
VERSION = '0.3.0'
end

0 comments on commit c921799

Please sign in to comment.