yawl 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/yawl/process.rb CHANGED
@@ -5,9 +5,6 @@ require "yawl/log"
5
5
 
6
6
  module Yawl
7
7
  class Process < Sequel::Model
8
- plugin :serialization, :json, :config
9
- plugin :serialization_modification_detection
10
-
11
8
  plugin :validation_helpers
12
9
  one_to_many :steps, :order => [:seq]
13
10
 
data/lib/yawl/setup.rb CHANGED
@@ -16,7 +16,7 @@ module Yawl
16
16
  String :state, :default=>"pending", :text=>true, :null=>false
17
17
  DateTime :created_at
18
18
  String :name, :text=>true
19
- String :config
19
+ json :config
20
20
  String :request_id, :text=>true
21
21
  String :specified_attributes
22
22
  end
data/lib/yawl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Yawl
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yawl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-30 00:00:00.000000000 Z
12
+ date: 2014-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sequel
@@ -171,7 +171,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  segments:
173
173
  - 0
174
- hash: -3718802543540648108
174
+ hash: 4040071975570743146
175
175
  required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  none: false
177
177
  requirements:
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  version: '0'
181
181
  segments:
182
182
  - 0
183
- hash: -3718802543540648108
183
+ hash: 4040071975570743146
184
184
  requirements: []
185
185
  rubyforge_project:
186
186
  rubygems_version: 1.8.23