country_state_select 3.1.5 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/country_state_select/version.rb +1 -1
- data/lib/country_state_select.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: d8f77a9628df0c6d9f3f67493a93621ea6f22a458a04c26969aecb71922778ff
|
4
|
+
data.tar.gz: 050561b2a48f6ca39fde1287adf09236ed4a0e983effe55e19a59aa540e551dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a2487931fa56393723cd3d06d3d18449876c8bb743673583132aa8f7e098eb5b0cd82efd501ee2cf846cc2d627434f39d8f0e5dba03ed0997cd1b0f0a793f26
|
7
|
+
data.tar.gz: 90efce81dba401f57355c7186f7857145b92fc4f5a2afccb95f83b6489a6f6f5612d4c03bf5eb37f387cecf1d25857f139f59744d0a06abf0f81fe7183db8044
|
data/lib/country_state_select.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: country_state_select
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arvind Vyas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
- !ruby/object:Gem::Version
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
|
-
rubygems_version: 3.
|
128
|
+
rubygems_version: 3.0.3
|
129
129
|
signing_key:
|
130
130
|
specification_version: 4
|
131
131
|
summary: Dynamically select Country and State.
|