bundleid_helper 0.1.0 → 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: c16facd3b9047fba5150200949f7e8a3c4defc6f
4
- data.tar.gz: 69be4e74c4d39dd3da8d1ef0cf126fbaf281b059
3
+ metadata.gz: 90e43924c04cba14ad091b151e30d43b8a3e9d66
4
+ data.tar.gz: 737de0eb08759134b57d9928207b8517fdb251f2
5
5
  SHA512:
6
- metadata.gz: c5ec6c27275a17229061696a02af821e2006b8724f79b6b2fa27ba32a05e134d777eb2a30450ede60d72178a181ab51c3c7568d0b15aa3559577ef2fd9c9fc92
7
- data.tar.gz: edf975614a6ef5cd0862bad73d35722a86578af1f5f99deb2f29dee9b817d8d400921eabec07526c088efc71353e04abc77e920a2fbe84aa69719c9dff340ad7
6
+ metadata.gz: aec36bfb9b190bfdaa684b10ef231f62e40fcd6d44cb004a634c4bbf9876fd8b09891353cd885f62e92b1d9baa867bb46964c540238b83dedacc0264b88e818d
7
+ data.tar.gz: 6533eb5835bf74693b7bd74d59503dd2f2ed435556c17bd89439912e43ff4b8b71709eba8478e42a02c1f2501c8c64447737511f468501a1d0b2d8bf5bc64997
@@ -16,12 +16,12 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
19
- # if spec.respond_to?(:metadata)
20
- # spec.metadata['allowed_push_host'] = "https://rubygems.org"
21
- # else
22
- # raise "RubyGems 2.0 or newer is required to protect against " \
23
- # "public gem pushes."
24
- # end
19
+ #if spec.respond_to?(:metadata)
20
+ # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
+ #else
22
+ # raise "RubyGems 2.0 or newer is required to protect against " \
23
+ # "public gem pushes."
24
+ #end
25
25
 
26
26
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
27
  f.match(%r{^(test|spec|features)/})
@@ -24,7 +24,7 @@ module BundleidHelper
24
24
  end
25
25
 
26
26
  ###unzip plist file from ipa
27
- command = "unzip -j #{ipa_name} \"Payload/*.app/Info.plist\" -d xxxxxtemp"
27
+ command = "unzip -jo #{ipa_name} \"Payload/*.app/Info.plist\" -d xxxxxtemp"
28
28
  `#{command}`
29
29
  plist = CFPropertyList::List.new(:file => "xxxxxtemp/Info.plist")
30
30
  data = CFPropertyList.native_types(plist.value)
@@ -1,3 +1,3 @@
1
1
  module BundleidHelper
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundleid_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Yang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-06 00:00:00.000000000 Z
11
+ date: 2017-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler