1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: numerizer 0.2.0 ruby lib
Gem::Specification.new do |s|
s.name = "numerizer"
s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["John Duff"]
s.date = "2014-04-23"
s.description = "Numerizer is a gem to help with parsing numbers in natural language from strings (ex forty two). It was extracted from the awesome Chronic gem http://github.com/evaryont/chronic."
s.email = "duff.john@gmail.com"
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/numerizer.rb",
"numerizer.gemspec",
"test/test_helper.rb",
"test/test_numerizer.rb"
]
s.homepage = "http://github.com/jduff/numerizer"
s.licenses = ["MIT"]
s.rubygems_version = "2.2.2"
s.summary = "Numerizer is a gem to help with parsing numbers in natural language from strings (ex forty two)."
end
|