mutils 0.2.28 → 0.2.29
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/Gemfile.lock +1 -1
- data/lib/mutils/serialization/base_serializer.rb +3 -1
- data/lib/mutils/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73edd303d9278f50e16a8a2bb819778c041e4d601d03973633d5e2271c664c6e
|
4
|
+
data.tar.gz: 819efcb0747ddd764dd0974de3ee70594863707a5c6c43c4ec351bfbbb2575e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 388625be70e8959b88653c1b7c0ef81ad0f719af4286571ec77f5e09e411f56f0a2ce046325dacc3bf4adf64f1c5828bfe0c704cf76e760efbe746475ae8d44f
|
7
|
+
data.tar.gz: 9b69c71ee43b773c2e7fc1b11ac0926b58b5f8e6f3b79c4c736251959f6d673f722a5fc08eec08308abc18912c66a1e0d0a05baf301be22d080f19043d2e44e7
|
data/Gemfile.lock
CHANGED
@@ -6,6 +6,7 @@ module Mutils
|
|
6
6
|
module Serialization
|
7
7
|
# BaseSerializer: inherit this class to get Serializer functionality
|
8
8
|
class BaseSerializer
|
9
|
+
attr_reader :scope
|
9
10
|
include Mutils::Serialization::SerializationIncludes
|
10
11
|
include Mutils::Serialization::SerializationMethods
|
11
12
|
include Mutils::Serialization::SerializationResults
|
@@ -43,7 +44,8 @@ module Mutils
|
|
43
44
|
|
44
45
|
private
|
45
46
|
|
46
|
-
|
47
|
+
attr_writer :scope
|
48
|
+
attr_accessor :options, :mutex
|
47
49
|
end
|
48
50
|
end
|
49
51
|
end
|
data/lib/mutils/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mutils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.29
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nitesh Purohit
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -154,7 +154,7 @@ licenses:
|
|
154
154
|
- MIT
|
155
155
|
metadata:
|
156
156
|
bug_tracker_uri: https://github.com/niteshpurohit/mutils/issues
|
157
|
-
source_code_uri: https://github.com/niteshpurohit/mutils/tree/v0.2.
|
157
|
+
source_code_uri: https://github.com/niteshpurohit/mutils/tree/v0.2.29
|
158
158
|
post_install_message:
|
159
159
|
rdoc_options: []
|
160
160
|
require_paths:
|