qualiac_twine 0.0.6 → 0.0.7

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: 5bbde77aade42c6cdf725a65d5d7347562e20418ac739718aba0e766478bb1a9
4
- data.tar.gz: dd93439e52f11c63b74c26da6eb9d0a8a8806f8d853c57918092c20fb83fbb82
3
+ metadata.gz: 1380a33130a6c3fceeea0febcb919633f881b38598abcbb202d310744d58fde0
4
+ data.tar.gz: d1bc746ec19f6e3888447511617ec810a7ea353857b73fb110e2dd93c31af90c
5
5
  SHA512:
6
- metadata.gz: 35093a77975d842c989fba7a34d234257ce6923e09c0987a8502ded925ac658936f45d27ee51c5db3cc1ee08999ea732b4012c3b391de636b150b0859723299e
7
- data.tar.gz: 75eb571e9b9dcd3afe881fbc3987b1d8472e9d483dd675952c08aba5594e00576c61da2d4d2eb0eb330eb531a40bbafe4c4768c1255961c90a91f7fa49a4e270
6
+ metadata.gz: 62c537e788f8f69af98cdae89a900afca7ee54a51294a1a5e30c28b15b6826b8ba6a49f0fbdd0424ae2ed64d4c7f5a4c0253041041dd0a7ca1dc8537edbea10c
7
+ data.tar.gz: 0e7990dde2b235d8b16f41c79d670960703d20fdc01d41be8b4f20bc8f7e7cd6fab65675245d1136dc973d484e485f7d2606544ed15c94a3ec3a48c49a87851c
@@ -41,7 +41,7 @@ module Twine
41
41
  result += super + "\n"
42
42
 
43
43
  result += "}\n"
44
- result += "// swiftlint:enable identifier_name line_length superfluous_disable_command"
44
+ result += "// swiftlint:enable identifier_name line_length superfluous_disable_command\n"
45
45
  end
46
46
 
47
47
  def format_section_header(section)
@@ -61,4 +61,4 @@ module Twine
61
61
  end
62
62
  end
63
63
  end
64
- end
64
+ end
@@ -40,7 +40,7 @@ module Twine
40
40
  result += super + "\n"
41
41
 
42
42
  result += "}\n"
43
- result += "// swiftlint:enable identifier_name line_length superfluous_disable_command"
43
+ result += "// swiftlint:enable identifier_name line_length superfluous_disable_command\n"
44
44
  end
45
45
 
46
46
  def format_section_header(section)
@@ -60,4 +60,4 @@ module Twine
60
60
  end
61
61
  end
62
62
  end
63
- end
63
+ end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'qualiac_twine'
3
- s.version = '0.0.6'
3
+ s.version = '0.0.7'
4
4
  s.date = '2019-04-17'
5
5
  s.description = s.summary = 'Qualiac plugin for twine'
6
6
  s.description += '.' # avoid identical warning
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qualiac_twine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damien DANGLARD