xcmultilingual 0.1.5 → 0.1.6
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/xcmultilingual/version.rb +1 -1
- data/xcmultilingual.gemspec +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: b237d235bf8dde963dc96ded95feb5ce4b0cf6c8
|
|
4
|
+
data.tar.gz: ec035c172d1f35293ecb241a5ed4d65a698a35ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1b2cb7e8fb1df3c7eee22eeb302cb5cc6b43b7420258ad27183ea6b494cbfc165b932ce66ea763e0f290eaf683cf07cb0ace12454e9ce8a2292644b3db96486
|
|
7
|
+
data.tar.gz: a934a33c87491c9c2f91b22b48ce4bb6bb1f2e17a74aea86485b06a928c19461da70b86deabb108b1dfd575268cbd30768fe9f70456ae9c57125b9c6e0a222c4
|
data/Gemfile.lock
CHANGED
data/xcmultilingual.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["namorit@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "Command line tool for Swift localizations: It parses localization files in project and output swift file including functions with pretty good complementations"
|
|
13
|
-
spec.description = "Command line tool for Swift localizations: It parses localization files in the project and output swift file including functions with pretty complementations!"
|
|
13
|
+
spec.description = "Command line tool for Swift localizations: It parses localization files in the project and output swift file including functions with pretty good complementations!"
|
|
14
14
|
spec.homepage = "https://github.com/morizotter/xcmultilingual"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xcmultilingual
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Naoki Morita
|
|
@@ -67,7 +67,7 @@ dependencies:
|
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
description: 'Command line tool for Swift localizations: It parses localization files
|
|
70
|
-
in the project and output swift file including functions with pretty complementations!'
|
|
70
|
+
in the project and output swift file including functions with pretty good complementations!'
|
|
71
71
|
email:
|
|
72
72
|
- namorit@gmail.com
|
|
73
73
|
executables:
|