Skip to content

Commit

Permalink
Prepare 4.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 22, 2014
1 parent 639c9e5 commit 270b06e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- encoding: utf-8 -*-
require "bundler/gem_helper"
Bundler::GemHelper.install_tasks

Expand Down
4 changes: 1 addition & 3 deletions delayed_job_active_record.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

Gem::Specification.new do |spec|
spec.add_dependency "activerecord", [">= 3.0", "< 5.0"]
spec.add_dependency "delayed_job", [">= 3.0", "< 4.1"]
Expand All @@ -12,5 +10,5 @@ Gem::Specification.new do |spec|
spec.name = "delayed_job_active_record"
spec.require_paths = ["lib"]
spec.summary = "ActiveRecord backend for DelayedJob"
spec.version = "4.0.2"
spec.version = "4.0.3"
end

0 comments on commit 270b06e

Please sign in to comment.