toolmantim / teapot

Rack middleware to help you, as a teapot, comply with HTCPCP/1.0: the Hyper Text Coffee Pot Control Protocol

This URL has Read+Write access

commit  c05f5d146e89d4b8ce75125c057ed6cbedfa2dcf
tree    47108065d09eb84894879700ddba7088ddf30743
parent  3932b36052d6b017b27d2ffbf11d1c962c9161ab
teapot / teapot.gemspec
100644 19 lines (18 sloc) 0.711 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEAPOT_GEM_SPEC = Gem::Specification.new do |s|
  s.name = "teapot"
  s.version = "1.0.1"
  s.date = "2009-01-15"
  s.summary = s.description = "Rack middleware to help you, as a teapot, comply with HTCPCP/1.0: the Hyper Text Coffee Pot Control Protocol"
  s.email = "t.lucas@toolmantim.com"
  s.homepage = "http://github.com/toolmantim/teapot"
  s.has_rdoc = true
  s.authors = ["Tim Lucas"]
  s.files = ["Changelog.rdoc",
                "License",
                "Readme.rdoc",
                "teapot.gemspec",
                "lib/teapot.rb",
                "test/test_teapot.rb"]
  s.rdoc_options = ["--main", "Readme.rdoc"]
  s.extra_rdoc_files = ["Changelog.rdoc", "Readme.rdoc"]
end