ftw 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,5 +3,5 @@ require "ftw/namespace"
3
3
  # :nodoc:
4
4
  module FTW
5
5
  # The version of this library
6
- VERSION = "0.0.17"
6
+ VERSION = "0.0.18"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ftw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -118,6 +118,7 @@ files:
118
118
  - lib/rack/handler/ftw.rb
119
119
  - lib/ftw.rb
120
120
  - lib/ftw/dns.rb
121
+ - lib/ftw/cacert.pem
121
122
  - lib/ftw/websocket/rack.rb
122
123
  - lib/ftw/websocket/writer.rb
123
124
  - lib/ftw/websocket/parser.rb