approval 0.6.1 → 0.7.0
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/app/models/concerns/approval/acts_as_resource.rb +1 -1
- data/lib/approval/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0df72928b32870168e567c534de9b71d07342568f993dffed50639e781c91c41
|
|
4
|
+
data.tar.gz: 65a14497f12642e0de8e84ab7803ece7c93722b2fb6dda5841924438f87c94e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e52a341bcfff1bba9c877c94fdc023b62cd383ca127764401c0db89c65dbf8b31cf1b0433f8c84c1caec937047ee448fa0016728d3e1b8261a21d1a0e8332b6
|
|
7
|
+
data.tar.gz: fd4f62284ae04e270f8158f0f84dd04904fa3e5957572294e3885c542e0e957078af732d85c90306bddec44d4e064f782a5b2c0c51880b266f754afb61cfc830
|
|
@@ -20,7 +20,7 @@ module Approval
|
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
def update_params_for_approval
|
|
23
|
-
changes.except(*approval_ignore_fields).each_with_object({}) {|(k, v), h| h[k] = v.last }
|
|
23
|
+
changes.except(*approval_ignore_fields).each_with_object({}) {|(k, v), h| h[k] = v.last }
|
|
24
24
|
end
|
|
25
25
|
end
|
|
26
26
|
end
|
data/lib/approval/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: approval
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yoshiyuki Hirano
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '2.0'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '2.0'
|
|
27
27
|
description: Approval flow for Rails
|
|
28
28
|
email:
|
|
29
29
|
- yhirano@me.com
|
|
@@ -82,8 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
83
|
version: '0'
|
|
84
84
|
requirements: []
|
|
85
|
-
|
|
86
|
-
rubygems_version: 2.7.8
|
|
85
|
+
rubygems_version: 3.1.2
|
|
87
86
|
signing_key:
|
|
88
87
|
specification_version: 4
|
|
89
88
|
summary: Approval flow for Rails
|