foodcritic-junit 0.1.6 → 0.1.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
  SHA1:
3
- metadata.gz: a3c5023726931552afcfb5475468cbb5b99fd78b
4
- data.tar.gz: 82910a0f5e7bf374c0fc6b9e35877c5f63b21413
3
+ metadata.gz: a7529d54c6c5b7f5439cbcc1737c85a97b678ec8
4
+ data.tar.gz: 9cf5bcf3a79ef37a4e6d755d04670b310ea274a8
5
5
  SHA512:
6
- metadata.gz: c5c0c319a0f5e5f0c2164ca3d46f0f369254c31b360a7407ed1f7084e8e961d2c39fb227f05f613224465d73f12c84f001dbac7244a1acc171a45f022fdd386b
7
- data.tar.gz: 70d41c66aa38dafa600ce94ecc62c363fc19dd289c23e568815f2e1412d30030ace0cb1c695bb32525730d7cc9f38784d39135661b93c5e89534828ccc0e26fd
6
+ metadata.gz: 02bc67e05bc499d9968fd9eeab37524228be81735b9694feedd578b6140b368ea33b4b9cfcc596a6ab113f627d3c0c3bfd19b7fe57b6878feffa18651801261d
7
+ data.tar.gz: 64fdd0ce6e5b8ba529e4dda96d541bcfb3a93a0c8ae75f28f7463680dfa4cc9889561fce1154d9fbd89ad14c2ff7a373e04cc9bf1083263fcd2c165332f593f2
@@ -13,15 +13,6 @@ Gem::Specification.new do |spec|
13
13
  spec.description = %q{Converts FoodCritic output to JUnit XML}
14
14
  spec.homepage = 'http://weblinc.com'
15
15
 
16
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
- # to allow pushing to a single host or delete this section to allow pushing to any host.
18
- if spec.respond_to?(:metadata)
19
- #spec.metadata['allowed_push_host'] = "https://gems.weblinc.com"
20
- else
21
- raise "RubyGems 2.0 or newer is required to protect against " \
22
- "public gem pushes."
23
- end
24
-
25
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
26
17
  f.match(%r{^(test|spec|features)/})
27
18
  end
@@ -45,7 +45,7 @@ module Foodcritic
45
45
  @current_violation = violation
46
46
  @current_violation_lines = []
47
47
  else
48
- current_violation_lines << line if current_violation_lines
48
+ current_violation_lines << line.lstrip if current_violation_lines
49
49
  end
50
50
  end
51
51
  end
@@ -1,5 +1,5 @@
1
1
  module Foodcritic
2
2
  module Junit
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foodcritic-junit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Vendetta