ios_dev_tools 0.1.1 → 0.1.2

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.
@@ -0,0 +1,5 @@
1
+ module IOSDevTools
2
+
3
+ VERSION = "0.1.2"
4
+
5
+ end
data/lib/ios_dev_tools.rb CHANGED
@@ -1,8 +1,6 @@
1
1
 
2
2
  module IOSDevTools
3
3
 
4
- VERSION = "0.1.0"
5
-
6
4
  autoload :ApplicationBundle, 'ios_dev_tools/application_bundle'
7
5
  autoload :ProvisioningProfile, 'ios_dev_tools/provisioning_profile'
8
6
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Marcin Maciukiewicz
@@ -30,6 +30,7 @@ files:
30
30
  - lib/ios_dev_tools.rb
31
31
  - lib/ios_dev_tools/application_bundle.rb
32
32
  - lib/ios_dev_tools/provisioning_profile.rb
33
+ - lib/ios_dev_tools/version.rb
33
34
  has_rdoc: true
34
35
  homepage: https://github.com/cSquirrel/ios-dev-tools
35
36
  licenses: