Sha256: 1a13d97e08ffb4d98c0012c2b6e87150fca676ee1579339c4b500cede27226a9

Contents?: true

Size: 1.09 KB

Versions: 6

Compression:

Stored size: 1.09 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "yard"
  s.version = "0.8.2.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Loren Segal"]
  s.date = "2012-06-09"
  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.require_paths = ["lib"]
  s.rubyforge_project = "yard"
  s.rubygems_version = "1.8.15"
  s.summary = "Documentation tool for consistent and usable documentation in Ruby."

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
challah-rolls-0.2.0 vendor/bundle/specifications/yard-0.8.2.1.gemspec
challah-rolls-0.1.0 vendor/bundle/specifications/yard-0.8.2.1.gemspec
challah-0.7.1 vendor/bundle/specifications/yard-0.8.2.1.gemspec
challah-0.7.0 vendor/bundle/specifications/yard-0.8.2.1.gemspec
challah-0.7.0.pre2 vendor/bundle/specifications/yard-0.8.2.1.gemspec
challah-0.7.0.pre vendor/bundle/specifications/yard-0.8.2.1.gemspec