Cleanup.
This commit is contained in:
parent
213c9bdd00
commit
af4f5654a7
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ module Twine
|
|||
File.open(path, "w:#{encoding}") do |f|
|
||||
f.puts "/**\n * JQuery Language File\n * Generated by Twine\n * Language: #{lang}\n */"
|
||||
f.puts "{"
|
||||
|
||||
|
||||
@strings.sections.each_with_index do |section, si|
|
||||
printed_section = false
|
||||
section.rows.each_with_index do |row, ri|
|
||||
|
|
|
@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|||
s.executables = %w( twine )
|
||||
s.description = <<desc
|
||||
Twine is a command line tool for managing your strings and their translations.
|
||||
|
||||
|
||||
It is geared toward Mac OS X, iOS, and Android developers.
|
||||
desc
|
||||
end
|
||||
|
|
Reference in a new issue