high_five 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f0a8cab115dd4c65ce1c073e82e198e5eedc5d3
4
- data.tar.gz: 709249e7835826caaddfec5a77504078c6a996e0
3
+ metadata.gz: 08f88bb138358da8565a137e0e4989143b37d328
4
+ data.tar.gz: 47605fea7d4a426ba191def3519b37abb0f8b635
5
5
  SHA512:
6
- metadata.gz: ea2b504b69d5c460c6bdfb35ec67adfc371d2320f3b95bf6bc577438d1d26e14f2637cc051cece58e974eb0f9c661efde2e45047dfaef924bb36a38def2f4d47
7
- data.tar.gz: 463559e6c97081ff555f04d2112ab596c9c374a748adff6c2da0b5c6e1e1ae9c6ea549573915c384095f7dbbb76ab2f9cac73ce6710a6b0d1d7f3627bc14a6e1
6
+ metadata.gz: 484d30068c2db1b45c17363d413dbb8e8c677bccb35223ee5badd2ed8f3258576709bf81c4756bf93f2428deb7d1b7295733173663b5988a7731db26765f7a4f
7
+ data.tar.gz: 55eae92589d8900fa27a113d2f5a06750d4a0933fd0714120a234a0b86ca7643cda025ebdce374c7cd6f405508eaa8ba0f6f5543bc77fc5b37522ca203bbcb62
@@ -15,7 +15,7 @@ module HighFive
15
15
 
16
16
  def ios_path
17
17
  if options[:platform_path]
18
- ios_path = options[:platform_path]
18
+ ios_path = File.expand_path options[:platform_path]
19
19
  else
20
20
  ios_path = File.dirname xcodeproj_path
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module HighFive
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
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.1
4
+ version: 0.3.2
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-05 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json