record-locator 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/record-locator.gemspec +2 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80227723629775954056e7bbbd872273f5569f95
4
- data.tar.gz: f1a00ed1597d89c3deab8721239d363a127fa295
3
+ metadata.gz: 27e34b3a1d2ccaa23688e625b97d8038dbfdb180
4
+ data.tar.gz: eb2950cf40c3c740ecaf2a1bc86911215a36fa38
5
5
  SHA512:
6
- metadata.gz: 15e7cb653b75d0aec890dcd18d2ebd0645bb13c57e93b361fe4934931d23fbc2565285659b6fcf611f9fb7ea19149a8f73a4486029a059b140026f06066910c2
7
- data.tar.gz: 492a4d4c8792595baeba95986f1ff898986cfb6a2397b6fe36ab90d4a293f3c36f9178d2e3f4058f9262fa211813ef217d7c36d51234a3aea8ae3900c37eb3f6
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 = "work@endymion.com"
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.0
1
+ 0.0.1
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "record-locator"
8
- s.version = "0.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 = "work@endymion.com"
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.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: work@endymion.com
72
+ email: rap@endymion.com
73
73
  executables: []
74
74
  extensions: []
75
75
  extra_rdoc_files: