Skip to content

Commit

Permalink
Update Dependencies, Change Log, and Version
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigm314 committed Jan 10, 2019
1 parent bd67145 commit fec6651
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 12 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# 1.0.0
# 0.4.0
- Adds listener_startup lifecycle event

# 0.3.0
- Adds Mocks for testing in applications

# 0.2.2
- Fix issue where multi-subscriber options were getting overridden

# 0.2.1
- Use Rails 5 reloader
- Fix ActiveRecord connection issues using ConnectionHandler
- Use Google's Default Enviroment Variables for fallback

# 0.2.0
- Adds PubSub connection testing
- Fixes a case where subserver would infinitly kill and respawn listeners
- Cleans up logger code

# 0.1.1
- Fixes connection handling

# 0.1.0
- Initial Public Release
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
subserver (0.3.0)
subserver (0.4.0)
google-cloud-pubsub (~> 0.31, >= 0.31.0)

GEM
Expand Down Expand Up @@ -53,45 +53,45 @@ GEM
arel (9.0.0)
builder (3.2.3)
coderay (1.1.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.4)
crass (1.0.4)
diff-lcs (1.3)
docile (1.3.1)
erubi (1.7.1)
faraday (0.15.3)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
globalid (0.4.1)
activesupport (>= 4.2.0)
google-cloud-core (1.2.7)
google-cloud-env (~> 1.0)
google-cloud-env (1.0.5)
faraday (~> 0.11)
google-cloud-pubsub (0.33.1)
google-cloud-pubsub (0.33.2)
concurrent-ruby (~> 1.0)
google-cloud-core (~> 1.2)
google-gax (~> 1.3)
grpc-google-iam-v1 (~> 0.6.9)
google-gax (1.4.0)
google-gax (1.5.0)
google-protobuf (~> 3.2)
googleapis-common-protos (>= 1.3.5, < 2.0)
googleauth (~> 0.6.2)
googleauth (>= 0.6.2, < 0.10.0)
grpc (>= 1.7.2, < 2.0)
rly (~> 0.2.3)
google-protobuf (3.6.1-universal-darwin)
google-protobuf (3.6.1)
googleapis-common-protos (1.3.7)
google-protobuf (~> 3.0)
googleapis-common-protos-types (~> 1.0)
grpc (~> 1.0)
googleapis-common-protos-types (1.0.2)
google-protobuf (~> 3.0)
googleauth (0.6.6)
googleauth (0.8.0)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.12)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
grpc (1.15.0-universal-darwin)
grpc (1.17.1)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
grpc-google-iam-v1 (0.6.9)
Expand Down
2 changes: 1 addition & 1 deletion lib/subserver/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Subserver
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit fec6651

Please sign in to comment.