workflow-join 0.3.1 → 0.3.2

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: c75e8693f8a143cc0dd97c9811de52f956d451e9
4
- data.tar.gz: 2b4b59a75f2d965dcb677e0575f20af5d6f20b96
3
+ metadata.gz: 0ec8cbd078c5ab4a8d6ba4a37224dd2811fc8661
4
+ data.tar.gz: 0119f2478781b2f461c43019bd40aa0cf841d1f1
5
5
  SHA512:
6
- metadata.gz: 4c9f9c8dbe5bfebdb458916395e79bccc4cb04c2e308882bcdec8acc4d5627a0284596046a330e27127554cac7779af2ed5979131d486dcf9c9e330d19bbad40
7
- data.tar.gz: f0f2fb42eaa3e3b6e3d9694169afbec3fcb41f1243b986a2edb2a57e2b9abd49c0ca1f45f6ae82d8e46e5e542483370cae02ff7be57cbc87fe5f17bff91b6348
6
+ metadata.gz: f81f773720f348a884d39682f6c76a9a205340b404bde58689c5e486a46c4a19defca98375d28a40e274387273e0abcd69a6e599ac3b5b056616880e9100f315
7
+ data.tar.gz: 117b30630eba091562b9f76aa178b1239fd6ccef2df0356fcf3ff0a8830f2c3a6b674482987838a7b0b25e6a2c2ec4430eb4e8d1e35822b1e15a96b87e46b010
@@ -23,19 +23,19 @@ module Workflow
23
23
  fail LoadError, "This module might be included in ActiveRecord::Base instances only (#{base} given.)" \
24
24
  unless model < ::ActiveRecord::Base
25
25
 
26
- unless ENSURE_COLUMNS.call(model, :workflow_pending_transitions, :workflow_pending_callbacks)
27
- fail LoadError, <<-MSG
26
+ # unless ENSURE_COLUMNS.call(model, :workflow_pending_transitions, :workflow_pending_callbacks)
27
+ # fail LoadError, <<-MSG
28
28
 
29
- =======================================================================================
30
- This is an intended fail, next time the class is requested, it’ll be loaded properly!
31
- To avoid this one should explicitly specify columns:
32
- — workflow_pending_transitions,
33
- — workflow_pending_callbacks
34
- in all models, that are willing to use joined workflows.
35
- =======================================================================================
29
+ # =======================================================================================
30
+ # This is an intended fail, next time the class is requested, it’ll be loaded properly!
31
+ # To avoid this one should explicitly specify columns:
32
+ # — workflow_pending_transitions,
33
+ # — workflow_pending_callbacks
34
+ # in all models, that are willing to use joined workflows.
35
+ # =======================================================================================
36
36
 
37
- MSG
38
- end
37
+ # MSG
38
+ # end
39
39
  end
40
40
  end
41
41
  end
@@ -1,5 +1,5 @@
1
1
  module Workflow
2
2
  module Join
3
- VERSION = '0.3.1'.freeze
3
+ VERSION = '0.3.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workflow-join
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksei Matiushkin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-18 00:00:00.000000000 Z
11
+ date: 2016-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler