Module Jeweler::Specification
In: lib/jeweler/specification.rb

Extend a Gem::Specification instance with this module to give it Jeweler super-cow powers.

files
a Rake::FileList of anything that is in git and not gitignored. You can include/exclude this default set, or override it entirely
test_files
Similar to gem.files, except it‘s only things under the spec, test, or examples directory.
extra_rdoc_files
a Rake::FileList including files like README*, ChangeLog*, and LICENSE*
executables
uses anything found in the bin/ directory.

Methods

Public Class methods

Public Instance methods

Used by Specification#to_ruby to generate a ruby-respresentation of a Gem::Specification

Assigns the Jeweler defaults to the Gem::Specification

[Validate]