applocale 0.1.3 → 0.1.4

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: ce3e7bff7b22d23d3c66bb199eae555a63229fe4
4
- data.tar.gz: da64526dc0fa94ad7a270145a339b92e8b2a8195
3
+ metadata.gz: eac47d0f2717aa1128029f7faed77efe95551575
4
+ data.tar.gz: 920edfd02b491c953c3cd6ff32d2c2603b9ffc37
5
5
  SHA512:
6
- metadata.gz: 1a72c2970c189ee0ac9784d5a8bb1db62011e2459ae89ca2ef77f1815a9d8e220a465cc2de5067a8fccb047428a28adc76b0f46a61d5c573a01038238a0ce6dd
7
- data.tar.gz: fbd7a924f29f4b22f18a954557380342f81ac167eebc20fa78f72f2c82bdad0df4b3297b0f0e12e41af43ee9adf943abfe35670a0fd54492871f15a29a8d7b24
6
+ metadata.gz: a96ae79d1125a66908e135cbf9db6068b46164b4ca91b1a8e466693e3bd2723f9841c0d1f7a9e1e6d1786c0233df28e8c31d6cd696f3b1a6fe11ae38d144b0bc
7
+ data.tar.gz: f1fb52be75fd695ef3c8e3558dc3c51f981c4ffb5aa4e93f4a51037230c530c3f82b691e3933e5e950e380636e86baeb5331b94d732fb2a8610d04e47af87956
@@ -31,7 +31,7 @@ module Applocale
31
31
  contentlist.each do |rowinfo|
32
32
  content = rowinfo.content_dict[lang]
33
33
  value = ContentUtil.add_escape(platform, content)
34
- target.puts("\"#{rowinfo.key_str.downcase}\" = \"#{value}\";")
34
+ target.puts("\"#{rowinfo.key_str}\" = \"#{value}\";")
35
35
  end
36
36
  target.puts('')
37
37
  end
@@ -4,7 +4,7 @@ require File.expand_path('../platform.rb', __FILE__)
4
4
 
5
5
  module Applocale
6
6
  class ValidKey
7
- REGEX_KEYSTR_IOS = /\A[0-9a-zA-Z_\/]+\z/
7
+ REGEX_KEYSTR_IOS = /\A[0-9a-zA-Z_]+\z/
8
8
 
9
9
  def self.is_validkey(platfrom, key)
10
10
  return false if key.nil?
@@ -1,3 +1,3 @@
1
1
  module Applocale
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
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.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kennix
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-15 00:00:00.000000000 Z
11
+ date: 2017-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  requirements: []
201
201
  rubyforge_project:
202
- rubygems_version: 2.6.11
202
+ rubygems_version: 2.6.6
203
203
  signing_key:
204
204
  specification_version: 4
205
205
  summary: for mobile application to manage locale