agent_smith 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/agent_smith/version.rb +1 -1
- data/lib/agent_smith.rb +2 -2
- 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: 5c18ca3c5103283b9b2987d8f4c412205d2e9ea7
|
4
|
+
data.tar.gz: 8193965b8a98437490da7ad14607d5a6d63dbe4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66a051dd26c64ac5f61036607acfbdc851e165b2a4e8a0ad5a294573265062a7e4449934579983932d9464108e994b4b0a3d6e6c4ccae13623fc589198002006
|
7
|
+
data.tar.gz: 895936461e2f7c3c367028521fd8624946cdbd83575ea0ab69314e8198f20d193373642f71761b3007b2189331fdb7e62929f451c18bc887d21b437ae0f5af9e
|
data/README.md
CHANGED
@@ -30,6 +30,6 @@ Options:
|
|
30
30
|
Description:
|
31
31
|
`agent_smith install --repo=git@github.com:Organization/provisioning-profiles`
|
32
32
|
will execute `agent_smith delete_all` and then will install all
|
33
|
-
the provisioning profiles
|
33
|
+
the provisioning profiles present in the given repository.
|
34
34
|
|
35
|
-
```
|
35
|
+
```
|
data/lib/agent_smith/version.rb
CHANGED
data/lib/agent_smith.rb
CHANGED
@@ -25,7 +25,7 @@ module AgentSmith
|
|
25
25
|
|
26
26
|
`agent_smith install --repo=git@github.com:Organization/provisioning-profiles`
|
27
27
|
will execute `agent_smith delete_all` and then will install all the provisioning
|
28
|
-
profiles present in the
|
28
|
+
profiles present in the given repository.
|
29
29
|
|
30
30
|
LONGDESC
|
31
31
|
|
@@ -39,7 +39,7 @@ LONGDESC
|
|
39
39
|
system "git clone #{options[:repo]} #{dir} &> /dev/null"
|
40
40
|
certificate = open(APPLE_ROOT_CERTIFICATE_URL).read()
|
41
41
|
|
42
|
-
prov_profiles = Dir["#{dir}
|
42
|
+
prov_profiles = Dir["#{dir}/**/**.mobileprovision"]
|
43
43
|
puts "#{prov_profiles.count} provisioning profiles found"
|
44
44
|
|
45
45
|
prov_profiles.each do |prov_profile|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: agent_smith
|
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
|
- Luca Querella
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|