Sha256: 76b84d8485ec7c37f3b9d56300fcfdca1878d75d6a33595ddb4d02569892bcd8
Contents?: true
Size: 782 Bytes
Versions: 1
Compression:
Stored size: 782 Bytes
Contents
Gem::Specification.new do |s| s.name = "nameable" s.version = "0.4.1" s.date = "2012-01-23" 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.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.4.1 | nameable.gemspec |