expertsort 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/expertsort.gemspec +1 -5
- data/lib/expertsort/version.rb +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5d8f1da02b1b57cbdda09e1838c46df14682f05
|
|
4
|
+
data.tar.gz: 93369103a72d0e5c47f9fd365bf8ef5b722f5fe4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 423fdb7169155d29d02ad30508859901f500b494b1bdd43452be738f4e9c3195db562506c7ead1ec7ae51409d3996b1cc254747c8a4feb004dc131aca7947d68
|
|
7
|
+
data.tar.gz: 880ee481c567c505a6da741b52e075f73cfb9474379873ffbe50117627032bed8317a270fe061f6a3689f499c26f06b31029c47bcffd91d937f332154adaec8d
|
data/README.md
CHANGED
data/expertsort.gemspec
CHANGED
|
@@ -9,11 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.email = ["fauxface+github@gmail.com"]
|
|
10
10
|
s.homepage = "https://github.com/gyng/expertsort"
|
|
11
11
|
s.summary = %q{A collection of EXPERT PROGRAMMER sorting algorithms.}
|
|
12
|
-
s.description = %q{Expertsort (stylised EXPERTSORT) is a collection of EXPERT PROGRAMMER sorting algorithms.
|
|
13
|
-
Ever felt that sorting in Ruby is too fast?
|
|
14
|
-
Need a slow algorithm for v0.0.1 of your application? (So you can show your boss that you, programmer extraordinaire, significantly improved performance in v0.0.2)
|
|
15
|
-
Want to prove that sorting in Ruby is slow as balls?
|
|
16
|
-
EXPERTSORT is here to help.}
|
|
12
|
+
s.description = %q{Expertsort (stylised EXPERTSORT) is a collection of EXPERT PROGRAMMER sorting algorithms.}
|
|
17
13
|
s.license = "MIT"
|
|
18
14
|
|
|
19
15
|
s.rubyforge_project = "expertsort"
|
data/lib/expertsort/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: expertsort
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ng Guoyou
|
|
@@ -24,12 +24,8 @@ dependencies:
|
|
|
24
24
|
- - '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description:
|
|
28
|
-
|
|
29
|
-
Ever felt that sorting in Ruby is too fast?
|
|
30
|
-
Need a slow algorithm for v0.0.1 of your application? (So you can show your boss that you, programmer extraordinaire, significantly improved performance in v0.0.2)
|
|
31
|
-
Want to prove that sorting in Ruby is slow as balls?
|
|
32
|
-
EXPERTSORT is here to help.
|
|
27
|
+
description: Expertsort (stylised EXPERTSORT) is a collection of EXPERT PROGRAMMER
|
|
28
|
+
sorting algorithms.
|
|
33
29
|
email:
|
|
34
30
|
- fauxface+github@gmail.com
|
|
35
31
|
executables: []
|