naf 2.1.4 → 2.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,6 @@ module Logical::Naf::ConstructionZone
27
27
 
28
28
  def create_queued_job(historical_job)
29
29
  queued_job = ::Naf::QueuedJob.new(application_id: historical_job.application_id,
30
- application_schedule_id: historical_job.application_schedule_id,
31
30
  application_type_id: historical_job.application_type_id,
32
31
  command: historical_job.command,
33
32
  application_run_group_restriction_id: historical_job.application_run_group_restriction_id,
@@ -49,7 +49,6 @@ module Logical::Naf::ConstructionZone
49
49
  application_run_group_limit: application_run_group_limit,
50
50
  priority: priority,
51
51
  application_id: application.try(:id),
52
- application_schedule_id: application_schedule.try(:id)
53
52
  }
54
53
  end
55
54
 
data/lib/naf/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Naf
2
- VERSION = "2.1.4"
2
+ VERSION = "2.1.5"
3
3
  end
data/naf.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.name = "naf"
9
9
  s.version = Naf::VERSION
10
10
  s.license = 'New BSD License'
11
- s.date = '2014-02-25'
11
+ s.date = '2014-02-26'
12
12
  s.summary = "Creates infrastructure for a customizable and robust Postgres-backed script scheduling/running"
13
13
  s.description = "A cloud based distributed cron, application framework and operations console. Naf works as a distributed script running " +
14
14
  "system that provides scheduling, logging, alarming, machine redundancy, and the ability to set constraint during script execution"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naf
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-02-25 00:00:00.000000000 Z
15
+ date: 2014-02-26 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails