operationable 0.1.9 → 0.2.2
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.
- checksums.yaml +4 -4
- data/lib/operationable.rb +6 -1
- data/lib/operationable/operation.rb +0 -5
- data/lib/operationable/version.rb +1 -1
- data/operationable-0.1.9.gem +0 -0
- data/operationable-0.2.0.gem +0 -0
- data/operationable-0.2.1.gem +0 -0
- metadata +4 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fd1b1f8027605ce57fdb451d49432c3cb7ed8f9
|
4
|
+
data.tar.gz: 5e0ef8a907fda1fe70fa698ab87201e322fec8c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7de6990a2d49a6eb3dcc96a5ac47dc11de2247b4494807670646e8ee70aaea5d9dc54da0701978310be5d1701b495732670f94350dadd11736977313c917c621
|
7
|
+
data.tar.gz: 233e5d031574de37baa1be38cb3d0b102778fc5f149e234e04af574bd4d736a39a9ad4fa35bdcf535fd4bef47475b91d628bfda0b49b99ff98e628ffd7837132
|
data/lib/operationable.rb
CHANGED
@@ -19,5 +19,10 @@ require 'operations/destroy'
|
|
19
19
|
require 'operations/update'
|
20
20
|
|
21
21
|
module Operationable
|
22
|
-
|
22
|
+
class Operation
|
23
|
+
class Builder < ::Operationable::Builder; end
|
24
|
+
class Callback < ::Operationable::Callback; end
|
25
|
+
class Specification < ::Operationable::Specification; end
|
26
|
+
class Serializer < ::Operationable::Serializer; end
|
27
|
+
end
|
23
28
|
end
|
@@ -21,11 +21,6 @@ module Operationable
|
|
21
21
|
record.reload
|
22
22
|
end
|
23
23
|
|
24
|
-
class Builder < Operationable::Builder; end
|
25
|
-
class Callback < Operationable::Callback; end
|
26
|
-
class Specification < Operationable::Callback; end
|
27
|
-
class Serializer < Operationable::Serializer; end
|
28
|
-
|
29
24
|
private
|
30
25
|
|
31
26
|
def valid
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: operationable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kirill Suhodolov
|
@@ -101,6 +101,9 @@ files:
|
|
101
101
|
- lib/operations/update.rb
|
102
102
|
- operationable-0.1.7.gem
|
103
103
|
- operationable-0.1.8.gem
|
104
|
+
- operationable-0.1.9.gem
|
105
|
+
- operationable-0.2.0.gem
|
106
|
+
- operationable-0.2.1.gem
|
104
107
|
- operationable.gemspec
|
105
108
|
- spec/operationable_spec.rb
|
106
109
|
- spec/spec_helper.rb
|