ostruct 0.6.1 → 0.6.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ostruct.rb +1 -1
  3. data/ostruct.gemspec +2 -0
  4. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae6b2eff250ea87f54f853d16222c5d6f106789d45fe0324364df9b8687f0374
4
- data.tar.gz: c65306416c2c03cbbef31cd06fd61b32c6923f190bca1d05faca0f04f0cde862
3
+ metadata.gz: d3b6d615ac58bdfa746a452dffe9d1f6552fda15ba8fc0569f046aa5e8357573
4
+ data.tar.gz: 81f264f366022c233f509bdda02d29028ede0d36e498b31ef7955a85631e4356
5
5
  SHA512:
6
- metadata.gz: 6eb8179130a4556650f64eddd7db05cb459027879b9ac2497dc45a2be065c5f4e8519bde10c328f9da4585893e987e3711a3bbd712320e5317ad7da27963dd58
7
- data.tar.gz: 4fea652c406e0f08aeb1df620710fbc30bbb1cda436ad659f6f8749faf572c7fa35a0ac3982ae312575579cfdd835d00a21c983d3b36c61768a1cb3d7290a4b9
6
+ metadata.gz: 469e010c2b6d53cd299428eefbf3a4e3b8f19dd3b8e36774ab2530f3f289e42db55d7652b8207ec769b1dfe1a99e9ee8653d94912fc48d6783d2f17f435620b0
7
+ data.tar.gz: b6b8d119b9159047cec1c99ba24039778db0ee192ff49646a044785afab33fc6c87059485333edb994f36acfb7b3ca347ff89f35c266f140de5e043f768f9978
data/lib/ostruct.rb CHANGED
@@ -107,7 +107,7 @@
107
107
  # For all these reasons, consider not using OpenStruct at all.
108
108
  #
109
109
  class OpenStruct
110
- VERSION = "0.6.1"
110
+ VERSION = "0.6.2"
111
111
 
112
112
  HAS_PERFORMANCE_WARNINGS = begin
113
113
  Warning[:performance]
data/ostruct.gemspec CHANGED
@@ -21,4 +21,6 @@ Gem::Specification.new do |spec|
21
21
 
22
22
  spec.files = [".gitignore", "Gemfile", "COPYING", "BSDL", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "ostruct.gemspec"]
23
23
  spec.require_paths = ["lib"]
24
+
25
+ spec.metadata["changelog_uri"] = spec.homepage + "/releases"
24
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ostruct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc-Andre Lafortune
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-08 00:00:00.000000000 Z
11
+ date: 2025-06-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Class to build custom data structures, similar to a Hash.
14
14
  email:
@@ -31,8 +31,9 @@ homepage: https://github.com/ruby/ostruct
31
31
  licenses:
32
32
  - Ruby
33
33
  - BSD-2-Clause
34
- metadata: {}
35
- post_install_message:
34
+ metadata:
35
+ changelog_uri: https://github.com/ruby/ostruct/releases
36
+ post_install_message:
36
37
  rdoc_options: []
37
38
  require_paths:
38
39
  - lib
@@ -48,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
49
  version: '0'
49
50
  requirements: []
50
51
  rubygems_version: 3.5.11
51
- signing_key:
52
+ signing_key:
52
53
  specification_version: 4
53
54
  summary: Class to build custom data structures, similar to a Hash.
54
55
  test_files: []