ios_android_toolbox 0.0.9 → 0.0.10

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.
@@ -58,6 +58,8 @@ new_app_id = app_id_from_profile(prov_profile)
58
58
  new_cdate = creation_date_from_profile(prov_profile)
59
59
  new_is_dev = has_provisioned_devices(prov_profile)
60
60
 
61
+ Dir.mkdir(PROV_PROFILE_DIR, 755) if File.directory?(PROV_PROFILE_DIR)
62
+
61
63
  # Look through each file in the list
62
64
  Dir.foreach(PROV_PROFILE_DIR) do |item|
63
65
  next if item == '.' or item == '..'
@@ -1,3 +1,3 @@
1
1
  module IosAndroidToolbox
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ios_android_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 10
10
+ version: 0.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Igor Sales