rails-active_action 3.0.7 → 3.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a12631690e2211e38f6d66f01977210f6ba14591663a06bc78ef512e5f4dc70
4
- data.tar.gz: 109c7104bc600fa610fd137bd34fc9f587882fcb65c8c65c9c7750e136643293
3
+ metadata.gz: 2a730e88f8593f896ec0462800c9090ce523efb007517a9ccffa088d0f9f6d4f
4
+ data.tar.gz: 43d7d401b74456eb29225145b78f472d80fe26434b21ea2148beb5e3005c0bcb
5
5
  SHA512:
6
- metadata.gz: e803bf8e6d91d92786d649daad700d3e2f2708710a01371c07cb87e9617e1d62e27abda9b47191cbafa90690398d7e0e6448b6f35689c56ae3c97ce8f6d5d2fe
7
- data.tar.gz: 19374304e7407bb3ccd2ca32ee3ba99a27c45b7a3088a3128b5c49a18c90760967e68970695dccd335439f617ebf32bbd7d81b6341fd513e5aae9ad43313caec
6
+ metadata.gz: 91e57d7080091c1eeac381d590b211ca48d2d23dd506d6cadf6c6cf665c1dad0142946e0fea0ebd4b62dfb516b27e32366a801b48d149169680c39ff0eb363dd
7
+ data.tar.gz: f34e09e52004275604f79b5c688ba68bb1566971861e50bb382ac4a6de6e500febfd1b6b0e4b83b72983a330ee881a62bc944db2567b524b1afa408224751e27
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'ruby-active_action', '~> 3.0.1'
3
+ gem 'ruby-active_action', '~> 3.0.8'
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- ruby-active_action (3.0.1)
4
+ ruby-active_action (3.0.8)
5
5
 
6
6
  PLATFORMS
7
7
  ruby
8
8
 
9
9
  DEPENDENCIES
10
- ruby-active_action (~> 3.0.1)
10
+ ruby-active_action (~> 3.0.8)
11
11
 
12
12
  BUNDLED WITH
13
13
  2.1.4
data/README.md CHANGED
@@ -15,13 +15,13 @@ Visit the parent [ruby-active_action](https://github.com/lukaszsliwa/active_acti
15
15
  Add this line to your application's Gemfile:
16
16
 
17
17
  ```ruby
18
- gem 'rails-active_action', '~> 3.0.7'
18
+ gem 'rails-active_action', '~> 3.0.8'
19
19
  ```
20
20
 
21
21
  or use original gem:
22
22
 
23
23
  ```ruby
24
- gem 'ruby-active_action', '~> 3.0.7'
24
+ gem 'ruby-active_action', '~> 3.0.8'
25
25
  ```
26
26
 
27
27
  or use alternative gems:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rails-active_action"
3
- spec.version = '3.0.7'
3
+ spec.version = '3.0.8'
4
4
  spec.authors = ["Łukasz Śliwa"]
5
5
  spec.email = ["lukasz.sliwa@apptamers.com"]
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-active_action
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Łukasz Śliwa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-04 00:00:00.000000000 Z
11
+ date: 2021-04-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ActiveAction makes you able to organise and move some actions to the
14
14
  separated classes.
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
- rubygems_version: 3.1.2
53
+ rubygems_version: 3.0.8
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: A simple way to build and use Service Objects.