forked from rknLA/yard-rest-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathyard-rest.gemspec
More file actions
40 lines (37 loc) · 1.35 KB
/
Copy pathyard-rest.gemspec
File metadata and controls
40 lines (37 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "yard-rest"
s.version = "0.4.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["R. Kevin Nelson", "Aisha Fenton", "Chris Trinh"]
s.date = "2012-09-23"
s.description = "A plugin for Yardoc that produces API documentation for Restful web services. See README.markdown for more details"
s.email = "chris@synctv.com"
s.extra_rdoc_files = [
"README.markdown",
"VERSION"
]
s.files = [
"Rakefile",
"example/README.markdown",
"example/SampleController.rb",
"lib/yard-rest.rb",
"lib/yard-rest/filters.rb",
"lib/yard-rest/tags.rb",
"lib/yard/cli/yardoc.rb",
"lib/yard/tags/default_factory.rb",
"lib/yard/handlers/ruby/comment_handler.rb",
]
s.homepage = "http://github.com/chtrinh/yard-rest"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "A plugin for Yardoc that produces API documentation for Restful web services"
s.add_runtime_dependency("yard", ["~> 0.8.2"])
s.add_runtime_dependency("database_cleaner")
s.add_runtime_dependency("rails")
s.add_runtime_dependency("cancan")
s.add_runtime_dependency("factory_girl")
end