Sha256: 349293b70f04ee93e752db71c59b5146afc91933de5f6f95ddd8ed8c30541a0e

Contents?: true

Size: 1.05 KB

Versions: 15

Compression:

Stored size: 1.05 KB

Contents

Gem::Specification.new do |spec|
  spec.name		= ""
  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

15 entries across 15 versions & 1 rubygems

Version Path
corundum-0.2 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.1.4 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.1.3 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.1.2 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.1.0 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.31 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.30 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.29 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.28 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.27 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.26 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.25 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.24 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.23 lib/corundum/default_configuration/skel-files/gemspec
corundum-0.0.22 lib/corundum/default_configuration/skel-files/gemspec