Sha256: bf7acfa3590140876f8e964f0f39290dcfc7c40eae8569467ada9010c5752376

Contents?: true

Size: 1.12 KB

Versions: 12

Compression:

Stored size: 1.12 KB

Contents

Gem::Specification.new do |spec|
  spec.name		= ""
  #{MAJOR: incompatible}.{MINOR added feature}.{PATCH bugfix}-{LABEL}
  spec.version		= "0.0.1"
  author_list = {
  }
  spec.authors		= author_list.keys
  spec.email		= spec.authors.map {|name| author_list[name]}
  spec.summary		= ""
  spec.description	= <<-EndDescription
  EndDescription

  spec.rubyforge_project= spec.name.downcase
  spec.homepage        = ""
  spec.required_rubygems_version = Gem::Requirement.new(">= 0") if spec.respond_to? :required_rubygems_version=

  # Do this: y$@"
  # !!find lib bin doc spec spec_help -not -regex '.*\.sw.' -type f 2>/dev/null
  spec.files		= %w[
  ]

  spec.test_file        = "spec_help/gem_test_suite.rb"
  spec.licenses = ["MIT"]
  spec.require_paths = %w[lib/]
  spec.rubygems_version = "1.3.5"

  spec.has_rdoc		= true
  spec.extra_rdoc_files = Dir.glob("doc/**/*")
  spec.rdoc_options	= %w{--inline-source }
  spec.rdoc_options	+= %w{--main doc/README }
  spec.rdoc_options	+= ["--title", "#{spec.name}-#{spec.version} Documentation"]

  #spec.add_dependency("", "> 0")

  #spec.post_install_message = "Thanks for installing my gem!"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
corundum-0.4.1 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.4.0 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3.9 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3.8 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3.7 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3.6 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3.5 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3.4 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3.3 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3.2 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3.1 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.3 lib/corundum/default_configuration/skel-files/gemspec