mysql_backup.gemspec in mysql_backups-1.1.2 vs mysql_backup.gemspec in mysql_backups-1.1.4

- old
+ new

@@ -8,10 +8,10 @@ spec.version = MysqlBackup::VERSION spec.authors = ["Nathan Reed"] spec.email = ["reednj@gmail.com"] spec.summary = %q{easily make mysql backups from the command line} - spec.homepage = "https://github.com/reedn/mysql_backup" + spec.homepage = "https://github.com/reednj/mysql_backup" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }