naf 1.1.0 → 1.1.1

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.
@@ -36,7 +36,7 @@ module Process::Naf
36
36
 
37
37
  CLEAN_SYSTEM_MODELS = [
38
38
  ::Naf::Machine,
39
- ::Naf::VERSION == '1.0.3' ? ::Naf::HistoricalJob : ::Naf::Job
39
+ ::Naf::VERSION == '0.9.10' ? ::Naf::Job : ::Naf::HistoricalJob
40
40
  ]
41
41
 
42
42
 
@@ -1,3 +1,3 @@
1
1
  module Naf
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -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 = '2013-10-11'
11
+ s.date = '2013-10-14'
12
12
  s.summary = "Creates infrastructure for a customizable and robust Postgres-backed script scheduling/running"
13
13
  s.description = "Infrastructure includes abstractions for machines, runners, affinities, easily importable to any Rails app"
14
14
  s.authors = ["Keith Gabryelski", "Leonardo Meira", "Nathaniel Lim", "Aleksandr Dembskiy"]
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: 1.1.0
4
+ version: 1.1.1
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: 2013-10-11 00:00:00.000000000 Z
15
+ date: 2013-10-14 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails