dorian 2.6.2 → 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 +1 -1
- data/VERSION +1 -1
- data/lib/dorian/bin.rb +1 -1
- data/package-lock.json +1 -1
- metadata +2 -1
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
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.6.
|
|
1
|
+
2.6.3
|
data/lib/dorian/bin.rb
CHANGED
|
@@ -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, "")
|
data/package-lock.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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é
|
|
@@ -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"
|