array_attributes 0.0.1 → 0.0.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
- SHA1:
3
- metadata.gz: 91fd7dec868fb4904344f29ad018a588a8ddaf6b
4
- data.tar.gz: 0a65945fe5b81e4d097b6cf471d7d44690109b76
2
+ SHA256:
3
+ metadata.gz: 0f34f77a15b9ebdd48e97c7af0f00de7b307b8d6cccacf0650f9b13dc08ee408
4
+ data.tar.gz: 97262742eb536d3b3a0d155534e407855d8b24450a3544a1ac1a5aa5a4072574
5
5
  SHA512:
6
- metadata.gz: 2dcd05f05d9ac46b9bf61f82fdb7d7a30c9c0ad4db7f67eb97b35ed9ae00082bed48fe84562b87fbad0e7739d764d60dc6b311c4a607f3a2acf37bc68da372e1
7
- data.tar.gz: 976908da05a51b7cc8dd18e614f3094128bbbbd6dc3a74a768444afc667a76728552af30f23f2334503cef0dec643b065d7d90e217019f633ce39b8f192d1fdc
6
+ metadata.gz: d696eff3e209ad00dd531022dbc01b3678577064bb7906479f04e3cf03220926f96e9f840ee997b3fce3983562517885d9073b756b673e9a759aa88779152ddc
7
+ data.tar.gz: 4817ee30f7e9bc8da6ebbcc34f076a0f2b42f0d50fd7008a8ab9e9cf76772f6b0785d0bf5e94339ee885a62b5cdea8427f04e7eff181964e17990e67bbf6cc14
@@ -3,7 +3,7 @@
3
3
  module ArrayAttributes
4
4
  module Concerns
5
5
  module StringAttributes
6
- def string_array_attributes(attrs, opts)
6
+ def string_array_attributes(attrs, opts = {})
7
7
  attrs.each do |attribute|
8
8
  get_raw_value(attribute)
9
9
  assign_raw_value(attribute, opts)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ArrayAttributes
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: array_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoGrow
@@ -76,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubyforge_project:
80
- rubygems_version: 2.6.8
79
+ rubygems_version: 3.3.7
81
80
  signing_key:
82
81
  specification_version: 4
83
82
  summary: ArrayAttributes - Rails Concern to encapsulate common array attributes methods