-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgemspec.yml
More file actions
22 lines (19 loc) · 688 Bytes
/
gemspec.yml
File metadata and controls
22 lines (19 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: net-http-server
summary: A pure Ruby HTTP Server
description: A Rack compatible pure Ruby HTTP Server.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/postmodern/net-http-server#readme
has_yard: true
metadata:
documentation_uri: https://rubydoc.info/gems/net-http-server
source_code_uri: https://github.com/postmodern/net-http-server
bug_tracker_uri: https://github.com/postmodern/net-http-server/issues
changelog_uri: https://github.com/postmodern/net-http-server/blob/master/ChangeLog.md
rubygems_mfa_required: 'true'
dependencies:
parslet: ~> 1.0
gserver: ~> 0.0
development_dependencies:
bundler: ~> 2.0