addresses 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/addresses/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZDljNjExNjU5ODhmMWVmYzY4YWQ2MTI1N2UwZDliOTk1YjY0N2I2NA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZmM5ZjBhMjdjM2IwMzNjMDJkZGUyMGIwOTE2NWI2MWExYTBlYWMyYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTEyYjlhZWZiODQ1MTAxMjMxY2I0ODk1Yzk0MWUwMDdlMzhlZGQ3NDAxOThl
|
|
10
|
+
NTVlZjZhYzExMjAyMjcxNmEyMGQwZjlmZDcyMmQ0NzQzZmQ2NmVjMWY5MTc3
|
|
11
|
+
ZmIzZGU3NGJkY2Y3NWZjYTRlMTAzMzI4ZWVjMWFmMDFkMTM0YmE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDdjOGE1M2U4ODU1ZmUxODYyMDIxMzgyZGMxYjlkOGYxYTZjZWNmMjE3ZTU4
|
|
14
|
+
ZmVlMmU3NjAzNDIzMjI4Njk3ZjgxNzEzM2RhNDUzZDllNWMxMzkyODY5MGNk
|
|
15
|
+
ZmZiZTMxZDZmMTZhMTk1Y2Q2MTYwOGQwZWQ2ZTJhYzdkMjcxMjE=
|
data/lib/addresses/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: addresses
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wilbert Ribeiro
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '4.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '4.0'
|
|
27
27
|
description: Create Countr, State, City, Neighborhood and a polymorphic model called
|
|
28
28
|
Address that can be related as addessable.
|
|
29
29
|
email:
|