immosquare-constants 0.1.10 → 0.1.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99053deb6406eb95941d69ba204294ac4f4b484a8148ee0815cc1d561773b6a5
4
- data.tar.gz: '080de33e8b019779152aaaca5caa4e9aadf33b356c429889100878a3ac17ae3b'
3
+ metadata.gz: 66e6fdddfe8d5b3700f1f14d0b355b9ef0da49174db20ea516fe0aa4eb8cf23c
4
+ data.tar.gz: 77d44924b9d4224fe3a7cc8eada1f98a2a0d6c5c16d30359592ea83763a2998f
5
5
  SHA512:
6
- metadata.gz: 63d3b2967a8198ac70acb7c050b16f5d1799a5d3953e449e907d9a29cf06743c40885c5d8059156b1c38136875c3efbde4c6ddc8f5604aad9f718eeab6e30f0f
7
- data.tar.gz: c246a527bad454a79b8a613d8be3d46a9c877ba1e454f2e177b0969f7fd9059206378d1248b5cbd5e77efee245a3a9bafbb4e3a9c1823337dc3c315482b62246
6
+ metadata.gz: ad8ff8d7eb7b021344d53a6e859a748d667be4f0123fba569c8dbf7a12a7016a937588a316018e207e3880bfc23863b93f8803729c18d6b53de4470c30176825
7
+ data.tar.gz: 6d4b3090578cb4af74cb2b3aa686fa90765462503996ceb272b418f5d9d84f212d30aa5bb4b40ea578b62b87b28160c44603126137fda802107d26afc256a104
@@ -44,6 +44,7 @@ module ImmosquareConstants
44
44
  :"en-ZA" => "English (South Africa)",
45
45
  # Spanish (Spain, Latin America, United States)
46
46
  :es => "Español",
47
+ :"es-LA" => "Español (Latinoamérica)",
47
48
  :"es-AR" => "Español (Argentina)",
48
49
  :"es-BO" => "Español (Bolivia)",
49
50
  :"es-CL" => "Español (Chile)",
@@ -1,3 +1,3 @@
1
1
  module ImmosquareConstants
2
- VERSION = "0.1.10".freeze
2
+ VERSION = "0.1.11".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-constants
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - immosquare
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-12 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: ImmosquareConstants gem provides a robust set of constants to facilitate
14
13
  application development across various domains
@@ -28,7 +27,6 @@ homepage: https://github.com/immosquare/immosquare-constants
28
27
  licenses:
29
28
  - MIT
30
29
  metadata: {}
31
- post_install_message:
32
30
  rdoc_options: []
33
31
  require_paths:
34
32
  - lib
@@ -36,15 +34,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
36
34
  requirements:
37
35
  - - ">="
38
36
  - !ruby/object:Gem::Version
39
- version: 2.7.2
37
+ version: 3.2.6
40
38
  required_rubygems_version: !ruby/object:Gem::Requirement
41
39
  requirements:
42
40
  - - ">="
43
41
  - !ruby/object:Gem::Version
44
42
  version: '0'
45
43
  requirements: []
46
- rubygems_version: 3.5.22
47
- signing_key:
44
+ rubygems_version: 3.6.8
48
45
  specification_version: 4
49
46
  summary: ImmosquareConstants is a comprehensive collection of constants useful for
50
47
  a variety of applications.