Sha256: 4434fae677dbb517d033e33b916f292fb69f878b994216a7144b3feccf93bc93

Contents?: true

Size: 1.31 KB

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
uncharted-0.0.9 lib/uncharted/data/br.rb
uncharted-0.0.8 lib/uncharted/data/br.rb
uncharted-0.0.7.beta1 lib/uncharted/data/br.rb
uncharted-0.0.6 lib/uncharted/data/br.rb
uncharted-0.0.5 lib/uncharted/data/br.rb