danger-junit 0.6.0 → 0.6.1

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
  SHA1:
3
- metadata.gz: b38b37d5c91b3b94bd40bfd1f992bea06cdf53ff
4
- data.tar.gz: e4195e8fec3601f580c1e7002b69a89a0f8e05dc
3
+ metadata.gz: 22c5b7140209abd7b3ff90fbc448bbdb9a3ddc69
4
+ data.tar.gz: a30054678723e9bada89e98039f7dfcd7914791a
5
5
  SHA512:
6
- metadata.gz: bfce1b8cb7f2e33dc4ccb299ac1d77b6912788c5dd4d32792851cf0ae6ad5d8de58c48d5c68c5aadadea9305796a5b6a3ba48c88cbd37fbec932ea7539491ea1
7
- data.tar.gz: 0c7b6bffd9f5f3ab657cc64ceb0a7dd2d40da4347702e6f291861cf775304575e65a92a35976bf9b352171f1859411d95e468e576f8b1e9c37f88ddb074716d1
6
+ metadata.gz: d31f4f979c42f15edcad2a9202924ce6cb1f6bf1a5a11899b9a46934c88048766c490d5f8c26f5936f7607e10c247c7a160743e80eb828faea3b1542322cc8d9
7
+ data.tar.gz: 164afb58a8332232553154d0a0873f47fc0fc509f996d4df763a7496baf194c0db920f1232445f9017b1b52bd8370f6634ff9a8b1fde0be8a6a1b4efdf67f3ab
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- danger-junit (0.6.0)
4
+ danger-junit (0.6.1)
5
5
  danger (~> 2.0)
6
6
  ox (~> 2.0)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Junit
2
- VERSION = '0.6.0'.freeze
2
+ VERSION = '0.6.1'.freeze
3
3
  end
data/lib/junit/plugin.rb CHANGED
@@ -74,7 +74,7 @@ module Danger
74
74
  attr_accessor :show_skipped_tests
75
75
 
76
76
  # An array of symbols that become the columns of your tests,
77
- # if `nil`, the default, it will be all of the attribues.
77
+ # if `nil`, the default, it will be all of the attributes.
78
78
  #
79
79
  # @return [Array<Symbol>]
80
80
  attr_accessor :headers
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-junit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orta Therox