motion-localization 0.0.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Motion
2
2
  module Localization
3
- VERSION = "0.0.1"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["akahigeg@gmail.com"]
11
11
  spec.description = %q{Localization rake task for RubyMotion}
12
12
  spec.summary = %q{Localization rake task for RubyMotion}
13
- spec.homepage = "http://github.com/akahigeg/"
13
+ spec.homepage = "https://github.com/akahigeg/motion-localization"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
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: 0.0.1
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,7 @@ files:
78
78
  - motion-localization.gemspec
79
79
  - spec/for_test_dir/for_test_files
80
80
  - spec/motion-localization_spec.rb
81
- homepage: http://github.com/akahigeg/
81
+ homepage: https://github.com/akahigeg/motion-localization
82
82
  licenses:
83
83
  - MIT
84
84
  post_install_message: