dorian 2.6.6 → 2.6.7

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/VERSION +1 -1
  4. data/lib/dorian/bin.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e00a7f1e5dfed603d96fae0d83398eb8aa66516a5f021662dd173e5c046c307
4
- data.tar.gz: c57c1c6a77035fba7b38febfabb4a961e4bbe4150e7cef95bbdc9f4851c26625
3
+ metadata.gz: 2d461796aa2b9eb9d2ee8e83c9c895d85b70aa1a9cb20ed696c4d29e8f08bd3b
4
+ data.tar.gz: 3cd3829f813af904b1a935f91304d5014aac3937381b2224322b58411f72d2cc
5
5
  SHA512:
6
- metadata.gz: 20f65938785264079aacb27e360cd72fbd1b73601be6f4ed2dc5144256ff81341432f98c38d6b18e51f201ee83f8e6c5c80e46d75f6ac2427a242ddfe48bfaec
7
- data.tar.gz: 2f483ae79afdc40657099256f4b28ba06cfd63a589b47ce8eb50b9e29c215a8fca2954e1bb1cb64694c858cf53db3cc8dac0f53d603bb2a2296275b5ee05acab
6
+ metadata.gz: 2a6c8f15b72f77dd1bb2d5b2ceb5f2b7f4d2ffb45e3af501b33d959b5503f03b9e6db57e8ea838b5090b9aedbaf31b95198395982532e3440d2c6c36da68b143
7
+ data.tar.gz: d2b98b7897535ab0a40c7ccbf07136042bdd446fe937f5cb69dafb6cdc91040975f9ee0b37ad52903fc349f8fe8b3257cc5277c54de3d090afa568d5b4ea44d2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dorian (2.6.6)
4
+ dorian (2.6.7)
5
5
  csv
6
6
  dorian-arguments
7
7
  dorian-eval
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.6.6
1
+ 2.6.7
data/lib/dorian/bin.rb CHANGED
@@ -1497,7 +1497,7 @@ class Dorian
1497
1497
  def filetype(path)
1498
1498
  ext = File.extname(path).to_s.downcase
1499
1499
 
1500
- if File.exists?(".format-ignore")
1500
+ if File.exist?(".format-ignore")
1501
1501
  return if File.read(".format-ignore").split.map(&:strip).include?(path)
1502
1502
  end
1503
1503
 
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.6
4
+ version: 2.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié