Sha256: 57712bac78a2719992c37eafdb954f4f56ea45685c93056561e5f80a9695739c

Contents?: true

Size: 809 Bytes

Versions: 1

Compression:

Stored size: 809 Bytes

Contents

Gem::Specification.new do |s|
  s.name     = "nameable"
  s.version  = "0.1.1"
  s.date     = "2010-06-28"
  s.summary  = "Provides parsing and output of person names."
  s.email    = "chorn@chorn.com"
  s.homepage = "http://github.com/chorn/nameable"
  s.description = "A gem that provides parsing and output of person names."
  s.has_rdoc = true
  s.authors  = ["Chris Horn"]
  s.files    = [ "LICENSE",
                 "README",
                 "README.rdoc",
                 "Rakefile",
                 "TODO",
                 "nameable.gemspec",
                 "lib/nameable.rb",
                 "script/destroy",
                 "script/generate",
                 "spec/nameable_spec.rb",
                 "spec/spec_helper.rb"
                 ]
  s.test_files = []
  s.rdoc_options = []
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nameable-0.1.1 nameable.gemspec