sort_index 0.1.0 → 0.1.1
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/lib/sort_index/version.rb +1 -1
- data/sort_index.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ffdd7a0e338cb11eb7fd13abc2a5cac4ea12245
|
|
4
|
+
data.tar.gz: bb275253676d6dfe421613bf83d91e1ea47217c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 344affe5f651eeb2b4c8dedec9105fa6af24718ffd5d639665cdd8801bf3c2d6286e0737a7142187a824ada376046d2286ab5b7081547996aced1c498b7c5517
|
|
7
|
+
data.tar.gz: d832ce39179f28e38573df047304db7bb952b5af9b2e7941844d5ac10729b3129ff54e73bf65f7e4cae15ac4289495a7df28a50d809f34a6824166f12e48f044
|
data/lib/sort_index/version.rb
CHANGED
data/sort_index.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = %q{Simple File wrapper to keep file contents unique and sorted as lines are added.}
|
|
14
14
|
spec.description = <<-RDOC
|
|
15
|
-
== Description
|
|
15
|
+
== Description
|
|
16
16
|
Proof of concept to maintain a file with sorted and unique values.
|
|
17
17
|
This could be helpful for building building indexes.
|
|
18
18
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sort_index
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Pierce
|
|
@@ -67,7 +67,7 @@ dependencies:
|
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 0.10.3
|
|
69
69
|
description: |
|
|
70
|
-
== Description
|
|
70
|
+
== Description
|
|
71
71
|
Proof of concept to maintain a file with sorted and unique values.
|
|
72
72
|
This could be helpful for building building indexes.
|
|
73
73
|
|