high_five 0.3.18 → 0.3.19

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: 8202946d48fdbaaa511d60c60e0125316af76eb5
4
- data.tar.gz: b453e7da8d2f6668b7232943af63d8552ff149d4
3
+ metadata.gz: 3b63bf863b8c260a67682b408d2dffa0108c7697
4
+ data.tar.gz: 0b1ead20e83fb4594effe776752463c6311b6c12
5
5
  SHA512:
6
- metadata.gz: d8df8b070ad2b59c0e5edcbf65bd6f5e18fd6c69ace3f2d35cc09b335ec21f60172a97ec71ac3103ab22c7a03e4a44f5c118b0b6ec7395869f84dfc02b857fbf
7
- data.tar.gz: b0fe438022e55aab408c3825d6f67055bc970d9868e3ff729cc342eff2051b1bbba99b75975643137ec4a5b95b3d5d6460f83c1f58dbc623e62157f52a23c5b8
6
+ metadata.gz: dc5ce902d9775c4a9884d619c44e21fe3f8c4d94c4f92fd71483e038eafd4b89b942910c7e99a9ac44066f3963aa6cdd27eea617f04932064dfbf1f51b8d4371
7
+ data.tar.gz: d3d2941387fef6395a89ffddb8a21c917662d23805285a53c29b464db489da69522ff9c426fbab380210a718b375be1c368aef522051cc89bdb6e7ff035b6ef9
@@ -91,9 +91,9 @@ module HighFive
91
91
  if @output_file_name
92
92
  if gradle
93
93
  if debug
94
- apk = Dir["#{android_path}/build/outputs/apk/*-release.apk"][0]
95
- else
96
94
  apk = Dir["#{android_path}/build/outputs/apk/*-debug.apk"][0]
95
+ else
96
+ apk = Dir["#{android_path}/build/outputs/apk/*-release.apk"][0]
97
97
  end
98
98
  @final_apk_path = "#{android_path}/build/outputs/apk/#{@output_file_name}.apk"
99
99
  say "copying final build #{apk} -> #{@final_apk_path}"
@@ -1,3 +1,3 @@
1
1
  module HighFive
2
- VERSION = "0.3.18"
2
+ VERSION = "0.3.19"
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.18
4
+ version: 0.3.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-01 00:00:00.000000000 Z
11
+ date: 2016-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json