motion-localization 1.0.0 → 1.0.1

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Motion::Localization
1
+ # motion-localization
2
2
 
3
3
  To add localization rake task to your RubyMotion project.
4
4
 
@@ -1,5 +1,5 @@
1
1
  module Motion
2
2
  module Localization
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- desc "create localization files (options: lang_code=xx )."
1
+ desc "create localization files (options: lang_code=xx )"
2
2
  namespace :localization do
3
3
  task :create do
4
4
  raise "require argument 'lang_code=[lang_code]' ex. lang=en" if ENV['lang_code'].nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-localization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: