pliney 0.0.2 → 0.0.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: fad96afb5f7664fe3b157a8fd19273276518cd5d
4
- data.tar.gz: e2a61e0d1526428061f5fec4d953f83f96c79993
3
+ metadata.gz: c90e20e3d6d23f4a086a4aea0622408f60f158f3
4
+ data.tar.gz: a7e2c7d404fcaf5af681ef8371bac167a5350f54
5
5
  SHA512:
6
- metadata.gz: 021a945223632fc03fdfeab0a4af327b1a7ee322a1557ba23e925a884aec478d5b1b76d42ffae78055f7eaba5ef37b527b9825fc4e48a416a9d74c91b3cbfc1d
7
- data.tar.gz: 549d0db774183ba9c04846b715962c7eef722ed622a80c9893d7157e564ac4fa508a6248fa761580b7a8f859dc2266eb576a5a252b2e14692c6ceeaa8dceec40
6
+ metadata.gz: 2e5e13944673cf25e36d37aedcd0be8af02c4fb13cb7fad0327cf6668b2de418ea4776bfa255280d7e011709c22a675c2b5b0d1a79a3632cd698bf4d53f7713a
7
+ data.tar.gz: d1a943b59061eb6df98ae3c722afee49588845694e428a59ae0e22a183b689482d32cfa5a00f1b4bb26b05c52ed57944666fccaf10aefecf90e7449a2a381570
@@ -61,7 +61,7 @@ module Pliney
61
61
  end
62
62
 
63
63
  def team_identifier
64
- plist["TeamIDentifier"]
64
+ plist["TeamIdentifier"]
65
65
  end
66
66
 
67
67
  def team_name
@@ -1,3 +1,3 @@
1
1
  module Pliney
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/spec/ipa_spec.rb CHANGED
@@ -54,6 +54,7 @@ describe Pliney::IPA do
54
54
  it "reads the provisioning profile" do
55
55
  @ipa.provisioning_profile.should be_a Pliney::ProvisioningProfile
56
56
  @ipa.provisioning_profile.name.should == "Pliney Test Profile"
57
+ @ipa.provisioning_profile.team_identifier.should == ["UL736KYQR9"]
57
58
  end
58
59
 
59
60
  it "gets the bundle version" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pliney
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Monti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-28 00:00:00.000000000 Z
11
+ date: 2015-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip