xcmultilingual 0.1.2 → 0.1.3

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: 80dd2cbcb739918e3734f51840bf3b0164a58ce8
4
- data.tar.gz: e1becbf16ff9b941cf28b31c56f9ce9295760669
3
+ metadata.gz: e8455d130987a17b1c789a220930f4947cf84ca5
4
+ data.tar.gz: eba7a53a102545bc071238aa41c935ec743bd544
5
5
  SHA512:
6
- metadata.gz: 987a6e66a6b0dbb402adcfc3a1fa2d6d5c2a80dd22ca067f8efdf208e051bddca39397224bfc84bea309ab75d6663ab9ea84adcf957bf88b4d5ec4c16841a025
7
- data.tar.gz: 66b8bc6153b88c37565b9f6e10693b6b96a7add952e16605dc1e06293f322d1bd334811ca66c2d798d1d6164a2335cd1d3af951e96271994c9d48f3c141765df
6
+ metadata.gz: c95372c5fe21768de380b74fe36c42a8de065ef825487f4a3e0fd491164e7643881b57bdd8eaeb6a38343d9eee01d12b2199f7fa860a12537bb8a56d5fdc1657
7
+ data.tar.gz: e268638e4485e174795aaf1bd3ddc31b1b41e66f4bd205e06c1747cbf68714d3bbe80ed9249abd2b1a1cf9036a87dfcaa6dcc15439377b2d66ed5e33095c00a2
@@ -2,7 +2,7 @@
2
2
  // Multilingual.swift
3
3
  // xcmultilingual
4
4
  //
5
- // Created by xcmultilingual.
5
+ // Created by xcmultilingual on 2015-07-12 20:46:52 +0900.
6
6
  //
7
7
  //
8
8
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- xcmultilingual (0.1.2)
4
+ xcmultilingual (0.1.3)
5
5
  thor
6
6
 
7
7
  GEM
@@ -13,12 +13,9 @@ module Xcmultilingual
13
13
  puts "" if @verbose
14
14
 
15
15
  destination_path = File.expand_path(@destination)
16
- puts destination_path
17
16
  destination_dir = File.dirname(destination_path)
18
- puts destination_dir
19
-
20
- bundles = {}
21
- Dir.glob("#{destination_dir}/**/*.lproj/**/*.strings") do |file_path|
17
+
18
+ bundles = {} Dir.glob("#{destination_dir}/**/*.lproj/**/*.strings") do |file_path|
22
19
  file_path = File.expand_path(file_path)
23
20
 
24
21
  # bundle
@@ -1,3 +1,3 @@
1
1
  module Xcmultilingual
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naoki Morita