motion-i18n 0.0.1 → 0.0.2

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.
@@ -8,6 +8,7 @@ def convert(file, namespace, value)
8
8
  end
9
9
  end
10
10
 
11
+ desc "Convert YAML translations to Localizable.strings format"
11
12
  task :translate do
12
13
  require 'i18n'
13
14
 
data/motion-i18n.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "motion-i18n"
4
- s.version = "0.0.1"
4
+ s.version = "0.0.2"
5
5
  s.authors = ["Thomas Kadauke"]
6
6
  s.email = ["thomas.kadauke@googlemail.com"]
7
7
  s.homepage = "https://github.com/tkadauke/motion-i18n"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-16 00:00:00.000000000 Z
12
+ date: 2013-05-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: motion-require
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  segments:
93
93
  - 0
94
- hash: -1874604674427192652
94
+ hash: -2960334702810538327
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  none: false
97
97
  requirements:
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: '0'
101
101
  segments:
102
102
  - 0
103
- hash: -1874604674427192652
103
+ hash: -2960334702810538327
104
104
  requirements: []
105
105
  rubyforge_project:
106
106
  rubygems_version: 1.8.25