contours 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4045b6e13180f9b89bda47ed3c389c467e804368f4d9bd48acd2b1a5ef0c0255
4
- data.tar.gz: 8ceb930137c7479306379051a523c7baa49f9a7466e57d97e060f70f8b5b869d
3
+ metadata.gz: bef20ad206909adedfeef88608e80b3d069824bd647aa3fba108a8864e243e6a
4
+ data.tar.gz: 65ae19ff7384c8e05bffcc7059b43827910c3c7ec270b94cd0edf5db7be0cc96
5
5
  SHA512:
6
- metadata.gz: 4012d37792abdf2073efb3fffa0773424b8680721fabffd0552b6f3630774ca41041f5240bb27e2acff38b45bbee3c464a4ad821448efb9715aac7cdf1b7fdee
7
- data.tar.gz: c214234c537c604499cc781e8e9e17d9a9504c191d19417a3142b2319aa7ffe2da9ea38245f867a061d2dc4b1e2bd6360997e081bee863b98f08a60c35157c29
6
+ metadata.gz: aec58c9140a958855efd069dbc90c58b80abf9f8c3c5d81814f8e3e5cd0f1c56f503f95078b0369469d2d41ced476767adea7a31e5e5a3af71e8563cb608fa6b
7
+ data.tar.gz: 4ad14e697242a5d11d8df4ec0552c179f3d3231f2cebad1758b2b750dcb520f2d7ce0c5937f12c38b4b935dd9b3cdf8b237f4f01e763cdf832d1d481c07fc3c7
@@ -120,6 +120,14 @@ module Contours
120
120
  alias_method :to_str, :to_s
121
121
  alias_method :inspect, :to_s
122
122
 
123
+ def as_json(*)
124
+ to_s
125
+ end
126
+
127
+ def to_json(*)
128
+ to_s.to_json
129
+ end
130
+
123
131
  def ==(other)
124
132
  to_s == other.to_s
125
133
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Contours
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contours
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Gay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-10 00:00:00.000000000 Z
11
+ date: 2023-11-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  Provides objects with which you can define a configuration object
@@ -32,6 +32,7 @@ metadata:
32
32
  allowed_push_host: https://rubygems.org
33
33
  homepage_uri: https://github.com/SOFware/contours
34
34
  source_code_uri: https://github.com/SOFware/contours.git
35
+ changelog_uri: https://github.com/SOFware/contours/blob/main/CHANGELOG.md
35
36
  post_install_message:
36
37
  rdoc_options: []
37
38
  require_paths: