i18n-docs 0.0.3 → 0.0.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.
- data/Rakefile +1 -1
- data/i18n-docs.gemspec +1 -1
- data/lib/{localch-i18n.rb → i18n-docs.rb} +0 -0
- metadata +4 -4
data/Rakefile
CHANGED
data/i18n-docs.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'i18n-docs'
|
|
3
|
-
s.version = '0.0.
|
|
3
|
+
s.version = '0.0.4'
|
|
4
4
|
s.date = '2012-04-20'
|
|
5
5
|
s.summary = "Maintain translations in Google Docs and export them to your Rails project."
|
|
6
6
|
s.description = "GEM providing helper scripts to manage i18n translations in Google Docs. Features: check YAML files for missing translations; export YAML files to CSV; download translations from multiple Google spreadsheets and store to YAML files"
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: i18n-docs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -91,7 +91,7 @@ files:
|
|
|
91
91
|
- README.md
|
|
92
92
|
- Rakefile
|
|
93
93
|
- i18n-docs.gemspec
|
|
94
|
-
- lib/
|
|
94
|
+
- lib/i18n-docs.rb
|
|
95
95
|
- lib/localch_i18n/csv_to_yaml.rb
|
|
96
96
|
- lib/localch_i18n/missing_keys_finder.rb
|
|
97
97
|
- lib/localch_i18n/translation_file_export.rb
|
|
@@ -121,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
version: '0'
|
|
122
122
|
segments:
|
|
123
123
|
- 0
|
|
124
|
-
hash:
|
|
124
|
+
hash: -754739510145724626
|
|
125
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
none: false
|
|
127
127
|
requirements:
|
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
version: '0'
|
|
131
131
|
segments:
|
|
132
132
|
- 0
|
|
133
|
-
hash:
|
|
133
|
+
hash: -754739510145724626
|
|
134
134
|
requirements: []
|
|
135
135
|
rubyforge_project:
|
|
136
136
|
rubygems_version: 1.8.19
|