alphabetify 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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42977c21e7115c5ceceec2e42679cef7f6ca82a0
4
- data.tar.gz: 77d48d6224740c72184aeaa40045a29cefc90ae7
3
+ metadata.gz: 731e60870ea48aa0ccbd2f0e3ecce3baaac14691
4
+ data.tar.gz: 270769c73e48152a5d9972961873b8534f59cd9e
5
5
  SHA512:
6
- metadata.gz: f1bef6c9210da3d4ac4daaac6797de369f4d0e81a84443bba3044f08391e09c3c75a27d5ba746ec2cb096c6e31540ab98ce7a51ebe6233e979720830a2bde0af
7
- data.tar.gz: 4f3b184873c2cfd7b3a045f9939ff231daee429b5d641cc5a2a50e656b3a7c72343a972414c7b6f4d377d193a2f3b754a66bbb0e2d5d863e41b964344f9c024a
6
+ metadata.gz: 03a5c4343255724d9397fed1f100be963006984f8aceb824f3f60514c03412aebe1475b82275b9bc8f467cbc0e1847b8d25da6c6236cb283a1d70204e4fc5547
7
+ data.tar.gz: 6eafe0611ddd572dd73ced9108c54b2102feec6a1b7118088563fe45b009cf0dbc991af1ee634f3e53beb99bcb4b5cb25722a32980452562282e1d894ed456ac
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alphabetify
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
  - Todd Resudek
@@ -27,15 +27,15 @@ dependencies:
27
27
  description: |-
28
28
  Taking an existing alphabetic hash (of any length), will return the next hash in sequence.
29
29
  If all characters in hash are rolled over, will append a new char (increase the length by 1.)
30
- eg. 'ZZZZ' -> 'AAAAA'
31
- eg. 'AAAZ' -> 'AABA'
30
+ [eg. 'ZZZZ' -> 'AAAAA']
31
+ [eg. 'AAAZ' -> 'AABA']
32
32
  email: toddresudek@gmail.com
33
33
  executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
37
37
  - lib/alphabetify.rb
38
- homepage: http://rubygems.org/gems/alphabetify
38
+ homepage: https://github.com/supersimple/alphabetify
39
39
  licenses:
40
40
  - Apache-2.0
41
41
  metadata: {}
@@ -47,7 +47,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
47
  requirements:
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: '0'
50
+ version: 1.9.3
51
51
  required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ">="