Skip to content

Commit

Permalink
chore(tasks): use apress-gems
Browse files Browse the repository at this point in the history
  • Loading branch information
salteron committed Dec 29, 2014
1 parent 824759c commit 25f5e11
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 181 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ tmp
spec/internal/config/database.yml
spec/internal/config/sphinx.yml
combustion
.ruby-version
13 changes: 6 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# coding: utf-8
# load everything from tasks/ directory
Dir[File.join(File.dirname(__FILE__), 'tasks', '*.{rb,rake}')].each { |f| load(f) }
begin
require 'bundler/setup'
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rspec/core/rake_task'

# setup `spec` task
RSpec::Core::RakeTask.new(:spec)
require 'apress/gems/rake_tasks'
7 changes: 1 addition & 6 deletions sphinx-integration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'combustion'
gem.add_development_dependency 'mock_redis'
gem.add_development_dependency 'database_cleaner'

# automatic changelog builder
gem.add_development_dependency 'changelogger'

# a tool for uploading files to private gem repo
gem.add_development_dependency 'multipart-post'
gem.add_development_dependency 'apress-gems', '>= 0.2'
end
92 changes: 0 additions & 92 deletions tasks/gem.rake

This file was deleted.

40 changes: 0 additions & 40 deletions tasks/support.rb

This file was deleted.

36 changes: 0 additions & 36 deletions tasks/version.rake

This file was deleted.

0 comments on commit 25f5e11

Please sign in to comment.