mezza-testunitxml 0.1.6.2 → 0.1.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: