ztk.gemspec in ztk-1.0.6 vs ztk.gemspec in ztk-1.0.7

- old
+ new

@@ -5,10 +5,10 @@ Gem::Specification.new do |gem| gem.authors = ["Zachary Patten"] gem.email = ["zachary@jovelabs.net"] gem.description = %q{Zachary's (DevOp) Tool Kit} gem.summary = %q{Contains various classes and utilities I find I regularly need.} - gem.homepage = "https://github.com/jovelabs/ztk" + gem.homepage = "https://github.com/zpatten/ztk" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "ztk"