ocunit2junit 1.2 → 1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/bin/ocunit2junit +2 -0
  3. metadata +5 -7
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZWI4ZTViOWIwMGRkZTk5ODVhMGVkMDFjNmU3OWJiNTExYTMyZjZmMw==
5
+ data.tar.gz: !binary |-
6
+ NTZkNTcxMDViZGI3ODQ3NDE2YTRhN2IwYjAyNjUwMWM2YWFhNjExNw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ OGMwZGM1OThlMTFhNTlmZTYxOGEyNzJiYjE3ZDVhMGRkZjU2YmExYzdlNzAz
10
+ MWEyMDM4ODRmMTU0YzNjYmI5ZjE1NjU3ZGYzMDkzNTRmMzdjNjhhZWExZmNh
11
+ OWE4OWM5OTI2M2U1NDgwZDVmYjY2OTc1NjQ0N2VmODdkYmNjMjU=
12
+ data.tar.gz: !binary |-
13
+ MjI3MGUxYWE4ZjdmODdmMmExODM2NmJmOWZiNzFjNDgwODU5Njc0OWY2NjBi
14
+ NWNlYjliYjEwMGRkNjY4YmNlMDU0ZjQ5OTgyNGNmNWFkZmNjNmQ0OTMzMGQ5
15
+ MDQ5MDZkNTJmZTlhOThhYmVjNmJiNjExOWNkZTcxM2M1MTk3M2E=
data/bin/ocunit2junit CHANGED
@@ -47,6 +47,8 @@ class ReportParser
47
47
 
48
48
  def parse_input
49
49
  @piped_input.each do |piped_row|
50
+ piped_row.encode!('UTF-16', 'UTF-8', :invalid => :replace, :replace => '')
51
+ piped_row.encode!('UTF-8', 'UTF-16')
50
52
  puts piped_row
51
53
 
52
54
  description_results = piped_row.scan(/\s\'(.+)\'\s/)
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocunit2junit
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
5
- prerelease:
4
+ version: '1.3'
6
5
  platform: ruby
7
6
  authors:
8
7
  - Christian Hedin
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-11-13 00:00:00.000000000 Z
11
+ date: 2013-05-16 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: ! 'Simply pipe your xcodebuild output through ocunit2junit: xcodebuild
15
14
  ... | ocunit2junit.rb'
@@ -22,26 +21,25 @@ files:
22
21
  - bin/ocunit2junit
23
22
  homepage: https://github.com/ciryon/OCUnit2JUnit
24
23
  licenses: []
24
+ metadata: {}
25
25
  post_install_message:
26
26
  rdoc_options: []
27
27
  require_paths:
28
28
  - lib
29
29
  required_ruby_version: !ruby/object:Gem::Requirement
30
- none: false
31
30
  requirements:
32
31
  - - ! '>='
33
32
  - !ruby/object:Gem::Version
34
33
  version: '0'
35
34
  required_rubygems_version: !ruby/object:Gem::Requirement
36
- none: false
37
35
  requirements:
38
36
  - - ! '>='
39
37
  - !ruby/object:Gem::Version
40
38
  version: '0'
41
39
  requirements: []
42
40
  rubyforge_project:
43
- rubygems_version: 1.8.24
41
+ rubygems_version: 2.0.3
44
42
  signing_key:
45
- specification_version: 3
43
+ specification_version: 4
46
44
  summary: A script that converts OCUnit (and Kiwi) output to JUnit style XML output.
47
45
  test_files: []