Sha256: e721da20df5aa515ad44cc07d5e81a4427d7227cb4d5ef49d9810f9aa400033d

Contents?: true

Size: 1.09 KB

Versions: 35

Compression:

Stored size: 1.09 KB

Contents

require File.expand_path('../lib/yard/version', __FILE__)

Gem::Specification.new do |s|
  s.name          = "yard"
  s.summary       = "Documentation tool for consistent and usable documentation in Ruby."
  s.description   = <<-eof
    YARD is a documentation generation tool for the Ruby programming language.
    It enables the user to generate consistent, usable documentation that can be
    exported to a number of formats very easily, and also supports extending for
    custom Ruby constructs such as custom class level definitions.
  eof
  s.version       = YARD::VERSION
  s.date          = Time.now.strftime('%Y-%m-%d')
  s.author        = "Loren Segal"
  s.email         = "lsegal@soen.ca"
  s.homepage      = "http://yardoc.org"
  s.platform      = Gem::Platform::RUBY
  s.files         = Dir.glob("{docs,bin,lib,spec,templates,benchmarks}/**/*") +
    ['LICENSE', 'LEGAL', 'README.md', 'Rakefile', '.yardopts', __FILE__]
  s.require_paths = ['lib']
  s.executables   = ['yard', 'yardoc', 'yri']
  s.has_rdoc      = 'yard'
  s.rubyforge_project = 'yard'
  s.license = 'MIT' if s.respond_to?(:license=)
end

Version data entries

35 entries across 29 versions & 6 rubygems

Version Path
yard-0.8.7.5 yard.gemspec
climine-0.0.7 vendor/bundle/ruby/2.1.0/gems/yard-0.8.7.3/yard.gemspec
climine-0.0.7 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec
climine-0.0.6 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec
climine-0.0.5 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec
yard-0.8.7.4 yard.gemspec
climine-0.0.4 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec
climine-0.0.3 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/yard-0.8.7.3/yard.gemspec
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec
mango-0.7.0 vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec
climine-0.0.2 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec
climine-0.0.1 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/yard.gemspec
yard-0.8.7.3 yard.gemspec
yard-0.8.7.2 yard.gemspec
candlepin-api-0.4.0 bundle/ruby/1.8/gems/yard-0.8.7/yard.gemspec
candlepin-api-0.4.0 bundle/ruby/gems/yard-0.8.7/yard.gemspec
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/yard-0.8.7/yard.gemspec
yard-0.8.7.1 yard.gemspec
yard-0.8.7 yard.gemspec