Sha256: 724a295fc8b95286aa61f1c51c7b728dbeb23d633739130ff1f36bf1a9e0016c
Contents?: true
Size: 886 Bytes
Versions: 1
Compression:
Stored size: 886 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'naturally/version' Gem::Specification.new do |gem| gem.name = "naturally" gem.version = Naturally::VERSION gem.license = 'MIT' gem.authors = ["Robb Shecter"] gem.email = ["robb@weblaws.org"] gem.summary = %q{Sorts numbers according to the way people are used to seeing them.} gem.description = %q{Natural Sorting with support for legal numbering, course numbers, and other number/letter mixes.} gem.homepage = "http://github.com/dogweather/naturally" gem.required_ruby_version = '>= 2.1' gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
naturally-1.4.0 | naturally.gemspec |