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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44dd87ebf9e2728f47050cfa271ed013f7af834d
4
- data.tar.gz: cf3f99237d86fa6caed70a84ab57b5df06eb23c5
3
+ metadata.gz: 7ffdd7a0e338cb11eb7fd13abc2a5cac4ea12245
4
+ data.tar.gz: bb275253676d6dfe421613bf83d91e1ea47217c8
5
5
  SHA512:
6
- metadata.gz: 867b0ba9295f54cedcb616da6101e7aeac773c9688a42255d5ee4d3feab137767c767c7d7ba42ce87ed16e7302e8b66b0601eaee8b04b6df15162f771222d26e
7
- data.tar.gz: 0bfdeed7a173e601e4d036586000bf66175a9bb7bcc72fa1e5971f5b750aa21d7351dfeebda4bdeec4b897dc6a52389522b4b390795d8c464cfa72d87dcb182d
6
+ metadata.gz: 344affe5f651eeb2b4c8dedec9105fa6af24718ffd5d639665cdd8801bf3c2d6286e0737a7142187a824ada376046d2286ab5b7081547996aced1c498b7c5517
7
+ data.tar.gz: d832ce39179f28e38573df047304db7bb952b5af9b2e7941844d5ac10729b3129ff54e73bf65f7e4cae15ac4289495a7df28a50d809f34a6824166f12e48f044
@@ -1,3 +1,3 @@
1
1
  module SortIndex
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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