snail 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/snail.rb +1 -0
  2. data/lib/snail/constants.rb +1 -2
  3. metadata +2 -2
data/lib/snail.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  require 'snail/configurable'
2
3
  require 'snail/constants'
3
4
  require 'snail_helpers'
@@ -1,4 +1,4 @@
1
- # coding: utf-8
1
+ # -*- encoding : utf-8 -*-
2
2
 
3
3
  class Snail
4
4
  # based on http://www.columbia.edu/kermit/postal.html#index, which is in turn based on
@@ -335,7 +335,6 @@ class Snail
335
335
  "Armed Forces Europe" => "AE",
336
336
  "Armed Forces Middle East" => "AE",
337
337
  "Armed Forces Pacific" => "AP",
338
- "Australia" => "AQ"
339
338
  }
340
339
  }
341
340
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-11 00:00:00.000000000 Z
12
+ date: 2012-12-05 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: International snail mail addressing is a pain. This begins to make it
15
15
  easier.