record-locator 0.0.0 → 0.0.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/Rakefile +1 -1
- data/VERSION +1 -1
- data/record-locator.gemspec +2 -2
- 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: 27e34b3a1d2ccaa23688e625b97d8038dbfdb180
|
|
4
|
+
data.tar.gz: eb2950cf40c3c740ecaf2a1bc86911215a36fa38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89846a4d63d909b504f3083757207afa40e009617b8c00d4f8ea7a4ea45eed29f49b9ee41e5eab0601025e69960e46bd841736098883e5c4c7bafd547f0cb29e
|
|
7
|
+
data.tar.gz: aa5b6a102fdaaa39059f143ba40faa86ab403b0900351d99548cc0ffad6cc04cc82add8e59da9adce41eebbfd9fa4fcfdda8b653e3338bf2fc3144b0fdf1e923
|
data/Rakefile
CHANGED
|
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Use Base-27 encoding to shorten ID strings for easier data entry.}
|
|
21
21
|
gem.description = %Q{A Base-36 encoding for integer database IDs without potentially confusing character pairs like 5 and S, B and 8, I and 1, O and 0, or Q}
|
|
22
|
-
gem.email = "
|
|
22
|
+
gem.email = "rap@endymion.com"
|
|
23
23
|
gem.authors = ["Abdul Barek", "Ryan Alyn Porter"]
|
|
24
24
|
# dependencies defined in Gemfile
|
|
25
25
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.1
|
data/record-locator.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "record-locator"
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Abdul Barek", "Ryan Alyn Porter"]
|
|
12
12
|
s.date = "2013-11-14"
|
|
13
13
|
s.description = "A Base-36 encoding for integer database IDs without potentially confusing character pairs like 5 and S, B and 8, I and 1, O and 0, or Q"
|
|
14
|
-
s.email = "
|
|
14
|
+
s.email = "rap@endymion.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
17
17
|
"README.md"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: record-locator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Abdul Barek
|
|
@@ -69,7 +69,7 @@ dependencies:
|
|
|
69
69
|
version: 1.8.8
|
|
70
70
|
description: A Base-36 encoding for integer database IDs without potentially confusing
|
|
71
71
|
character pairs like 5 and S, B and 8, I and 1, O and 0, or Q
|
|
72
|
-
email:
|
|
72
|
+
email: rap@endymion.com
|
|
73
73
|
executables: []
|
|
74
74
|
extensions: []
|
|
75
75
|
extra_rdoc_files:
|