cloudhdr_rails 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8b3a9d3463d12b2fdd26729b90df4de364364c1
4
- data.tar.gz: 285ef86e4bc3182922aef099907c1d2a0fd0a956
3
+ metadata.gz: d47178019688899d8fac45841c40c637c1da88c4
4
+ data.tar.gz: 310d022f0df42f6dbafa688d5fc584a1dbfc9f0e
5
5
  SHA512:
6
- metadata.gz: 4624ebc4b253e0c779f0778cc4cfbf99a1b946164a73fb62da0d92c10bfcc0aa3eb162adf00680ad56ec8713e3da43652df161e95025089dfb609afff36703f9
7
- data.tar.gz: 0d4aaba750d2d5fc0f2a479f97f9c8e4bf1e7a3530ed8aca36930c6e2f2fb41a4760bf172061964a3dc360a70bfd9fa6e60444b4b6bf20990485b6762f0aaffc
6
+ metadata.gz: 0058e9ab5561bb295d5f3ef286b648d77231eb560cbcb821c8aec0a23a5dc467e781aaea35d37da96f70e373d62a5207c56b0dded36eb6886a3bdcaf7bbe5358
7
+ data.tar.gz: 44bd70325ccb028408fa8bc064c07736bd6289781ec0a1816c0906eb02faa3897de87b4e2a2a11e483cde9d882b156ecf82078b92a77d2b33a63776c3275e6f7
@@ -2,7 +2,7 @@ class CloudhdrJob < ActiveRecord::Base
2
2
 
3
3
  belongs_to :image, :polymorphic=>true
4
4
 
5
- scope :pending, :conditions => "cloudhdr_status != 'ready'"
5
+ scope :pending, -> { where("cloudhdr_status != 'ready'") }
6
6
  #scope :for_components, :conditions => "tracking_mode = 'component'"
7
7
  #scope :for_jobs, :conditions => "tracking_mode = 'job'"
8
8
 
@@ -1,3 +1,3 @@
1
1
  module CloudhdrRails
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudhdr_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Green
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-06 00:00:00.000000000 Z
11
+ date: 2015-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails