diagnosticism 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/diagnosticism/version.rb +2 -2
  3. metadata +18 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 803e203f2fdc8ac63b75c535353f4c9b431ad8b529dba37078433fc1a2cf2028
4
- data.tar.gz: 1084d060bf839c43a048805398bb50df83bf615862750cc996a3ecfb80e92b4f
3
+ metadata.gz: e9c64ae33f2ab16460131aff0f34f274a05f4f2f8a7421ea51734638a8c53f56
4
+ data.tar.gz: d1d6046fa0c72cfccb22d81522239253019774d6398616ab6a93b139a2bf88a8
5
5
  SHA512:
6
- metadata.gz: 759b4271d1d41331a9629c53302c90f643913812484647bf7a7d581900c83412c41f0fe75b6a20bd973394a6e6ed6f459d9a4d57966599181f2e316761c217d5
7
- data.tar.gz: b87704039b1c16acbcf6955075254fee69aa649449106b5b9c8bb94d2ed960655dcf7ae63896b0723df29624566222f395cd94384a0601b59ab4c72f2710e5c8
6
+ metadata.gz: b1d4262cf2d97c06246420967c516a25ac4621fee40c0bb678a1f667308d231490d630e6d0d5f346c6a8a9f7daaa335d80f89f4cde59134d5d3a879efef2cf72
7
+ data.tar.gz: e2838442274d49a5be0c8b0c1d00aac34f7643e43c94c6ef2d846d5d06a995a9b158b1cfcb45600a433dd342b65fc0319916f9d661277570590e2d6f2b135a06
@@ -5,7 +5,7 @@
5
5
  # Purpose: Version for Diagnosticism.Ruby library
6
6
  #
7
7
  # Created: 3rd January 2025
8
- # Updated: 9th January 2025
8
+ # Updated: 6th March 2025
9
9
  #
10
10
  # Home: http://github.com/synesissoftware/Diagnosticism.Ruby
11
11
  #
@@ -50,7 +50,7 @@
50
50
  module Diagnosticism
51
51
 
52
52
  # Current version of the Diagnosticism library
53
- VERSION = '0.1.0'
53
+ VERSION = '0.1.1'
54
54
 
55
55
  private
56
56
  VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diagnosticism
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
  - Matt Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-09 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: xqsr3
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.39'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.39'
13
27
  description: 'Diagnostic facilities, for Ruby
14
28
 
15
29
  '
@@ -46,8 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
60
  - !ruby/object:Gem::Version
47
61
  version: '0'
48
62
  requirements: []
49
- rubyforge_project:
50
- rubygems_version: 2.7.6.3
63
+ rubygems_version: 3.1.6
51
64
  signing_key:
52
65
  specification_version: 4
53
66
  summary: diagnosticism