immosquare-cleaner 0.1.78 → 0.1.79

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: dadcd82a9246f29c49b8f6133cb4ec9a8b059435828a6a0906b6d70d4a845457
4
- data.tar.gz: fb334b4d1e5c6c815269c4cc9a933dc31c0eb64c043c05c3905769a9cf038a9d
3
+ metadata.gz: 45e404f079f70d3ef6f0094bcf52a1faf665c26f73745414a673d9c5714c9a09
4
+ data.tar.gz: 751950bcd194667c031f409d63a195b9b7aa1cfaabd0249462ccbba3f51ec1bb
5
5
  SHA512:
6
- metadata.gz: b3e042005cc8401df8c7cbeb967e4caee2e0f2e0d64698ba9b7586981427edd6f3f62bb13d4979eb8bd0248acdca9f59ce4400b04583994ab6445c9899076c80
7
- data.tar.gz: 67edec140e0b02668d4980bcc92e8e57c55a4576d2e3be204211b675246b2a5fd526e18e3af3fd4963ed6b4474dd2426266fc77933763d71b07f7695840201eb
6
+ metadata.gz: a50362fc98a675691238e826f71beeed82632c9a71490ffca677677c85241af7dc4917947962717faa2ff38b700472902b1b4fe7f5c48c5e5402b5e321e6c738
7
+ data.tar.gz: 2bc538063808ced4b902e52755c04ffbb65686799366feba4c970c95aec366f2af6a258b914f292d64f989e53d3f906fa6fc229ade87278ae36cecc635335e71
@@ -1,3 +1,3 @@
1
1
  module ImmosquareCleaner
2
- VERSION = "0.1.78".freeze
2
+ VERSION = "0.1.79".freeze
3
3
  end
@@ -24,6 +24,7 @@ module ImmosquareCleaner
24
24
  RUBY_FILES = [
25
25
  ".rb",
26
26
  ".rake",
27
+ "Brewfile",
27
28
  "Gemfile",
28
29
  "Rakefile",
29
30
  "Capfile",
data/package.json CHANGED
@@ -2,17 +2,16 @@
2
2
  "name": "immosquare-cleaner",
3
3
  "private": true,
4
4
  "dependencies": {
5
- "@eslint/js": "^9.35.0",
6
- "@typescript-eslint/eslint-plugin": "^8.6.0",
7
- "@typescript-eslint/parser": "^8.6.0",
8
- "eslint": "^9.35.0",
9
- "eslint-plugin-align-assignments": "^1.1.2",
10
- "eslint-plugin-align-import": "^1.0.0",
11
- "eslint-plugin-erb": "^2.1.1",
12
- "eslint-plugin-prefer-arrow": "^1.2.3",
13
- "eslint-plugin-sonarjs": "^3.0.5",
14
- "prettier": "^3.6.2",
15
- "typescript": "^5.5.4"
16
- },
17
- "scripts": {"morning": "bundle update && bundle clean --force && bun update --latest && bun install && bundle exec immosquare-cleaner 'package.json'"}
5
+ "@eslint/js": "^9.36.0",
6
+ "@typescript-eslint/eslint-plugin": "^8.45.0",
7
+ "@typescript-eslint/parser": "^8.45.0",
8
+ "eslint": "^9.36.0",
9
+ "eslint-plugin-align-assignments": "^1.1.2",
10
+ "eslint-plugin-align-import": "^1.0.0",
11
+ "eslint-plugin-erb": "^2.1.1",
12
+ "eslint-plugin-prefer-arrow": "^1.2.3",
13
+ "eslint-plugin-sonarjs": "^3.0.5",
14
+ "prettier": "^3.6.2",
15
+ "typescript": "^5.9.2"
16
+ }
18
17
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-cleaner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.78
4
+ version: 0.1.79
5
5
  platform: ruby
6
6
  authors:
7
7
  - immosquare