Rakefile in capistrano-delayed_job-0.0.10 vs Rakefile in capistrano-delayed_job-3.0.0
- old
+ new
@@ -4,34 +4,36 @@
require 'bundler'
begin
Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
$stderr.puts e.message
- $stderr.puts "Run `bundle install` to install missing gems"
+ $stderr.puts 'Run `bundle install` to install missing gems'
exit e.status_code
end
require 'rake'
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
- gem.name = "capistrano-delayed_job"
- gem.homepage = "https://github.com/leifcr/capistrano-delayed_job"
- gem.license = "MIT"
- gem.summary = %Q{Capistrano recipes for Delayed Job using runit and monit}
- gem.description = %Q{Capistrano recipes for Delayed Job using runit and monit.}
- gem.email = "leifcr@gmail.com"
- gem.authors = ["Leif Ringstad"]
- gem.files.exclude ".ruby-*"
+ gem.name = 'capistrano-delayed_job'
+ gem.homepage = 'https://github.com/leifcr/capistrano-delayed_job'
+ gem.license = 'MIT'
+ gem.summary = 'Capistrano recipes for Delayed Job using runit and monit'
+ gem.description = 'Capistrano recipes for Delayed Job using runit and monit.'
+ gem.email = 'leifcr@gmail.com'
+ gem.authors = ['Leif Ringstad']
+ gem.files.exclude '.ruby-*'
+ gem.files.exclude '*.sublime-project'
+ gem.files.exclude '.rubocop.yml'
# dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new
# require 'rdoc/task'
# Rake::RDocTask.new do |rdoc|
-# version = File.exist?('VERSION') ? File.read('VERSION') : ""
+# version = File.exist?('VERSION') ? File.read('VERSION') : ''
# rdoc.rdoc_dir = 'rdoc'
-# rdoc.title = "capistrano-empty #{version}"
+# rdoc.title = 'capistrano-empty #{version}'
# rdoc.rdoc_files.include('README*')
# rdoc.rdoc_files.include('lib/**/*.rb')
-# end
\ No newline at end of file
+# end