operationable 0.1.8 → 0.1.9
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/operation.rb +5 -0
- data/lib/operationable/version.rb +1 -1
- data/operationable-0.1.8.gem +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 508d36a8cf485f78bbede3a2e0b7d9bb7c1750f1
|
4
|
+
data.tar.gz: aaf291e76421d1c8836c0850995581d9caed70d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36ebcfafde405262bbe206f304ca59d32ca475d1323c89d76376aa81053bd1ac119972dad8d64275df11c26035c6abaa6d3da12c8af00ca27dd620c877d5973c
|
7
|
+
data.tar.gz: 3893ba8113da6f1e5eed8953809a08d2133fe648ebca2b8935ba8db918d3ae41df6196ca7297d4084bfdcfec46b3122f0873d60a53b4353dd854d3fc1710e6e5
|
@@ -21,6 +21,11 @@ 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
|
+
|
24
29
|
private
|
25
30
|
|
26
31
|
def valid
|
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.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kirill Suhodolov
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-12-
|
12
|
+
date: 2016-12-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activejob
|
@@ -100,6 +100,7 @@ files:
|
|
100
100
|
- lib/operations/destroy.rb
|
101
101
|
- lib/operations/update.rb
|
102
102
|
- operationable-0.1.7.gem
|
103
|
+
- operationable-0.1.8.gem
|
103
104
|
- operationable.gemspec
|
104
105
|
- spec/operationable_spec.rb
|
105
106
|
- spec/spec_helper.rb
|