xcpretty-actions-formatter 0.1.0 → 0.1.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/{bin → exe}/xcpretty-actions-formatter +0 -0
- data/lib/xcpretty/actions_formatter/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ecbd6327569fae79369e8512bcd8939ae7080345e1991eda2e2006cef264127
|
4
|
+
data.tar.gz: cbcff9fee0ec76a3f30db59cf841625ea2474db45ad5d893ed4cf53f77b802c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1baaf1f8c3862d756ed98f086f95eabc75cd9a598d39cf3cd684a413ff34869f105def6ed09cf1e0093ab0176547d0e8979a1dc0730c189564c78505ee229f90
|
7
|
+
data.tar.gz: ac8a79e09b28665c4b9510a8b2f0186e5e1745bacbc87b33a7bb66b3508b767fa999ba9e3709e3b0aa8ee175ad07b42a7cb4d84be1e6d34eb7da59dc81cc8b14
|
data/Gemfile.lock
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xcpretty-actions-formatter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jaehong Kang
|
@@ -70,7 +70,8 @@ description: Formatter for xcpretty customized to provide pretty output on GitHu
|
|
70
70
|
Actions.
|
71
71
|
email:
|
72
72
|
- sinoru@me.com
|
73
|
-
executables:
|
73
|
+
executables:
|
74
|
+
- xcpretty-actions-formatter
|
74
75
|
extensions: []
|
75
76
|
extra_rdoc_files: []
|
76
77
|
files:
|
@@ -86,7 +87,7 @@ files:
|
|
86
87
|
- Rakefile
|
87
88
|
- bin/console
|
88
89
|
- bin/setup
|
89
|
-
-
|
90
|
+
- exe/xcpretty-actions-formatter
|
90
91
|
- lib/xcpretty/actions_formatter.rb
|
91
92
|
- lib/xcpretty/actions_formatter/version.rb
|
92
93
|
- xcpretty-actions-formatter.gemspec
|