gors 0.0.6 → 0.0.7

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.
Files changed (2) hide show
  1. data/lib/gors.rb +1 -1
  2. metadata +1 -1
@@ -245,7 +245,7 @@ module Gors
245
245
 
246
246
  def initialize
247
247
  @port = 8080
248
- @server = "thin"
248
+ @server = "puma"
249
249
  @verbose = true
250
250
  @daemon = false
251
251
  @errorhandler = nil
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: