localio 0.0.9 → 0.0.10

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: bec20377b073ab86c33854eb646d77f58a4b1a99
4
- data.tar.gz: 4a9b12dfe4e44788076b3f34c301b9f3131fddc3
3
+ metadata.gz: 5bbd447b52018f4105527080fba7520d9b519d29
4
+ data.tar.gz: a59fc88433f8ee94a55d67b82f57c6292eaa3dd4
5
5
  SHA512:
6
- metadata.gz: fc4f9af5e801242072a1b57b7884e16381e034b35c7dcb4998069b8171ef949cc296c1e25e50d1087ab979d8fba978cdd98fe3c2a65dd9d86520046349a7c6e3
7
- data.tar.gz: bf6b79b4b9fd612c84b497159155b128d6765c9f9c672dfd05b03da940d8841e1d8e046dd5475b18b5b7a75022abc7c7b05da7e70c61d44b35b060369e5bf591
6
+ metadata.gz: 1ec83a1c396777eda86818d984f726483ad90339b21b50a31415017f0a79f844767e79572fabe1cf21dceb40dd9d5c7987a013044e3a0d3c7a1f70d8070dc142
7
+ data.tar.gz: 73b46f3f4e645b259d8646fce0f68c1788c34088e53129360820867a525cfaa7624f124592565ab14ad4683979120bb858b5997a3e8e86e0f1d3665144c3d368
data/README.md CHANGED
@@ -146,13 +146,13 @@ Here you have some examples on how the behavior would be:
146
146
 
147
147
  Platform | "App name" | "ANOTHER_KIND_OF_KEY"
148
148
  -------------------|--------------|----------------------
149
- `:none` | App name | ANOTHER_KIND_OF_KEY
150
- `:snake_case` | app_name | another_kind_of_key
151
- `:camel_case` | appName | AnotherKindOfKey
152
- `:smart` (ios) | _App_name | _Another_kind_of_key
153
- `:smart` (android) | app_name | another_kind_of_key
154
- `:smart` (ruby) | app_name | another_kind_of_key
155
- `:smart` (json) | app_name | another_kind_of_key
149
+ `:none` | `App name` | `ANOTHER_KIND_OF_KEY`
150
+ `:snake_case` | `app_name` | `another_kind_of_key`
151
+ `:camel_case` | `appName` | `AnotherKindOfKey`
152
+ `:smart` (ios) | `_App_name` | `_Another_kind_of_key`
153
+ `:smart` (android) | `app_name` | `another_kind_of_key`
154
+ `:smart` (ruby) | `app_name` | `another_kind_of_key`
155
+ `:smart` (json) | `app_name` | `another_kind_of_key`
156
156
 
157
157
  Example of use:
158
158
 
@@ -1,3 +1,3 @@
1
1
  module Localio
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -36,6 +36,6 @@ class AndroidWriter
36
36
  end
37
37
 
38
38
  def self.android_parsing(term)
39
- term.gsub("&", "&")
39
+ term.gsub("&", "&").gsub("...","…")
40
40
  end
41
41
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nacho Lopez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-18 00:00:00.000000000 Z
11
+ date: 2013-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  version: '0'
171
171
  requirements: []
172
172
  rubyforge_project:
173
- rubygems_version: 2.0.6
173
+ rubygems_version: 2.1.10
174
174
  signing_key:
175
175
  specification_version: 4
176
176
  summary: Automatic Localizable file generation for multiple type of files, like Android