support_table_data 1.1.0 → 1.1.1

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: db981a2e7549dc34a3e7f3f7d02f1f441776064619b1b6390bbdd866a62f1872
4
- data.tar.gz: 7022a030e3007f37408e2596b813268455e786dc8b92c4c8c7d75b00c06947b0
3
+ metadata.gz: 524d00657682e8716a8be2ee07d00579d6e9171718e3c48fdd63dff74cca956b
4
+ data.tar.gz: 0db9f298a33524f6d31872047302d7e08a2c0d321bec3bfd8543be319dc4e5b8
5
5
  SHA512:
6
- metadata.gz: 14610fa5a3e91cec068aa0ed041d1763e28e75b3446237018ca7c11fd536744800f348fb2a9c89d1ef5c7b0933b182792aebe458032675716388f9ba3ca0bfdd
7
- data.tar.gz: d28172a9344033c946aca044af36398be5232a0ad893c9bc2b19d863eff671df8773c5d99f4601dce0c0d5c64def0771bae364b0df28a1aba1b7a747cdafa45c
6
+ metadata.gz: 11a0d537e71ecfbfdec261ef4bb4d2d8b1625897ee33263c728c75456e6882de50da9b964e5a5d69213b37041b0c02c315a9ddb0a9bb92e2f9ac8bcd05efafa4
7
+ data.tar.gz: 1bb84bbd5750d16f9c58736ed2fd70164dfbbc2d3f4cbb9c02b935e774049829081c5982d9322a719a1115fcaf10cbabb7e547765f9dc456ed05b72149da2ab9
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 1.1.1
8
+
9
+ - Freeze values returned from helper methods.
10
+
7
11
  ## 1.1.0
8
12
 
9
13
  ### Added
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -225,7 +225,7 @@ module SupportTableData
225
225
 
226
226
  class_eval <<~RUBY, __FILE__, __LINE__ + 1
227
227
  def self.#{method_name}
228
- #{attribute_value.inspect}
228
+ #{attribute_value.inspect}.freeze
229
229
  end
230
230
  RUBY
231
231
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: support_table_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Durand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-27 00:00:00.000000000 Z
11
+ date: 2023-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord