mutils 0.2.28 → 0.2.29

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: b271c656d2a4022958e729ec3478f6dcb05e74b6f159c2718ca41858bcfe5027
4
- data.tar.gz: b5f433765febad3256686135bf0a4b925c209c161b166aff1dab75f0714f0c48
3
+ metadata.gz: 73edd303d9278f50e16a8a2bb819778c041e4d601d03973633d5e2271c664c6e
4
+ data.tar.gz: 819efcb0747ddd764dd0974de3ee70594863707a5c6c43c4ec351bfbbb2575e6
5
5
  SHA512:
6
- metadata.gz: 9388594a4573507149e3a4e6d22ccc9d00adbbbfbeb604df89b13b71647c35279b2ff88ace506c343c85d1cc963f170ffc21315229412b60651193d64eeb5989
7
- data.tar.gz: 23b88db0d4e902e85e74dbdffa60ddb95505a3aa9c3377b7ac563c1650a0bb9549c8e072ce4a1301962a98d9598bb63d75505a8ae12cfd2ee7169fdd11354757
6
+ metadata.gz: 388625be70e8959b88653c1b7c0ef81ad0f719af4286571ec77f5e09e411f56f0a2ce046325dacc3bf4adf64f1c5828bfe0c704cf76e760efbe746475ae8d44f
7
+ data.tar.gz: 9b69c71ee43b773c2e7fc1b11ac0926b58b5f8e6f3b79c4c736251959f6d673f722a5fc08eec08308abc18912c66a1e0d0a05baf301be22d080f19043d2e44e7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mutils (0.2.28)
4
+ mutils (0.2.29)
5
5
  activesupport (>= 4.2)
6
6
 
7
7
  GEM
@@ -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
- attr_accessor :scope, :options, :mutex
47
+ attr_writer :scope
48
+ attr_accessor :options, :mutex
47
49
  end
48
50
  end
49
51
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mutils
4
- VERSION = '0.2.28'
4
+ VERSION = '0.2.29'
5
5
  end
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.28
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-26 00:00:00.000000000 Z
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.28
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: