Sha256: 1744614e4f2d457bcdf970fd729a718a1351c01c69aa34eb716a61debfe18680
Contents?: true
Size: 886 Bytes
Versions: 3
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.0' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
naturally-2.1.0 | naturally.gemspec |
naturally-2.0.0 | naturally.gemspec |
naturally-1.5.0 | naturally.gemspec |