dorian 2.6.1 → 2.6.3
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 +4 -4
- data/.npm-version +1 -0
- data/Gemfile.lock +3 -3
- data/VERSION +1 -1
- data/lib/dorian/bin.rb +2 -2
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 207aa14484ef986a3a7d8c31862e5252196fa2ec8d736e0b733132641e6f696f
|
|
4
|
+
data.tar.gz: fbd43455c747af16fb44a14de9d5b4c9649b169b2cc95fd26bac50a4d59f0c8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d925343950f9511d7e2ce5e40ae122942f14b580b08853c80cabb85db057edd3e80829c5b3919ec42c17d93a65fbbb2d77434d8d96e85cbed1f06341a3e3c331
|
|
7
|
+
data.tar.gz: '028fa81c00ab8693602e80fff5ebfc54964f3965593c093f27c89f63ed263ae51f0307332d5341b9aff43fbb41398718b08c926a0c76fe71cf67cb9a3b8c71b9'
|
data/.npm-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10.8.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
dorian (2.6.
|
|
4
|
+
dorian (2.6.3)
|
|
5
5
|
csv
|
|
6
6
|
dorian-arguments
|
|
7
7
|
dorian-eval
|
|
@@ -49,7 +49,7 @@ GEM
|
|
|
49
49
|
diff-lcs (1.5.1)
|
|
50
50
|
dorian-arguments (1.2.2)
|
|
51
51
|
bigdecimal
|
|
52
|
-
dorian-eval (1.
|
|
52
|
+
dorian-eval (1.5.0)
|
|
53
53
|
yaml
|
|
54
54
|
dorian-progress (1.1.2)
|
|
55
55
|
ruby-progressbar
|
|
@@ -123,7 +123,7 @@ GEM
|
|
|
123
123
|
rubocop (~> 1.41)
|
|
124
124
|
rubocop-factory_bot (2.26.1)
|
|
125
125
|
rubocop (~> 1.61)
|
|
126
|
-
rubocop-performance (1.22.
|
|
126
|
+
rubocop-performance (1.22.1)
|
|
127
127
|
rubocop (>= 1.48.1, < 2.0)
|
|
128
128
|
rubocop-ast (>= 1.31.1, < 2.0)
|
|
129
129
|
rubocop-rails (2.26.1)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.6.
|
|
1
|
+
2.6.3
|
data/lib/dorian/bin.rb
CHANGED
|
@@ -1620,7 +1620,7 @@ class Dorian
|
|
|
1620
1620
|
context.eval("format(#{path.to_json}, 'css')")
|
|
1621
1621
|
when :sh
|
|
1622
1622
|
if system("command -v shfmt > /dev/null 2>&1")
|
|
1623
|
-
command = ["shfmt", "
|
|
1623
|
+
command = ["shfmt", "-i", "4", path].shelljoin
|
|
1624
1624
|
stdout, stderr, status = Open3.capture3(command)
|
|
1625
1625
|
raise stderr unless stderr.empty? && status.success?
|
|
1626
1626
|
|
|
@@ -1673,7 +1673,7 @@ class Dorian
|
|
|
1673
1673
|
"Procfile", "Procfile.dev", "Podfile.lock", ".xcode.env", "CNAME",
|
|
1674
1674
|
"TODO", ".gitmodules", ".asdfrc", "config", ".dotignore", ".gemrc",
|
|
1675
1675
|
".gitconfig", ".gitmessage", ".hushlogin", ".psqlrc", ".vimrc",
|
|
1676
|
-
"DIRECTORIES"
|
|
1676
|
+
"DIRECTORIES", ".npm-version"
|
|
1677
1677
|
# nothing to do
|
|
1678
1678
|
when ".keep"
|
|
1679
1679
|
File.write(path, "")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dorian
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dorian Marié
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: csv
|
|
@@ -259,6 +259,7 @@ files:
|
|
|
259
259
|
- ".github/workflows/ci.yml"
|
|
260
260
|
- ".gitignore"
|
|
261
261
|
- ".node-version"
|
|
262
|
+
- ".npm-version"
|
|
262
263
|
- ".prettierignore"
|
|
263
264
|
- ".rubocop.yml"
|
|
264
265
|
- ".ruby-version"
|