naturally 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/naturally/version.rb +1 -1
- data/naturally.gemspec +2 -2
- metadata +3 -3
data/lib/naturally/version.rb
CHANGED
data/naturally.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = Naturally::VERSION
|
9
9
|
gem.authors = ["Robb Shecter"]
|
10
10
|
gem.email = ["robb@weblaws.org"]
|
11
|
-
gem.
|
12
|
-
gem.
|
11
|
+
gem.summary = %q{Sorts numbers according to the way people are used to seeing them.}
|
12
|
+
gem.description = %q{Natural Sorting with support for legal numbering}
|
13
13
|
gem.homepage = "http://github.com/dogweather/naturally"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: naturally
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-12-08 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
14
|
+
description: Natural Sorting with support for legal numbering
|
15
15
|
email:
|
16
16
|
- robb@weblaws.org
|
17
17
|
executables: []
|
@@ -50,6 +50,6 @@ rubyforge_project:
|
|
50
50
|
rubygems_version: 1.8.24
|
51
51
|
signing_key:
|
52
52
|
specification_version: 3
|
53
|
-
summary:
|
53
|
+
summary: Sorts numbers according to the way people are used to seeing them.
|
54
54
|
test_files:
|
55
55
|
- spec/naturally_spec.rb
|