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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0b48986600bb3d52c71cc98dfae222e6176174c
4
- data.tar.gz: 0dc6951d98772dba0340786efecbb05ae19f1541
3
+ metadata.gz: 508d36a8cf485f78bbede3a2e0b7d9bb7c1750f1
4
+ data.tar.gz: aaf291e76421d1c8836c0850995581d9caed70d7
5
5
  SHA512:
6
- metadata.gz: 46c5261c17ac837b67ef19a3fb4bc9e0bffb7295fa92f5cfcf006416c0d6916fbadc816b238be85f1fed81803f2a83e0ef9ba32c37930d02c76262218ee57825
7
- data.tar.gz: 0ff656bb174f40715220172692e2911676cb8411a0c3ffa8b83c1bb189157b919be871bfd50f5458102ceea8719fcd20ca9d61ee54858085f9cfced4c3dff056
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
@@ -1,3 +1,3 @@
1
1
  module Operationable
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
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.8
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-08 00:00:00.000000000 Z
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