gym 0.3.1 → 0.3.2

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: 67fa64bb46887d328e855da779b6e96ef7bccfa2
4
- data.tar.gz: 3e7a04c87dcf6678c4a87b773b504d980fccf46c
3
+ metadata.gz: c2a18d2f0297efde728ac6e00fecd9ecd38f82bc
4
+ data.tar.gz: 933ff160cfaee41f0388d33ae9735495ca615d05
5
5
  SHA512:
6
- metadata.gz: da8823afe4ecdbb06eaddfda96584ddb12db54d24976fc8fa4fedaf860e28118f40c44ef9d5ae7b874622019fa377bd5ada472b3b5b92610aa428fa1fa4c97de
7
- data.tar.gz: 75cceace6cffcea7503d7481af3a8e595e66a595d7356a5336c36ecd79d7886430f532480c8b3cabfab20d00a8481c99315e1f68d4b968ee614f4275885ba0eb
6
+ metadata.gz: 433ca518ab8adb50eed1b5057cab7dba891b5a37272d2b1075a556457fd23f142bb2c698edd80bd9ea4618fbb69df622682446ec0c9aa7e737625ce4ce65fa95
7
+ data.tar.gz: 2cd7bc32f4772f48552e520374f816bd20d6cdc82edef35655f878ae16b415113458fd7589e9c0ff26e2dd9db5e805921071cb00d9f2fc75e8253f5e1d38c7cb
@@ -54,7 +54,7 @@ module Gym
54
54
 
55
55
  # The path the the dsym file for this app. Might be nil
56
56
  def dsym_path
57
- Dir[BuildCommandGenerator.archive_path + "/**/*.dsym"].last
57
+ Dir[BuildCommandGenerator.archive_path + "/**/*.dSYM"].last
58
58
  end
59
59
  end
60
60
  end
data/lib/gym/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Gym
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  DESCRIPTION = "Building your iOS apps has never been easier"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gym
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
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-14 00:00:00.000000000 Z
11
+ date: 2015-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core