Rakefile in theworkinggroup-mysql-replication-helper-0.0.1 vs Rakefile in theworkinggroup-mysql-replication-helper-0.1.0

- old
+ new

@@ -5,12 +5,14 @@ require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "mysql-replication-helper" gem.summary = %Q{MySQL Replication Helper} gem.email = "github@tadman.ca" - gem.homepage = "http://github.com/tadman/mysql-replication-helper" - gem.authors = ["tadman"] + gem.homepage = "http://github.com/theworkinggroup/mysql-replication-helper" + gem.authors = [ 'Scott Tadman' ] + gem.executables = %w[ replication-helper ] + gem.add_dependency 'daemons' # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" @@ -34,11 +36,10 @@ task :rcov do abort "RCov is not available. In order to run rcov, you must: sudo gem install spicycode-rcov" end end - task :default => :test require 'rake/rdoctask' Rake::RDocTask.new do |rdoc| if File.exist?('VERSION.yml') @@ -51,6 +52,5 @@ rdoc.rdoc_dir = 'rdoc' rdoc.title = "mysql-replication-helper #{version}" rdoc.rdoc_files.include('README*') rdoc.rdoc_files.include('lib/**/*.rb') end -