subroutine 4.1.1 → 4.1.2

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: f8c6ad68f331c8b2d39a2667302f3306e7885bc9081d2d39ab4330cbcf16059b
4
- data.tar.gz: 807815e357f3c06ecf7ae6949ff61521bac075fb946761196bc4b5fc6212ae27
3
+ metadata.gz: 15a66f7e3077a9ab4f4e18ea83b392d2e5f75df8e66800ae5490c3c21043c135
4
+ data.tar.gz: d700305226f76f5a4cb06b68720c22a5ba9b6d524a1dedce247f567d07c3d2f0
5
5
  SHA512:
6
- metadata.gz: 9980122e43941764e71e86d06f7bc2dd813b40ccc8577ab6383bf226c6da15be871f463d4662c984da22e03e3102ce23173d48b0c567272691dfc4dc6e44f278
7
- data.tar.gz: 0dc35d0a0366e57bb44e6b6a1c972692e98ed983998e7df6b373aef7efbff6c060fea25b2d2f2e3a1cd90b35a0395f59e8a801b8065e9f3a52be14bcefd36c50
6
+ metadata.gz: 4aa17ca9430260a3071105938f58d8ecf1100ce130907529539fe26723e80d80d50a6077fca1902175439bde526db2a1ce65c2041aa35a24f383c147e6ff12fa
7
+ data.tar.gz: 2e6b8034633a1a114e21c23d723e211b7c6e2a80c44341eaaafb4ff03e4e2bb78cb25a49126664206a2bd2951a8e602d95cb0036ff264b30cd85f15725fa51bb
@@ -4,7 +4,7 @@ module Subroutine
4
4
 
5
5
  MAJOR = 4
6
6
  MINOR = 1
7
- PATCH = 1
7
+ PATCH = 2
8
8
  PRE = nil
9
9
 
10
10
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
data/lib/subroutine.rb CHANGED
@@ -26,8 +26,7 @@ module Subroutine
26
26
  end
27
27
 
28
28
  def self.inheritable_field_options=(opts)
29
- inheritable_field_options
30
- @inheritable_field_options |= opts.map(&:to_sym)
29
+ @inheritable_field_options = opts.map(&:to_sym)
31
30
  end
32
31
 
33
32
  def self.inheritable_field_options
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subroutine
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.1
4
+ version: 4.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Nelson