danger-xcov 0.3.2 → 0.3.3

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: 7c10e2b19a8783ac4d26b2e548caf40344e50bde
4
- data.tar.gz: e8d992f49dd2f4530d2e4438d9f531eae3308e17
3
+ metadata.gz: 910095a8b18f90751a632e8734d6cc802f60c2c0
4
+ data.tar.gz: b9a23264b5f2978a3b3228ebbf94fac855725daa
5
5
  SHA512:
6
- metadata.gz: a68b21c96a728a2250f1010ad3d94ec8d9908c2dd96029cabe65e8c73b78f15196776973921d29c94b5151a7a1cdad68f3366caf0dd5f357b5fc00142d8974b1
7
- data.tar.gz: af140872677ba406c07b6e09f09b1be91e44cf2c1d743e0a6b13d6cb54601c14ca9a9b1036dbb415dcbda8d0460c5cb270f4601cc73c23c83b9be124766b6ae8
6
+ metadata.gz: e044093f4a481010f7fa6930bb644cabadf1f2d5e008b82ae751c5c62d407ec776f57e2c5222d6433a9245eb4a1955cd88ca2c4c5fed704a798358514ebcef83
7
+ data.tar.gz: eb45e6960766b89ace3963e3eb41dfddcbf106b6d392dfa78069a289825a34070e1d95c9b935f27060865f99cf1a7881097f59fdbd44b5782c2630c28a22c4d0
@@ -89,7 +89,7 @@ module Danger
89
89
 
90
90
  # Processes the parameters passed to the plugin
91
91
  def convert_options(options)
92
- converted_options = options.__hash__.dup
92
+ converted_options = options.dup
93
93
  converted_options.delete(:verbose)
94
94
  converted_options
95
95
  end
@@ -1,4 +1,4 @@
1
1
  module DangerXcov
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  DESCRIPTION = "Danger plugin to validate the code coverage of the files changed"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-xcov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Vidal