international 0.3.3 → 0.3.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: 53ff5b140b285ec9839a8eca935a1f162ac55c1b
4
- data.tar.gz: 974436faa6179b1373283fc763a9c8727daf5819
3
+ metadata.gz: 0b93e1eb3cda5742713bf745a309bb85040ac2d8
4
+ data.tar.gz: 7fa40ab3239784a5923ac32da2b981f6e69827b0
5
5
  SHA512:
6
- metadata.gz: 82cc9538f44674ded7137e0b2bf84550139471e0ce182f2e152ec4552e3fd28752f42dfcd14805cd56ba8668d7472de1f8e52a73960648bc38b3d5c0d877ae7a
7
- data.tar.gz: 08ad3824144121d84476cb45722b2daf9a475c76c604dfc56b3f9ebf52ff19cf8c715bdb2ad675b143b2f80679580e2dd01214f2b408f5c0b51d6a93f16c5116
6
+ metadata.gz: 366447f01806d0591d37a12e628b27f3c979fc8362fcb71a54e0b01a6b2fbca41308a6e2ec9b9d0a7174b8ef07cee3c28516d2ee3173524b71a6bc5aa2edd00d
7
+ data.tar.gz: a1d14f02354e54d49bd25c9041bb4593f9614b21cf160c86d094e0ba565907c8ce26f542fd88942b3e76247e97db3a1c4707334bebabf345a3eee4bae7a96be6
@@ -2,7 +2,6 @@ require 'erb'
2
2
  require 'erubis'
3
3
  require 'fileutils'
4
4
  require 'colorize'
5
- require 'pry'
6
5
 
7
6
  class FileManager
8
7
  def initialize language, items, output_folder, platform, dryrun=false
@@ -110,6 +110,9 @@ module International
110
110
  languages.each do |lang|
111
111
  items = Array.new
112
112
  all.each do |row|
113
+
114
+ next if row.first.nil?
115
+
113
116
  item = {
114
117
  :key => row.first.last, # dem hacks
115
118
  :translation => row[lang]
@@ -1,3 +1,3 @@
1
1
  module International
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: international
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - cesarferreira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-24 00:00:00.000000000 Z
11
+ date: 2016-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake