mezza-testunitxml 0.1.6.2 → 0.1.6.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.
@@ -46,7 +46,7 @@ module REXML
46
46
  private
47
47
 
48
48
  def strip_quotes(quoted_string)
49
- quoted_string =~ /^[\'\"].*[\�\"]$/ ?
49
+ quoted_string =~ /^[\'\"].*[\'\"]$/ ?
50
50
  quoted_string[1, quoted_string.length-2] :
51
51
  quoted_string
52
52
  end
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
  # encoding: utf-8
3
3
 
4
4
  module Test
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
  # encoding: utf-8
3
3
 
4
4
  require 'rexml/document'
@@ -1,4 +1,4 @@
1
- #! /usr/bin/ruby
1
+ #! /usr/bin/env ruby
2
2
  # encoding: utf-8
3
3
 
4
4
  module Test
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mezza-testunitxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6.2
4
+ version: 0.1.6.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: