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 +4 -4
- data/README.md +1 -1
- data/civitas.gemspec +2 -2
- data/lib/civitas/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d30da163d74c88c13317ac1e820eb52063e36405762ceada32e8666a68a09a3e
|
4
|
+
data.tar.gz: ba5490598dee4f5feb6623885804ebacc0db31137031f19488938cca29d867b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 = ["
|
10
|
-
spec.email = ["
|
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"
|
data/lib/civitas/version.rb
CHANGED
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.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
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
|
-
-
|
71
|
+
- mail@cadu.dev
|
72
72
|
executables: []
|
73
73
|
extensions: []
|
74
74
|
extra_rdoc_files: []
|