Rakefile in blavosync-0.0.2 vs Rakefile in blavosync-0.0.5
- old
+ new
@@ -6,14 +6,13 @@
Jeweler::Tasks.new do |gem|
gem.name = "blavosync"
gem.summary = %Q{Sync a remote db and rsync content to your development environment.}
gem.description = %Q{Sync a remote db and rsync content to your development environment. Useful for small teams and developers who are not able to do this manually.}
gem.email = "jerrodblavos@mac.com"
- gem.homepage = "http://github.com/jerrod/Blavosync"
+ gem.homepage = "http://github.com/indierockmedia/Blavosync"
gem.authors = ["jayronc"]
gem.has_rdoc = false
- gem.require_path = 'recipes'
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
@@ -49,8 +48,7 @@
version = File.exist?('VERSION') ? File.read('VERSION') : ""
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "blavosync #{version}"
rdoc.rdoc_files.include('README*')
- rdoc.rdoc_files.include('recipes/**/*.rb')
rdoc.rdoc_files.include('lib/**/*.rb')
end