skyltmax_config 0.0.4 → 0.0.5

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: 91ca77ef012a4c7d5b59085933338648ef795a5bba265161b9d0feb15569ac44
4
- data.tar.gz: d87468692ce04bdedd6c3ceddf2627ecce3325aa6f3e65eef04e19804bc10670
3
+ metadata.gz: 21e29a8060c6f72c9bca8d4a60f7f148520bf0f779c0ba43d067ce2a11fca3a4
4
+ data.tar.gz: c6d61948ca4a7ddad94778f4db4c57c018e225b45f443058d09f811f38bdb7f2
5
5
  SHA512:
6
- metadata.gz: e1a5170d4bd2b5e9ddb524890cd82e3bc5f94a741b91def619414960aab99966ddf77029eebd3e9e77953659b5a42c956243679fd91ed3a127a04ca9d9f328eb
7
- data.tar.gz: 4f8d982f6a52e192a509b4a09276c85626db56a0fbcce04b756b227ca3691002b67f477b37825358b0b16d0d7cbe07058c3396bdc547fcdf02cbbc3d87a1b6dc
6
+ metadata.gz: c071f6305cdf6332c69d7e18720ba454d86f478bfef01c4c7474d7937f850da81cb76bf41af385f414471f9c510df5330e6d0cfd6f983d12d1bb0bef66058c59
7
+ data.tar.gz: e755fa674c72a6793a1211c9986b3276cc998f5b40b8a82559ab33a6a634136843a6a6e7058afd67e2322c704a740c697f19488059f74a4b405a7d7f1f3d55ad
data/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### [0.0.5] - 2025-11-04
6
+ - Fix rubygems attestation.
7
+
5
8
  ### [0.0.4] - 2025-11-04
6
9
  - Fix rubygems release.
7
10
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- skyltmax_config (0.0.4)
4
+ skyltmax_config (0.0.5)
5
5
  rubocop (>= 1.81.0, < 2)
6
6
  rubocop-performance (>= 1.26.0, < 2)
7
7
  rubocop-rails (>= 2.33.0, < 3)
data/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "@signmax/config",
3
- "version": "0.0.4",
4
- "description": "Skyltmax common configs",
3
+ "publishConfig": {
4
+ "access": "public"
5
+ },
6
+ "version": "0.0.5",
7
+ "description": "Reasonable ESLint, Prettier, and TypeScript configs.",
5
8
  "license": "MIT",
9
+ "author": "Signmax AB <team@signomatic.ee> (https://skyltmax.se/)",
6
10
  "homepage": "https://github.com/skyltmax/config#readme",
7
11
  "repository": {
8
12
  "type": "git",
@@ -11,6 +15,14 @@
11
15
  "bugs": {
12
16
  "url": "https://github.com/skyltmax/config/issues"
13
17
  },
18
+ "keywords": [
19
+ "config",
20
+ "eslint",
21
+ "prettier",
22
+ "typescript",
23
+ "signmax",
24
+ "skyltmax"
25
+ ],
14
26
  "main": "index.js",
15
27
  "type": "module",
16
28
  "exports": {
@@ -2,17 +2,23 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "skyltmax_config"
5
- s.version = "0.0.4"
5
+ s.version = "0.0.5"
6
+ s.authors = ["Signmax AB"]
7
+ s.email = ["team@signomatic.ee"]
6
8
  s.platform = Gem::Platform::RUBY
7
- s.required_ruby_version = ">= 3.4.0"
8
- s.summary = "Skyltmax shared config"
9
+
10
+ s.required_ruby_version = ">= 3.4"
11
+ s.required_rubygems_version = ">= 3.2"
12
+
13
+ s.summary = "Reasonable Rubocop configs."
9
14
  s.homepage = "https://github.com/skyltmax/config"
10
- s.authors = ["Skyltmax"]
11
15
  s.license = "MIT"
16
+
12
17
  s.metadata = {
13
- "homepage_uri" => "https://github.com/skyltmax/config#readme",
14
- "source_code_uri" => "https://github.com/skyltmax/config",
15
- "bug_tracker_uri" => "https://github.com/skyltmax/config/issues",
18
+ "homepage_uri" => "https://github.com/skyltmax/config#readme",
19
+ "source_code_uri" => "https://github.com/skyltmax/config",
20
+ "bug_tracker_uri" => "https://github.com/skyltmax/config/issues",
21
+ "allowed_push_host" => "https://rubygems.org",
16
22
  }
17
23
 
18
24
  # include all tracked files so packaged gem mirrors the repo's config assets
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skyltmax_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
- - Skyltmax
7
+ - Signmax AB
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
@@ -83,6 +83,8 @@ dependencies:
83
83
  - - "~>"
84
84
  - !ruby/object:Gem::Version
85
85
  version: '13.0'
86
+ email:
87
+ - team@signomatic.ee
86
88
  executables: []
87
89
  extensions: []
88
90
  extra_rdoc_files: []
@@ -119,6 +121,7 @@ metadata:
119
121
  homepage_uri: https://github.com/skyltmax/config#readme
120
122
  source_code_uri: https://github.com/skyltmax/config
121
123
  bug_tracker_uri: https://github.com/skyltmax/config/issues
124
+ allowed_push_host: https://rubygems.org
122
125
  rdoc_options: []
123
126
  require_paths:
124
127
  - lib
@@ -126,14 +129,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
129
  requirements:
127
130
  - - ">="
128
131
  - !ruby/object:Gem::Version
129
- version: 3.4.0
132
+ version: '3.4'
130
133
  required_rubygems_version: !ruby/object:Gem::Requirement
131
134
  requirements:
132
135
  - - ">="
133
136
  - !ruby/object:Gem::Version
134
- version: '0'
137
+ version: '3.2'
135
138
  requirements: []
136
- rubygems_version: 3.6.7
139
+ rubygems_version: 3.6.9
137
140
  specification_version: 4
138
- summary: Skyltmax shared config
141
+ summary: Reasonable Rubocop configs.
139
142
  test_files: []