xc_metrics_aggregator 0.1.0 → 0.2.0

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
  SHA256:
3
- metadata.gz: 61c0dba58870efc2783f660b792ac84bdf9e876107b6f42dd65c6cc004ca68ca
4
- data.tar.gz: 9921f07076290282093d572302b5afdf0f9950e08dcedb2c99b3c9ce9cc7bf84
3
+ metadata.gz: a5c83890e29814c670e38b1fbac14467534a34ee02059bf4b7756a1761a0cc24
4
+ data.tar.gz: 5f35b6a8907883c1f2b23c1ea3988615ea8e9656dc71d54c58b540c1a048334c
5
5
  SHA512:
6
- metadata.gz: 1c69738d9955e674bed8628b262fb8a704018eafce81e9046f97741d0d0c0c29848026f60f4761077345bdbd3344f73b9b676eac08d782d8da7d86f3a319b49c
7
- data.tar.gz: 39f88c73f3031c1f6641e44703d6051fa70aeae62ff93ba33c74304e25bfb5869688e0339ebc1cc57de5d3ba8509a32ecd4ff34c69481fe16d0445214df69449
6
+ metadata.gz: e25cd68da485ab1506347c70682b024adf30d117cd4bf7d031d8bc42d5f8e2e55ef0ebdd4e21400afe530350b25a8c723982f7753c233754ad86556ecc2729aa
7
+ data.tar.gz: 658214e50050c57cf9a9b9ad250a008aef8bb0d57b565c93c35b5a6e6b8a7a3f15b47e9c6907dbf65fc3fbe76bf6a710e0bc6d7b3da1f6167914c5c86dd3d15d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xc_metrics_aggregator (0.1.0)
4
+ xc_metrics_aggregator (0.2.0)
5
5
  ascii_charts
6
6
  etc
7
7
  terminal-table
data/README.md CHANGED
@@ -3,7 +3,8 @@
3
3
  ## What's this?
4
4
 
5
5
  XCMetricsAggregator aggregates metrics data from [Xcode Metrics Organizer](https://help.apple.com/xcode/mac/current/#/devb642b28ac) with AppleScript.
6
- It also processes the raw data on your mac device to show the organized tables and charts.
6
+
7
+ It also processes the raw data on your mac device to organize them as table or chart.
7
8
 
8
9
  You can check how to use Xcode Metrics Organizer in WWDC 2019 session below.
9
10
 
@@ -1,3 +1,3 @@
1
1
  module XcMetricsAggregator
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -71,7 +71,7 @@ script TableRowsClicker
71
71
  set pos to position of row_elem
72
72
  my clickAt(item 1 of pos, item 2 of pos)
73
73
 
74
- --my waitForDownloading()
74
+ my waitForDownloading()
75
75
  end repeat
76
76
 
77
77
  end tell
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xc_metrics_aggregator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yahoo Japan Corporation