File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010 spec . email = [ "[email protected] " ] 1111 spec . description = %q{Provide a command line tool to integrate pods into a unity project}
1212 spec . summary = %q{Provide a command line tool to integrate pods into a unity project}
13- spec . homepage = ""
13+ spec . homepage = "https://github.com/FunGoStudios/unitypods "
1414 spec . license = "MIT"
1515
1616 spec . files = `git ls-files` . split ( $/)
@@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
1919 spec . require_paths = [ "lib" ]
2020
2121 spec . add_development_dependency "bundler" , "~> 1.3"
22- spec . add_development_dependency "rake"
23- spec . add_development_dependency "rspec" , "~> 2.14.1 "
24- spec . add_runtime_dependency "cocoapods" , "~> 0.28.0 "
25- spec . add_runtime_dependency "thor" , "~> 0.18.0 "
22+ spec . add_development_dependency "rake" , "~> 10.1"
23+ spec . add_development_dependency "rspec" , "~> 2.14"
24+ spec . add_runtime_dependency "cocoapods" , "~> 0.29 "
25+ spec . add_runtime_dependency "thor" , "~> 0.18"
2626end
You can’t perform that action at this time.
0 commit comments