cocoapods-stats 0.5.2 → 0.5.3

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: b8838249649ff5e060f7b2cf7a40b1565437e104
4
- data.tar.gz: aa218d36be49104b00fe97566f1c742a12479fd7
3
+ metadata.gz: 916dc1c13da5182d79ae1b1d77220cb33ed57ed2
4
+ data.tar.gz: 48980412214aa740775b0b50ff81b6a625755590
5
5
  SHA512:
6
- metadata.gz: 873c7f03eccb5f86d566a3360c30e78fabe8250f32637dfc4f1a28ac533516996f8f4b4017c70fb94dc92ced75a70728e303e58f6d18aed7c2521308fda3c70a
7
- data.tar.gz: b4c6cfcd6288dbfb87350305d40e8609201592e1552409e315fab8fd810f96ae176c73306b246d780c761080960fa79101ab276005e576ae1f0f5cfd22943985
6
+ metadata.gz: 3c75c121cfe21d35eaf07ab28408116456463b2e4175d251d536c32e3e8ce2481004b54495ba581bda7b0ada09930daff720585307781e2a59179c932413a16e
7
+ data.tar.gz: 5ea54b99f8db5ab2d88f3d4792286a380b98dc3e3a02398426c9f380335c77148a287efb5e280eb413de4b4f26a766b85dfacb73996a4063219283a0bb478f1a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  #CocoaPods Stats CHANGELOG
2
2
 
3
- ## Master
3
+ ## 0.5.3
4
+
5
+ ##### Bug Fixes
6
+
7
+ * Don't raise an exception when there's no user project to pull targets from.
8
+ [Samuel Giddins](https://github.com/segiddins)
9
+
4
10
 
5
11
  ## 0.5.2
6
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-stats (0.5.2)
4
+ cocoapods-stats (0.5.3)
5
5
  nap (~> 0.8)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module CocoapodsStats
2
- VERSION = '0.5.2'
2
+ VERSION = '0.5.3'
3
3
  end
@@ -36,7 +36,7 @@ module CocoaPodsStats
36
36
  :platform => project_target.platform_name,
37
37
  }
38
38
  end
39
- end
39
+ end.compact
40
40
  end
41
41
  end
42
42
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orta Therox
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-07-01 00:00:00.000000000 Z
12
+ date: 2015-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nap