Skip to content

Commit

Permalink
Remove gem apress-gems
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Mar 31, 2015
1 parent 618418c commit d7b17da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
begin
require 'bundler/setup'
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'apress/gems/rake_tasks'
require 'bundler/gem_tasks'
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

7 changes: 4 additions & 3 deletions resque-integration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'resque/integration/version'
Gem::Specification.new do |gem|
gem.name = 'resque-integration'
gem.version = Resque::Integration::VERSION
gem.authors = ['Alexei Mikhailov']
gem.email = %w([email protected])
gem.authors = ['Alexei Mikhailov', 'Michail Merkushin']
gem.email = %w([email protected] [email protected])
gem.summary = %q{Seamless integration of resque with resque-progress and resque-lock}
gem.homepage = 'https://github.com/abak-press/resque-integration'

Expand All @@ -16,6 +16,8 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = %w(lib)

gem.metadata['allowed_push_host'] = 'https://gems.railsc.ru'

gem.add_runtime_dependency 'resque', '= 1.25.2'
gem.add_runtime_dependency 'railties', '>= 3.0.0'
gem.add_runtime_dependency 'activerecord', '>= 3.0.0'
Expand All @@ -36,5 +38,4 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec', '~> 2.14'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'mock_redis'
gem.add_development_dependency 'apress-gems', '>= 0.2.0'
end

0 comments on commit d7b17da

Please sign in to comment.