Skip to content

Commit

Permalink
Fix missing protocol.rb file in log-courier 2.7.0 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
driskell committed Oct 21, 2021
1 parent 0c827cc commit 86a2e74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruby/log-courier/log-courier.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'log-courier'
gem.version = '2.7.0'
gem.version = '2.7.1'
gem.description = 'Log Courier library'
gem.summary = 'Ruby implementation of the Courier protocol'
gem.homepage = 'https://github.com/driskell/ruby-log-courier'
Expand All @@ -13,6 +13,7 @@ Gem::Specification.new do |gem|
lib/log-courier/client.rb
lib/log-courier/client_tcp.rb
lib/log-courier/event_queue.rb
lib/log-courier/protocol.rb
lib/log-courier/server.rb
lib/log-courier/server_tcp.rb
)
Expand Down

0 comments on commit 86a2e74

Please sign in to comment.