Skip to content

Commit

Permalink
fix: Fix installation issue of gems due to missing version.rb file
Browse files Browse the repository at this point in the history
Fixes #393
  • Loading branch information
driskell committed Oct 15, 2022
1 parent dc03b40 commit a2dc5e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ruby/log-courier/log-courier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Gem::Specification.new do |gem|
gem.rubyforge_project = 'nowarning'
gem.require_paths = ['lib']
gem.files = [
'lib/log-courier/client.rb',
'lib/log-courier/client_tcp.rb',
'lib/log-courier/client.rb',
'lib/log-courier/event_queue.rb',
'lib/log-courier/protocol.rb',
'lib/log-courier/server.rb',
'lib/log-courier/server_tcp.rb',
'lib/log-courier/server.rb',
'lib/log-courier/version.rb',
'lib/log-courier/rspec/spec_helper.rb',
]

Expand Down

0 comments on commit a2dc5e4

Please sign in to comment.