Skip to content

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 13, 2020
1 parent ff003f0 commit 02f0a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/thin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module VERSION #:nodoc:
end

NAME = 'thin'.freeze
SERVER = "#{NAME} #{VERSION::STRING} codename #{VERSION::CODENAME}".freeze
SERVER = "#{NAME} #{VERSION::STRING} codename #{VERSION::CODENAME}".freeze

def self.win?
RUBY_PLATFORM =~ /mswin|mingw/
Expand Down
5 changes: 2 additions & 3 deletions thin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ Thin::GemSpec ||= Gem::Specification.new do |s|
s.name = Thin::NAME
s.version = Thin::VERSION::STRING
s.platform = Thin.win? ? Gem::Platform::CURRENT : Gem::Platform::RUBY
s.summary =
s.description = "A thin and fast web server"
s.summary = "A thin and fast web server"
s.author = "Marc-Andre Cournoyer"
s.email = 'macournoyer@gmail.com'
s.homepage = 'https://github.com/macournoyer/thin'
s.licenses = ["GPLv2+", "Ruby 1.8"]
s.licenses = ["GPL-2.0+", "Ruby"]
s.executables = %w( thin )

s.metadata = {
Expand Down

0 comments on commit 02f0a3a

Please sign in to comment.