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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9b652327d5797c0c2f38efd6379f59bd959de50
4
- data.tar.gz: 8ff556b2d88e9ecca25bd851faa54f7997e6302d
3
+ metadata.gz: 5c18ca3c5103283b9b2987d8f4c412205d2e9ea7
4
+ data.tar.gz: 8193965b8a98437490da7ad14607d5a6d63dbe4b
5
5
  SHA512:
6
- metadata.gz: 655acc59400287b8576ca04a1e6e23f0109e38515cafc2010ba1b08b82af76c02794eeecb0165c3e5143c8b4a2c06f0196358fce586f871bcdef55689ff3f7b6
7
- data.tar.gz: ed69916379524e5dfba666eb9f909cb74be64402227d699777e5d43673a9d16545c4a93dffca8b02e92c78fe8c3cc8ab7bfc247d67621fb613c758521fd94fd1
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 prent in the root of the given repository.
33
+ the provisioning profiles present in the given repository.
34
34
 
35
- ```
35
+ ```
@@ -1,3 +1,3 @@
1
1
  module AgentSmith
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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 root of the given repository.
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}/*.mobileprovision"]
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.2
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-12 00:00:00.000000000 Z
11
+ date: 2014-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler