ios_android_toolbox 0.0.39 → 0.0.40
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ios_android_toolbox/ios.rb +1 -1
- data/lib/ios_android_toolbox/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58614c4de5d9d0afa6c8595ce2c276e0cba52d47
|
4
|
+
data.tar.gz: 62cf8a4726ad55d3268079b134218692e8e00906
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c94f3bddd686b2d60e565e6cab843751800c124c0cade35f59c250168c126f843352ebdbc6c5b74bdd85424cd2312955e5a12459184d51fca7d7b01cc9fe158
|
7
|
+
data.tar.gz: 93f10f64b98df63a63fdb615c9040ca5123ebc30ca990e405402ad78bba2e4adaeae18d3ad2c0d66c531569859d384f789c3065a2f56b94d0249cd0cffb23c20
|
@@ -8,7 +8,7 @@ require 'ios_android_toolbox/base'
|
|
8
8
|
module IosAndroidToolbox
|
9
9
|
|
10
10
|
class IosVersionController < VersionController
|
11
|
-
VERSION_KEY = '
|
11
|
+
VERSION_KEY = 'CFBundleShortVersionString'
|
12
12
|
SHORT_VERSION_KEY = 'CFBundleShortVersionString'
|
13
13
|
URL_TYPES_KEY = "CFBundleURLTypes"
|
14
14
|
URL_SCHEMES_KEY = "CFBundleURLSchemes"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ios_android_toolbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.40
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Igor Sales
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: git
|