Sha256: 0bb04fd140df437d74a12ab198f03550283a7add4133c6235b7c1479abfd9dfc

Contents?: true

Size: 1.31 KB

Versions: 7

Compression:

Stored size: 1.31 KB

Contents

# encoding: utf-8

require 'uncharted/territory'

module Uncharted
  Territory.new('BR-AC', :state, 'Acre')
  Territory.new('BR-AL', :state, 'Alagoas')
  Territory.new('BR-AP', :state, 'Amapá')
  Territory.new('BR-AM', :state, 'Amazonas')
  Territory.new('BR-BA', :state, 'Bahia')
  Territory.new('BR-CE', :state, 'Ceará')
  Territory.new('BR-DF', :district, 'Distrito Federal')
  Territory.new('BR-ES', :state, 'Espírito Santo')
  Territory.new('BR-GO', :state, 'Goiás')
  Territory.new('BR-MA', :state, 'Maranhão')
  Territory.new('BR-MT', :state, 'Mato Grosso')
  Territory.new('BR-MS', :state, 'Mato Grosso do Sul')
  Territory.new('BR-MG', :state, 'Minas Gerais')
  Territory.new('BR-PR', :state, 'Paraná')
  Territory.new('BR-PB', :state, 'Paraíba')
  Territory.new('BR-PA', :state, 'Pará')
  Territory.new('BR-PE', :state, 'Pernambuco')
  Territory.new('BR-PI', :state, 'Piauí')
  Territory.new('BR-RJ', :state, 'Rio de Janeiro')
  Territory.new('BR-RN', :state, 'Rio Grande do Norte')
  Territory.new('BR-RS', :state, 'Rio Grande do Sul')
  Territory.new('BR-RO', :state, 'Rondônia')
  Territory.new('BR-RR', :state, 'Roraima')
  Territory.new('BR-SC', :state, 'Santa Catarina')
  Territory.new('BR-SE', :state, 'Sergipe')
  Territory.new('BR-SP', :state, 'São Paulo')
  Territory.new('BR-TO', :state, 'Tocantins')
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
uncharted-0.0.16 lib/uncharted/config/br.rb
uncharted-0.0.15 lib/uncharted/config/br.rb
uncharted-0.0.14 lib/uncharted/config/br.rb
uncharted-0.0.13 lib/uncharted/config/br.rb
uncharted-0.0.12 lib/uncharted/config/br.rb
uncharted-0.0.11 lib/uncharted/config/br.rb
uncharted-0.0.10 lib/uncharted/config/br.rb