spoom 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf4b48623b21fd35fca6bc9d67b7e4c147de6980ba4780d3bbb9880d1b781f4f
4
- data.tar.gz: 33a0d165f33f09ac6bb06ad4144f2140d11204cbf32a7042db4775f0d6a648c4
3
+ metadata.gz: b239fa524447d3a3cd6290f8fa373cdaf9a1b3b76bacbbf290519820fe31f542
4
+ data.tar.gz: 389b772cafcc6658f6033707ec1696cc1221aab64efc8c0c4bef984e672e1ea4
5
5
  SHA512:
6
- metadata.gz: dd20daeb72d8c44be432a8b99cc10a833927fd7990073a1b11ab554c0188a0556ab19afc75a4593c7d4f3192ebc0f4ea4e0ae8650c7baf93011c7931b87ac9fc
7
- data.tar.gz: 4c1bca7683664aa11da04eb5a578681a0f993be20d15c8c0af0df9f86715df3b4b916a0019d49f4650e1614bb60101db26fee8f66b95dbc69f51d37c27229daa
6
+ metadata.gz: df641a876db23dd5aac45965adbae953ba43ae2fb20720498d6760843212a3541b4d3396401ad9cccb99db58830d3bec7124e32a27372496c61fd896517be126
7
+ data.tar.gz: 4f1b7fe4cd814333c449820bbd24f4fd3ca4883986b3d6f3c0c6f59dada06e136114930a9e8e20a72beb85854ef5f240d7dd6d6c0c5c0c28f5b70fc01185045a
@@ -66,7 +66,7 @@ module Spoom
66
66
  content = File.read(path, encoding: Encoding::ASCII_8BIT)
67
67
  new_content = update_sigil(content, new_strictness)
68
68
 
69
- File.write(path, new_content)
69
+ File.write(path, new_content, encoding: Encoding::ASCII_8BIT)
70
70
 
71
71
  strictness_in_content(new_content) == new_strictness
72
72
  end
data/lib/spoom/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Spoom
5
- VERSION = "1.1.10"
5
+ VERSION = "1.1.11"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spoom
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.10
4
+ version: 1.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Terrasa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-04-04 00:00:00.000000000 Z
11
+ date: 2022-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler