Sha256: 16a8926d66655b9f37643c03c3387168a02210dd0171e09c535b7d786dd4ebb8
Contents?: true
Size: 797 Bytes
Versions: 10
Compression:
Stored size: 797 Bytes
Contents
# -*- encoding: utf-8 -*- 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.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} gem.homepage = "http://github.com/dogweather/naturally" 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
10 entries across 10 versions & 1 rubygems