ipa_utilities 0.0.2 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd225108fd52aee28d1e055391c0d5f0ddca5706
4
- data.tar.gz: 9be62f69f6eef418085b630d5eaf017ece66fb65
3
+ metadata.gz: 9e13259f8182417c57a41a855b35bee4057c4f3c
4
+ data.tar.gz: c1f39537267fef3e907a225600b3cc8be3ef20e2
5
5
  SHA512:
6
- metadata.gz: 01811aa704bac5d8c1f4a7d59aa6c9e4447795eace874e5ad657a0af17d8a4cd724ad28eaba94bd7c1508b9b0e650dcf2e1fcaa4302f03ca0d514f071a2fe757
7
- data.tar.gz: 8460af87b77f427a1a58d88d6aca7446badfc760629d5b9426c14f80ea25b3b65cb117e190a40bded7732e313e461b59e62148cbe6e0f33a357ba3443889cd2f
6
+ metadata.gz: 77a59e4dd5264869c433135378d000bd680b6af3bdee03fdd77ab7ea8d5fbbfab134ae41b7e5a2bfab3e98d7e8301206d94f701a96211066cb5f6af5a9686044
7
+ data.tar.gz: b8e511c4c71fb3888075dfa13d54d34d8e45072d21a7af788fa44c42a571c47aeea7d37f6bf92c26381af7c1ae9f29628a6263e4da959195b5c09fc6680f3d87
data/README.md CHANGED
@@ -92,4 +92,18 @@ Omar Abdelhafith
92
92
 
93
93
  ## License
94
94
 
95
- ipa_utilities is available under the MIT license.
95
+ ipa_utilities is available under the MIT license.
96
+
97
+ ## Future
98
+ Since xcode keeps changing how it signs and package the ipa files i will keep that up-todate for this library.
99
+
100
+ Other future improvements:
101
+
102
+ - Adding RSpec tests
103
+ - Better document the libraries
104
+ - Refactor the ipa_utilities binary
105
+
106
+ ## Contribute
107
+ Please!
108
+
109
+ Feel free to fork me on [github](https://github.com/oarrabi/ipa_utilities)
Binary file
@@ -18,6 +18,6 @@ Gem::Specification.new do |s|
18
18
  s.add_dependency "CFPropertyList", '~> 2.2'
19
19
  s.add_dependency "colorize", '~> 0.7'
20
20
 
21
- s.homepage = 'http://nsomar.com'
21
+ s.homepage = 'http://nsomar.com/ipa-utilities/'
22
22
  s.license = 'MIT'
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module IpaVersion
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipa_utilities
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omar Abdelhafith
@@ -77,6 +77,7 @@ files:
77
77
  - "./Gemfile"
78
78
  - "./Gemfile.lock"
79
79
  - "./README.md"
80
+ - "./ipa_utilities-0.0.2.gem"
80
81
  - "./ipa_utilities.gemspec"
81
82
  - "./lib/ipa_utilities.rb"
82
83
  - "./lib/ipa_utilities/IpaUtilities.rb"
@@ -84,7 +85,7 @@ files:
84
85
  - "./lib/ipa_utilities/version.rb"
85
86
  - "./lib/resources/Original.Entitlements.plist"
86
87
  - bin/ipa_utilities
87
- homepage: http://nsomar.com
88
+ homepage: http://nsomar.com/ipa-utilities/
88
89
  licenses:
89
90
  - MIT
90
91
  metadata: {}