civitas 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28037fc6995f149ecd6fcd77de06bb73314f350543cff25588566d14e4a1b5be
4
- data.tar.gz: c3491d5efd566a0935fb25fb806b7664e597998d0f2dbdeedd2a39534f9fd3c6
3
+ metadata.gz: d30da163d74c88c13317ac1e820eb52063e36405762ceada32e8666a68a09a3e
4
+ data.tar.gz: ba5490598dee4f5feb6623885804ebacc0db31137031f19488938cca29d867b3
5
5
  SHA512:
6
- metadata.gz: 904e5eb9643e640adfdebcce66fe1e30515c7bd97874dda3dbf387d10c4e6a8b60fa3fbe0bce858770807ff8567e72d6b4cb79672ca60c099a6407ceac337763
7
- data.tar.gz: 9e77e35ec9febda0aed5284b6acdb4a4550742e05e84f1dbd76ffb993da7635decc31b31b815af6c12b6b1e9a3309e39d65f0960c483894848180b31a9b2ca37
6
+ metadata.gz: e36ee78ddd198d76a2d964f0e1bcac8ee3b8f7c680b0fac14d2bb17131cc127c20d4b7623d866c18bb3ff926673af659d2fe5dab64e5eb39f20616ad4a737cc2
7
+ data.tar.gz: 9323dc509fd09a1e5769bbe52d094b7b27ebba92efffe513756975cf8f94577ec93799341f6365570faf37cffddb57dd6c4c7b5fc5464af166de4274bd521238
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Civitas Ruby Gem
2
2
 
3
- The `civitas` gem offers a straightforward way to retrieve lists of states for any given country and cities for any state. It's built on the MaxMind database, making it a reliable source for such data.
3
+ The `civitas` gem offers a straightforward way to retrieve lists of states for any given country and cities for any state. It's built on the MaxMind database, making it a reliable source for such data. It is a fork from https://github.com/thecodecrate/city-state which misses some fixes to run on most recent versions of Ruby.
4
4
 
5
5
  ## Compatibility
6
6
 
data/civitas.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'civitas/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "civitas"
8
8
  spec.version = CS::VERSION
9
- spec.authors = ["Daniel Loureiro"]
10
- spec.email = ["loureirorg@gmail.com"]
9
+ spec.authors = ["Cadu Ribeiro"]
10
+ spec.email = ["mail@cadu.dev"]
11
11
  spec.summary = %q{Simple list of cities and states of the world}
12
12
  spec.description = %q{Useful to make forms and validations. It uses MaxMind database.}
13
13
  spec.homepage = "https://github.com/duduribeiro/civitas"
@@ -1,3 +1,3 @@
1
1
  module CS
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: civitas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Daniel Loureiro
7
+ - Cadu Ribeiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '3.10'
69
69
  description: Useful to make forms and validations. It uses MaxMind database.
70
70
  email:
71
- - loureirorg@gmail.com
71
+ - mail@cadu.dev
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []