-
Notifications
You must be signed in to change notification settings - Fork 10
/
color_routes.gemspec
36 lines (29 loc) · 997 Bytes
/
color_routes.gemspec
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
Gem::Specification.new do |s|
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.rubygems_version = '1.3.5'
s.name = 'color_routes'
s.version = '1.0.0'
s.date = '2012-10-23'
s.rubyforge_project = 'color_routes'
s.summary = "Colorize rake routes output for rails."
s.description = "Colorize rake routes output for rails."
s.authors = ["Nicolas Oga"]
s.email = '2112.oga@gmail.com'
s.homepage = 'http://nicooga.github.com/NAME'
s.require_paths = %w[lib]
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md LICENSE doc/demo1.png doc/demo2.png]
# = MANIFEST =
s.files = %w[
LICENSE
README.md
Rakefile
color_routes.gemspec
doc/demo1.png
doc/demo2.png
lib/color_routes.rb
lib/color_routes/rails/tasks/color_routes.rake
]
# = MANIFEST =
end