postnummer_norge 1.0.0 → 1.0.1

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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PostnummerNorge
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
data/mise.toml ADDED
@@ -0,0 +1,2 @@
1
+ [tools]
2
+ ruby = "4.0"
@@ -0,0 +1,17 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3
+ "packages": {
4
+ ".": {
5
+ "release-type": "ruby",
6
+ "package-name": "postnummer_norge",
7
+ "version-file": "lib/postnummer_norge/version.rb",
8
+ "extra-files": [
9
+ {
10
+ "type": "generic",
11
+ "path": "Gemfile.lock",
12
+ "regex": "postnummer_norge \\((?<version>.+?)\\)"
13
+ }
14
+ ]
15
+ }
16
+ }
17
+ }
metadata CHANGED
@@ -1,16 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postnummer_norge
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inge Jørgensen
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-11-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
- description:
14
12
  email:
15
13
  - inge@anyone.no
16
14
  executables: []
@@ -18,8 +16,12 @@ extensions: []
18
16
  extra_rdoc_files: []
19
17
  files:
20
18
  - ".github/workflows/build.yml"
19
+ - ".github/workflows/update-postal-codes.yml"
21
20
  - ".gitignore"
21
+ - ".release-please-manifest.json"
22
22
  - ".rubocop.yml"
23
+ - ".tool-versions"
24
+ - CHANGELOG.md
23
25
  - Gemfile
24
26
  - Gemfile.lock
25
27
  - README.md
@@ -28,14 +30,15 @@ files:
28
30
  - lib/postnummer_norge/postal_code.rb
29
31
  - lib/postnummer_norge/postal_codes.tab
30
32
  - lib/postnummer_norge/version.rb
33
+ - mise.toml
31
34
  - postnummer_norge.gemspec
35
+ - release-please-config.json
32
36
  - spec/postnummer_norge/postal_code_spec.rb
33
37
  - spec/spec_helper.rb
34
38
  homepage: ''
35
39
  licenses: []
36
40
  metadata:
37
41
  rubygems_mfa_required: 'true'
38
- post_install_message:
39
42
  rdoc_options: []
40
43
  require_paths:
41
44
  - lib
@@ -50,8 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
53
  - !ruby/object:Gem::Version
51
54
  version: '0'
52
55
  requirements: []
53
- rubygems_version: 3.4.10
54
- signing_key:
56
+ rubygems_version: 4.0.3
55
57
  specification_version: 4
56
58
  summary: Norwegian postal codes
57
59
  test_files: []