mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Version bump
This commit is contained in:
parent
a645b64940
commit
bcef6b82c5
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ module Puma
|
|||
|
||||
PATH_INFO = 'PATH_INFO'.freeze
|
||||
|
||||
PUMA_VERSION = VERSION = "0.9.1".freeze
|
||||
PUMA_VERSION = VERSION = "0.9.2".freeze
|
||||
|
||||
PUMA_TMP_BASE = "puma".freeze
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "puma"
|
||||
s.version = "0.9.1"
|
||||
s.version = "0.9.2"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Evan Phoenix"]
|
||||
|
|
Loading…
Reference in a new issue