mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Use Puma::Const::PUMA_VERSION in gemspec
This commit is contained in:
parent
2ef57daf8b
commit
5629662321
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "puma"
|
||||
s.version = "2.4.0"
|
||||
s.version = Puma::Const::PUMA_VERSION
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Evan Phoenix"]
|
||||
|
|
Loading…
Add table
Reference in a new issue