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 +4 -4
- data/lib/pliney/provisioning_profile.rb +1 -1
- data/lib/pliney/version.rb +1 -1
- data/spec/ipa_spec.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c90e20e3d6d23f4a086a4aea0622408f60f158f3
|
4
|
+
data.tar.gz: a7e2c7d404fcaf5af681ef8371bac167a5350f54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e5e13944673cf25e36d37aedcd0be8af02c4fb13cb7fad0327cf6668b2de418ea4776bfa255280d7e011709c22a675c2b5b0d1a79a3632cd698bf4d53f7713a
|
7
|
+
data.tar.gz: d1a943b59061eb6df98ae3c722afee49588845694e428a59ae0e22a183b689482d32cfa5a00f1b4bb26b05c52ed57944666fccaf10aefecf90e7449a2a381570
|
data/lib/pliney/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2015-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|