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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 508d36a8cf485f78bbede3a2e0b7d9bb7c1750f1
4
- data.tar.gz: aaf291e76421d1c8836c0850995581d9caed70d7
3
+ metadata.gz: 8fd1b1f8027605ce57fdb451d49432c3cb7ed8f9
4
+ data.tar.gz: 5e0ef8a907fda1fe70fa698ab87201e322fec8c4
5
5
  SHA512:
6
- metadata.gz: 36ebcfafde405262bbe206f304ca59d32ca475d1323c89d76376aa81053bd1ac119972dad8d64275df11c26035c6abaa6d3da12c8af00ca27dd620c877d5973c
7
- data.tar.gz: 3893ba8113da6f1e5eed8953809a08d2133fe648ebca2b8935ba8db918d3ae41df6196ca7297d4084bfdcfec46b3122f0873d60a53b4353dd854d3fc1710e6e5
6
+ metadata.gz: 7de6990a2d49a6eb3dcc96a5ac47dc11de2247b4494807670646e8ee70aaea5d9dc54da0701978310be5d1701b495732670f94350dadd11736977313c917c621
7
+ data.tar.gz: 233e5d031574de37baa1be38cb3d0b102778fc5f149e234e04af574bd4d736a39a9ad4fa35bdcf535fd4bef47475b91d628bfda0b49b99ff98e628ffd7837132
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Operationable
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.2"
3
3
  end
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.1.9
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