xcpretty-azure-formatter 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06abaa62c8db2eb8204574f7d72e256b8ca9aec0318354349e85ad7faf0e5fd8
4
- data.tar.gz: '08589dde88e1fa33404a1263c5810d51b24e84f6f9d46c3431f1111050765783'
3
+ metadata.gz: e488abd02dc24bb42f86f1ab45b28969445a84549a689089f4f9f6f9817051af
4
+ data.tar.gz: 6e4bd0be55cceaa25abd555557aff41304e4d72f32e0167b160d52c9672d4dab
5
5
  SHA512:
6
- metadata.gz: 90e1ffd950ffd6b64424944ad76ea818a99c135710ab25971a968263fbe94c9cc58183a7354e49fe37f51a53449a21e2790057731898a752fa1550c1226fc9a5
7
- data.tar.gz: 30ba47953b976a83de28708c4c320575014343d444132434fe670e7ae22508ae87f5ffeeec1a2b9f9b3d1201be4af7bbc005abfe8fb6cf3367a3f746edddf656
6
+ metadata.gz: e8ae57a13f1f7cfdb2f152e380e4aa2a1170edb008fdd76ff90bd2c09ab8f3abef51df40214b2fd87b8f5222e7c1a91f354da51f7923091156f7b3a431827c77
7
+ data.tar.gz: 8b23d5754b654265c84c7cf042d8836658980db62ac68fdd5513df58f7cbf147acaf1f1164e5aebdd4010f81379ae9376c57d83218e87b35c02915ab7c408fc9
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # xcpretty-azure-formatter
2
2
 
3
- ![Build](https://github.com/lasseporsch/xcpretty-azure-formatter/actions/workflows/main.yml/badge.svg)
3
+ ![Build](https://github.com/lasseporsch/xcpretty-azure-formatter/actions/workflows/main.yml/badge.svg) [![Gem Version](https://badge.fury.io/rb/xcpretty-azure-formatter.svg)](https://badge.fury.io/rb/xcpretty-azure-formatter)
4
4
 
5
5
  This xcpretty formatter produces additional [Azure Pipelines LogIssue](https://docs.microsoft.com/en-us/azure/devops/pipelines/scripts/logging-commands?view=azure-devops&tabs=bash#logissue-log-an-error-or-warning) commands so xcodebuild errors and warnigns can be reported to the Azure Pipeline environment.
6
6
 
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
- print File.expand_path("../lib/xcpretty-azure-formatter.rb", __dir__)
4
+ print File.expand_path("../lib/xcpretty_azure_formatter.rb", __dir__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcpretty-azure-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lasse Porsch