apple_certs_info 0.1.7 → 0.1.8

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: 84b7f8e2689acf89f4413b083da27c05798cb1867fe0ea0fc22942d5ecabdc48
4
- data.tar.gz: b3d409307713e9f0db5ba668ec887853e74acb5fd7464cb8fef7b61db259bee3
3
+ metadata.gz: af7f8229f8689f9d7a2f36440999dde63b2a46c9e4429288765e3e4559b3ade8
4
+ data.tar.gz: ff41a08af497ea80f00f7cc29dd2d4b760d84fb48c2d8a7051b0b17c3c1af002
5
5
  SHA512:
6
- metadata.gz: 5b4e58366fb218cf58711095678e10eab3888d03734dc9003de7200369f356d487b8c564613065f025c09958bc8c9b4f6c7a991330e882a76069fdc43cac20eb
7
- data.tar.gz: df6ec91474cf50b9f0e71c9ccf2fd34e35410aba9f7094e7dd448a48f63c013c1bfb832a0485e8849184d9af23085a0d55ff547c65b34977acfd59daf88017bf
6
+ metadata.gz: 7a5dacb311d712650309fdab78945c01fcbd245de49fdf75e72762e3111b6a792e2b6d70cc996ae7b7aa4836c2a2195f72f3653e7330a78b3a527a9c4bbf9af8
7
+ data.tar.gz: 9b21b435a7bb05be3999187bec9c09fe96ef5c95df7438b22f968d85dd2a4188a4d7f69e3cb7dd17e17feeb5a9c3b72a14113d7b516519fbecdf24f3a4a51c0a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- apple_certs_info (0.1.7)
4
+ apple_certs_info (0.1.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -38,7 +38,7 @@ module AppleCertsInfo
38
38
  apple_list = certificate_list_for(name: "Apple Development")
39
39
  list.concat(iphone_list)
40
40
  list.concat(apple_list)
41
- return list
41
+ return list.uniq
42
42
  end
43
43
 
44
44
  def self.certificate_distribution_list
@@ -47,7 +47,7 @@ module AppleCertsInfo
47
47
  apple_list = certificate_list_for(name: "Apple Distribution")
48
48
  list.concat(iphone_list)
49
49
  list.concat(apple_list)
50
- return list
50
+ return list.uniq
51
51
  end
52
52
 
53
53
  def self.certificate_info_for(name:)
@@ -1,3 +1,3 @@
1
1
  module AppleCertsInfo
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apple_certs_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshiyuki Hirata