cuba-active_action 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6815bb72f08f138b8c7eab5cada8ee10ee20a59917490c4a4d716152916137d2
4
+ data.tar.gz: 5708a90786f49c158a612434317d359343dfbe1b6df0b1452f2ca886f6546be8
5
+ SHA512:
6
+ metadata.gz: 19e67c051f540a7c1473cd4441a44941917798bbf247bd67cb4ec5bea06eade0926f4c926d21114f80d99e79be50f118902e5678631e29f3307f2879daa24a36
7
+ data.tar.gz: f4910cf64442c9d0107c7a98d02656b1242bb39a11bf9b39eece559de935ef9c18623e620e75c747d4ea98e9a4821e1db24991ecffe7939be67c4ad0a301e914
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cuba-active_action
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Łukasz Śliwa
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-04-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ActiveAction makes you able to organise and move some actions to the
14
+ separated classes.
15
+ email:
16
+ - lukasz.sliwa@apptamers.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/lukaszsliwa/cuba-active_action
22
+ licenses:
23
+ - MIT
24
+ metadata:
25
+ homepage_uri: https://github.com/lukaszsliwa/cuba-active_action
26
+ source_code_uri: https://github.com/lukaszsliwa/cuba-active_action
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: 2.3.0
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.1.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: A simple way to build and use Service Objects.
46
+ test_files: []