high_five 0.3.2 → 0.3.3

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: 08f88bb138358da8565a137e0e4989143b37d328
4
- data.tar.gz: 47605fea7d4a426ba191def3519b37abb0f8b635
3
+ metadata.gz: 192f45c14ceb6b22f3295ec3b67a4286e02c6bbe
4
+ data.tar.gz: 751b4ba435a73839670b0e707e664f8c5f60f190
5
5
  SHA512:
6
- metadata.gz: 484d30068c2db1b45c17363d413dbb8e8c677bccb35223ee5badd2ed8f3258576709bf81c4756bf93f2428deb7d1b7295733173663b5988a7731db26765f7a4f
7
- data.tar.gz: 55eae92589d8900fa27a113d2f5a06750d4a0933fd0714120a234a0b86ca7643cda025ebdce374c7cd6f405508eaa8ba0f6f5543bc77fc5b37522ca203bbcb62
6
+ metadata.gz: a941288a80cba76393d45cb6ed86f78c0f8532ee8fb68bc16db9ae4cbeda67ffc33c6635e1175030828aa032befb5135fe25dd07bc1b174741d7c1e284fa071c
7
+ data.tar.gz: 9353ab1668fed5479928b871c269341bf59defe028a9ec59283b685d9cd731bbc2028ebe4f73c8d0bfe13d9e652455736cfa3ec569c82480f51159d29802638e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- high_five (0.3.0)
4
+ high_five (0.3.2)
5
5
  chunky_png
6
6
  coffee-script (~> 2.2.0)
7
7
  compass (~> 0.12.2)
@@ -17,31 +17,30 @@ PATH
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- chunky_png (1.3.3)
20
+ chunky_png (1.3.4)
21
21
  coderay (1.1.0)
22
22
  coffee-script (2.2.0)
23
23
  coffee-script-source
24
24
  execjs
25
- coffee-script-source (1.8.0)
25
+ coffee-script-source (1.9.1.1)
26
26
  compass (0.12.7)
27
27
  chunky_png (~> 1.2)
28
28
  fssm (>= 0.2.7)
29
29
  sass (~> 3.2.19)
30
30
  diff-lcs (1.2.5)
31
- execjs (2.2.2)
31
+ execjs (2.5.2)
32
32
  fssm (0.2.10)
33
- hike (1.2.3)
34
33
  method_source (0.8.2)
35
- mini_portile (0.6.1)
36
- multi_json (1.10.1)
37
- nokogiri (1.6.4)
34
+ mini_portile (0.6.2)
35
+ multi_json (1.11.2)
36
+ nokogiri (1.6.6.2)
38
37
  mini_portile (~> 0.6.0)
39
38
  plist (3.1.0)
40
39
  pry (0.10.1)
41
40
  coderay (~> 1.1.0)
42
41
  method_source (~> 0.8.1)
43
42
  slop (~> 3.4)
44
- rack (1.5.2)
43
+ rack (1.6.4)
45
44
  rspec (2.13.0)
46
45
  rspec-core (~> 2.13.0)
47
46
  rspec-expectations (~> 2.13.0)
@@ -52,13 +51,9 @@ GEM
52
51
  rspec-mocks (2.13.1)
53
52
  sass (3.2.19)
54
53
  slop (3.6.0)
55
- sprockets (2.12.3)
56
- hike (~> 1.2)
57
- multi_json (~> 1.0)
54
+ sprockets (3.2.0)
58
55
  rack (~> 1.0)
59
- tilt (~> 1.1, != 1.3.0)
60
56
  thor (0.18.1)
61
- tilt (1.4.1)
62
57
  uglifier (2.1.2)
63
58
  execjs (>= 0.3.0)
64
59
  multi_json (~> 1.0, >= 1.0.2)
@@ -30,8 +30,9 @@ module HighFive
30
30
  def info_plist_path(target=nil)
31
31
  root_dir = ios_path
32
32
  target = "*" if target.nil?
33
- Dir["#{root_dir}/**/#{target}-Info.plist"].each do |path|
33
+ Dir["#{root_dir}/**/#{target}-Info.plist", "#{root_dir}/**/Info.plist"].each do |path|
34
34
  next if path =~ /\/build\//
35
+ next if path =~ /\.xcarchive/
35
36
  return path
36
37
  end
37
38
  raise "Couldn't find infoplist in #{root_dir}"
@@ -1,3 +1,3 @@
1
1
  module HighFive
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: high_five
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-25 00:00:00.000000000 Z
11
+ date: 2015-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -279,7 +279,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
279
  version: '0'
280
280
  requirements: []
281
281
  rubyforge_project:
282
- rubygems_version: 2.2.2
282
+ rubygems_version: 2.4.3
283
283
  signing_key:
284
284
  specification_version: 4
285
285
  summary: HighFive is a set of build scripts and tools for packing HTML5 apps both