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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5aadeb57bd061e576f10de0e93903a96c65347d7
4
- data.tar.gz: 2b9f4129264205584044ecd568008e5cc59a982b
3
+ metadata.gz: b5d8f1da02b1b57cbdda09e1838c46df14682f05
4
+ data.tar.gz: 93369103a72d0e5c47f9fd365bf8ef5b722f5fe4
5
5
  SHA512:
6
- metadata.gz: f032d46951090d48765ec43e3d37036c219662fa31a327141af1f5a6acd9c4e7794bafe077a8c60f8d3bbea14d855e94717d8201f4d9d1ac015318ed83aa5003
7
- data.tar.gz: cf5812e933a2436e259de2baa6ae482d5ff3739c2caf7b3c0dae7614756b574db4fa9f25c14905ceb90fc66c54d5c20fc4861b368036101dfd875374c8580db4
6
+ metadata.gz: 423fdb7169155d29d02ad30508859901f500b494b1bdd43452be738f4e9c3195db562506c7ead1ec7ae51409d3996b1cc254747c8a4feb004dc131aca7947d68
7
+ data.tar.gz: 880ee481c567c505a6da741b52e075f73cfb9474379873ffbe50117627032bed8317a270fe061f6a3689f499c26f06b31029c47bcffd91d937f332154adaec8d
data/README.md CHANGED
@@ -39,6 +39,10 @@ Or install it yourself as:
39
39
 
40
40
  * `bogosort`, `bogosort!`
41
41
 
42
+ ### Bogobogosort
43
+
44
+ * `bogobogosort`, `bogobogosort!`
45
+
42
46
  ### Stoogesort
43
47
 
44
48
  * `stoogesort`, `stoogesort!`
@@ -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"
@@ -1,3 +1,3 @@
1
1
  module Expertsort
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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
- Expertsort (stylised EXPERTSORT) is a collection of EXPERT PROGRAMMER sorting algorithms.
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: []