Sha256: 33bfd6e9145b17ba5e1dda09ea04e25dda951c10266334fab2c144d89faba38f
Contents?: true
Size: 997 Bytes
Versions: 1
Compression:
Stored size: 997 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
color_routes-1.0.0 | color_routes.gemspec |