Sha256: 3f6a16cc73c420bc94942706973e153f4343b40fa4aeeb147722bab3d765205c
Contents?: true
Size: 1.49 KB
Versions: 59
Compression:
Stored size: 1.49 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{numerizer} s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["John Duff"] s.date = %q{2010-01-01} s.description = %q{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 = %q{duff.john@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION", "lib/numerizer.rb", "numerizer.gemspec", "test/test_helper.rb", "test/test_numerizer.rb" ] s.homepage = %q{http://github.com/jduff/numerizer} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Numerizer is a gem to help with parsing numbers in natural language from strings (ex forty two).} s.test_files = [ "test/test_helper.rb", "test/test_numerizer.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
59 entries across 56 versions & 14 rubygems