swiss_municipality 0.1.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/swiss_municipality.rb +5 -0
  3. metadata +48 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4a3942baf5356b4cd222c5e0625a84a80a1d7d22078fd647dcf5f55511e8b859
4
+ data.tar.gz: bd166cab245044ac7d50b53b5fb90c73b6b3f4a523f999279b3c257d906dc7e2
5
+ SHA512:
6
+ metadata.gz: 240fa1d68afaf1c285179cc7fb4d3fca9122d1745a22a4622f93f1af7d30ac76cdaad3232e4f5543d8a7bbd0a96c0dbba75fd64b3cbd89679d197f2a700fd346
7
+ data.tar.gz: c1e9fe17b4674d6d25f8beb52892a35413b05c5deaa80f26b0f9ae013656b0561b9dcfd415f9e0c54791561022c5635b696ccce6bdd9f292e9d1c81ad7433452
@@ -0,0 +1,5 @@
1
+ class SwissMunicipality
2
+ def self.hi
3
+ puts 'Tsüri'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: swiss_municipality
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Denis Müller
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-11-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |
14
+ A gem that provides the following mappings (bidirectionally):
15
+ - zip code to municipality
16
+ - zip code to canton
17
+ - municipality to canton
18
+ email:
19
+ - denis@synerma.ch
20
+ executables: []
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - lib/swiss_municipality.rb
25
+ homepage: https://rubygems.org/gems/swiss_municipality
26
+ licenses:
27
+ - MIT
28
+ metadata: {}
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.1.2
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: A gem to map swiss municipalities to zip codes and cantons.
48
+ test_files: []