Sha256: f027fe12decf1a9517dfd06bf77c355d732215b090ab252c1524a2df0450f1a1
Contents?: true
Size: 952 Bytes
Versions: 2
Compression:
Stored size: 952 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "yard" s.version = "0.8.6.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Loren Segal"] s.date = "2013-04-15" s.description = " YARD is a documentation generation tool for the Ruby programming language.\n It enables the user to generate consistent, usable documentation that can be\n exported to a number of formats very easily, and also supports extending for\n custom Ruby constructs such as custom class level definitions.\n" s.email = "lsegal@soen.ca" s.executables = ["yard", "yardoc", "yri"] s.files = ["bin/yard", "bin/yardoc", "bin/yri"] s.homepage = "http://yardoc.org" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubyforge_project = "yard" s.rubygems_version = "2.0.3" s.summary = "Documentation tool for consistent and usable documentation in Ruby." end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
challah-1.0.0 | vendor/bundle/specifications/yard-0.8.6.1.gemspec |
challah-1.0.0.beta3 | vendor/bundle/specifications/yard-0.8.6.1.gemspec |