metrics 0.11.0 → 0.12.0

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: 37b89bbbe05396589b6625a7f6d71a9c0c7c5460369f6716650c8c2b00fc1bbb
4
- data.tar.gz: 1845f2da366bb04f415c6ff5c788f68d432f7ef1beea69c30dc285d42ea6616b
3
+ metadata.gz: 68f3f47929348e39fb0b1989c529211aeca2e77a11d89cc74eb5156517413920
4
+ data.tar.gz: 23d3a1efe32f6de6a69f63401ad777e5ccd42d9386bb02dfa8039c0bfa84e7b0
5
5
  SHA512:
6
- metadata.gz: 307a4929b1ebb27c14d6cc46dffc039b1e1a359616759a310050124f1597a5beadeae019eea8998b6bd49bceaef9834be99aff98388b8b657e59e09bf7779af0
7
- data.tar.gz: efc7b8b89e08a018455c4cdc244af4a86bc1895a0eaa679e4a233f3d7633efc1ae75ef7f679ad5e1fb2c0045b4025e3209e1be2b9fc376c8ac80d20dd8b49af6
6
+ metadata.gz: 266cbaef3d8f81ba42de551bf2119ec6f93004a68cc373046726aec26129a949e01b3548362d6f155bd9fbc48144d06483fcc83db62c9eab34bfe340c4681df7
7
+ data.tar.gz: 50fe49335a1fadc4362d1dac69c084867eb47b358de9197d7f77276033a9c55176db64464bf422ef55da3e52ffef2263bd0baae741a0f0027e98182e8aa4d588
checksums.yaml.gz.sig CHANGED
Binary file
@@ -21,9 +21,11 @@ module Metrics
21
21
  tags&.each do |tag|
22
22
  raise ArgumentError, "Invalid tag (must be String): #{tag.inspect}!" unless tag.is_a?(String)
23
23
 
24
- unless tag =~ VALID_TAG
25
- raise ArgumentError, "Invalid tag (must match #{VALID_TAG}): #{tag.inspect}!"
26
- end
24
+ # We should let the underlying backend handle any tag limitations, e.g. converting invalid characters to underscores, etc.
25
+ #
26
+ # unless tag =~ VALID_TAG
27
+ # raise ArgumentError, "Invalid tag (must match #{VALID_TAG}): #{tag.inspect}!"
28
+ # end
27
29
  end
28
30
  end
29
31
  end
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2021-2024, by Samuel Williams.
5
5
 
6
6
  module Metrics
7
- VERSION = "0.11.0"
7
+ VERSION = "0.12.0"
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file