jobbr 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- jobbr (1.1.1)
12
+ jobbr (1.1.2)
13
13
  chronic_duration
14
14
  delayed_job_mongoid
15
15
  mongoid (~> 3.0)
@@ -1,3 +1,3 @@
1
1
  module Jobbr
2
- VERSION = '1.1.1'
2
+ VERSION = '1.1.2'
3
3
  end
@@ -20,7 +20,6 @@ namespace :jobbr do
20
20
  end
21
21
 
22
22
  def run_heroku_scheduled_classes(frequency)
23
- load "jobbr/scheduled_job"
24
23
  Jobbr::Mongoid.models(Jobbr::ScheduledJob).select{|c| c.heroku_frequency == frequency }.sort{|a,b| b.heroku_priority <=> a.heroku_priority}.each(&:run)
25
24
  end
26
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jobbr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -251,7 +251,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
251
251
  version: '0'
252
252
  segments:
253
253
  - 0
254
- hash: 3800200861971861567
254
+ hash: -3802403063664260273
255
255
  required_rubygems_version: !ruby/object:Gem::Requirement
256
256
  none: false
257
257
  requirements:
@@ -260,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  version: '0'
261
261
  segments:
262
262
  - 0
263
- hash: 3800200861971861567
263
+ hash: -3802403063664260273
264
264
  requirements: []
265
265
  rubyforge_project:
266
266
  rubygems_version: 1.8.23