xcprofiler 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 103fbbc4b903014e4d52e1b7eddf59998944cd6e
4
- data.tar.gz: 4d13c190c9cb6cd0247be41ba5700475f3e29726
3
+ metadata.gz: d67ad710c1c04bccfadc8ffec3d9d3df22e99f67
4
+ data.tar.gz: 32a9b556fd0aaa7a97ca0a7e86ebb0cb1a2a5840
5
5
  SHA512:
6
- metadata.gz: 7128ac3b10ea54dfc77fba6a05b697645ceafc4177126072a787b42b5bb0a56d16c9b65e2d6c29cc06a89e2948274d68d979c8c0e904415161d0de0e7c0e8aca
7
- data.tar.gz: b55c3b8fd6794e52fe47913741eddfe2c852c39989ad5541c3980558eaec800c480cd937cce1f813103c013316df120dc1be97cbcc902982853e2f54b9535a86
6
+ metadata.gz: e3eb2e513518afbb823d3e45487bfad6aad6286b4f679dc9dc75c02697fd88a790fc2fd3f99df56975614898f1de9075dc7ce56ea3b4a03129af74d5a10de67f
7
+ data.tar.gz: 18c7654920d26853b2e84f556f8eba8360579eea4b7bdfd02f1878a4849dd7c915dd73cc9564f8c43cd80457ebc317c2a1d5f0c8b6a4fd905d1f67dcc6c92672
data/README.md CHANGED
@@ -74,7 +74,7 @@ Sample output is here
74
74
  |--threshold||Threshold of time to display (ms)|
75
75
  |--show-invalids||Show invalid location results|
76
76
  |--order|-o|Sort order (default,time,file)|
77
- |--derived_data_path||Root path of DerivedData directory|
77
+ |--derived-data-path||Root path of DerivedData directory|
78
78
 
79
79
  ## Use custom reporters
80
80
 
@@ -24,7 +24,7 @@ module Xcprofiler
24
24
  opts.on("-o [ORDER]", [:default, :time, :file], "Sort order") { |v| options.order = v }
25
25
  opts.on("-l", "--limit [LIMIT]", Integer, "Limit for display") { |v| options.limit = v }
26
26
  opts.on("--threshold [THRESHOLD]", Integer, "Threshold of time to display(ms)") { |v| options.threshold = v }
27
- opts.on("--derived_data_path", String, "Root path of DerivedData") { |v| options.derived_data_path = v }
27
+ opts.on("--derived-data-path", String, "Root path of DerivedData") { |v| options.derived_data_path = v }
28
28
  opts.on_tail("-h", "--help", "Show this message") do
29
29
  puts opts
30
30
  exit
@@ -1,3 +1,3 @@
1
1
  module Xcprofiler
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - giginet