Skip to content

Commit

Permalink
use rails instead of active job gem
Browse files Browse the repository at this point in the history
  • Loading branch information
krisleech committed Oct 7, 2014
1 parent f7fc3b8 commit a8409aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/wisper/active_job.rb
@@ -1,4 +1,5 @@
require 'wisper/active_job/version'
require 'active_job'
# require 'active_job'
require 'rails/all'
require 'wisper'
require 'wisper/active_job_broadcaster'
3 changes: 3 additions & 0 deletions wisper-activejob.gemspec
Expand Up @@ -11,6 +11,9 @@ Gem::Specification.new do |spec|
spec.summary = "Provides Wisper with asynchronous event publishing using ActiveJob"
spec.description = "Provides Wisper with asynchronous event publishing using ActiveJob"
spec.homepage = "https://github.com/krisleech/wisper-activejob"

spec.required_ruby_version = '>= 1.9.3'

spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit a8409aa

Please sign in to comment.