unigunkan 0.0.5 → 0.0.6

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/bin/unigunkan CHANGED
@@ -67,7 +67,7 @@ if disable_retina_4inch_support
67
67
 
68
68
  default_png_path = Pathname.new(input + "/../../Default-568h@2x.png").realpath
69
69
 
70
- FileUtils.mv default_png_path, default_png_path + ".backup" + Time.now.strftime("%Y%m%d%H%M%S")
70
+ FileUtils.mv default_png_path, default_png_path.to_s + ".backup" + Time.now.strftime("%Y%m%d%H%M%S")
71
71
  end
72
72
 
73
73
  # delete the original
@@ -1,3 +1,3 @@
1
1
  module Unigunkan
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
data/unigunkan.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["gem@kreuz45.com"]
7
7
  gem.description = %q{Designed for Unity based projects.}
8
8
  gem.summary = %q{A command line xcode project file modifier.}
9
- gem.homepage = ""
9
+ gem.homepage = "http://github.com/yokoe/unigunkan"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = "unigunkan"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unigunkan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -28,7 +28,7 @@ files:
28
28
  - lib/unigunkan.rb
29
29
  - lib/unigunkan/version.rb
30
30
  - unigunkan.gemspec
31
- homepage: ''
31
+ homepage: http://github.com/yokoe/unigunkan
32
32
  licenses: []
33
33
  post_install_message:
34
34
  rdoc_options: []