phocoder-rails 0.0.54 → 0.0.55

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/app/models/encodable_job.rb +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1,4 +1,4 @@
1
- 0.0.54
1
+ 0.0.55
2
2
 
3
3
 
4
4
 
@@ -70,7 +70,7 @@ class EncodableJob < ActiveRecord::Base
70
70
 
71
71
 
72
72
  def self.update_from_phocoder(params)
73
- if params.keys.include?(:inputs) && params.keys.include?(:outputs)
73
+ if params.keys.include?("inputs") && params.keys.include?("outputs")
74
74
  update_from_phocoder_job_style(params)
75
75
  else
76
76
  update_from_phocoder_component_style(params)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phocoder-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.54
4
+ version: 0.0.55
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -425,7 +425,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
425
425
  version: '0'
426
426
  segments:
427
427
  - 0
428
- hash: 318160945474685400
428
+ hash: 3838405062470515638
429
429
  required_rubygems_version: !ruby/object:Gem::Requirement
430
430
  none: false
431
431
  requirements:
@@ -434,7 +434,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
434
434
  version: '0'
435
435
  segments:
436
436
  - 0
437
- hash: 318160945474685400
437
+ hash: 3838405062470515638
438
438
  requirements: []
439
439
  rubyforge_project:
440
440
  rubygems_version: 1.8.24