diff_test 0.6.0 → 0.7.0

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: daf439f9e7a37880a1c7e407b1f83c53bef5c95ef758cdcdbb39a60dcc96826a
4
- data.tar.gz: 75589fb13675ac87b4782bd21596050de5e603683dddad4c0f6a1e0b60dbe50d
3
+ metadata.gz: 0c9bb00a4ed3e786eeea894db16fc53b880e1cb86a9bc297df003e9697772151
4
+ data.tar.gz: 4060332f4db48744bbe0ac76a6d812c26854dc232331508da5f0f98ce849c0a9
5
5
  SHA512:
6
- metadata.gz: 7de494d4d7ed09e9227f1fd9e1c62564cdcaa2a3eaa9579593f6e3adf1fdda0285bd91e0b2aa011e5f688c8f3971b15ae2dab58ab57350d7dea5d41095407467
7
- data.tar.gz: ef8e2f4d679ddf3abdcb58a36ee16c186b2f86f8caa3d360cf43c9de91588f29973500d339b649359bf89ef76e1acdc1354b1fe74c5b44c823c037cc67d48cc3
6
+ metadata.gz: af7bce53595bdfbfb97c62959bdcb388638b5991d197852ab269e1e9afd61854d28dae7f0771307f497cdf4e1c45a7b8f04bb0a7200ced9f2c91e9bda78f2fcb
7
+ data.tar.gz: 92fcc77616d2a327934f228560b8adfec15f6ff4421c63460d097763f4ad731d2f55617082ed61bf683cb13cb856ef7edcb09127e4cc4aa34ec7f53656dcc114
@@ -30,7 +30,7 @@ module DiffTest
30
30
  disable_lint_comments += "#{comment} prettier-ignore\n"
31
31
  disable_lint_comments += "#{comment} eslint-disable-next-line\n"
32
32
 
33
- annotation = "#{comment} Automatically added by DiffTest\n#{disable_lint_comments}(globalThis || window)?.diffTestTrackJsFile#{safe_method_call}(\"#{file_path}\");\n#{comment} Automatically added by DiffTest\n"
33
+ annotation = "#{comment} Automatically added by DiffTest\n#{disable_lint_comments};(globalThis || window)?.diffTestTrackJsFile#{safe_method_call}(\"#{file_path}\");\n#{comment} Automatically added by DiffTest\n"
34
34
  insert_at_first_non_comment_line_str(content, annotation)
35
35
  end
36
36
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DiffTest
4
- VERSION = "0.6.0"
4
+ VERSION = "0.7.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diff_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owais