applocale 0.2.0 → 0.2.1

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: 03973ae877a51412ba43c0d8c8aa988c851f5e08
4
- data.tar.gz: 1eebce14afd82cd736edc82df57aef6534ba371c
3
+ metadata.gz: 37f19328b6771ffa8654a1020aae35d34af2d9d9
4
+ data.tar.gz: 896b96cc3902f162c4c9389b0bdbbb176a882b66
5
5
  SHA512:
6
- metadata.gz: 7d4a6eb16589ed4841d480442e0bb37566e51ac24b1cc6467ac3e89e2f54cf6c19517024edf28065b2b0b8bc5d08cf3bf30f4fec90ef7a801656d452ae0e0c03
7
- data.tar.gz: 8500bdebd7a1a510482ed8488db26f96bad97d8cbec273885f60be7154c4da6a19b4a18efbce7bab87c671a96cbbd07bdfc1262a856237e03827d94ce8e33992
6
+ metadata.gz: 2d06e30e5b2f735aefd5b17c6ad2939b3fba3c8f010469bd24f066b6618ea21922a60cd2afdac1886e975b7fa13454e2aab9eb4fb231fdb83d8a162777b91649
7
+ data.tar.gz: 9269edbc851cd1078f72118f4d8e3ddf92e6240d3f018663a7bad15faee369bce1f9048370f28afae432960595a5050286e5e1d8d567d6ba7d5baabe4d0c426f
@@ -56,3 +56,5 @@ module Applocale
56
56
  end
57
57
  end
58
58
  end
59
+
60
+
@@ -25,7 +25,7 @@ module Applocale
25
25
  Applocale::ErrorUtil::CommandError.new("Mssing [platform] : ios | android ").raise
26
26
  end
27
27
  else
28
- platformsybom = Platform.init(platform.strip)
28
+ platformsybom = Platform.init(platformStr.strip)
29
29
  end
30
30
  if platformsybom.nil?
31
31
  ErrorUtil::CommandError.new("Invalid [platform] : ios | android ").raise
@@ -1,3 +1,3 @@
1
1
  module Applocale
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: applocale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kennix
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-25 00:00:00.000000000 Z
11
+ date: 2017-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler