nmspec 1.7.0 → 1.7.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 +4 -4
- data/lib/nmspec/ruby3x.rb +1 -0
- data/lib/nmspec/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 25522e3d076357896974bf11f009dc4b173cc5007b8a65be45bd8c43b07ac11a
|
4
|
+
data.tar.gz: 2e2b1dd041beefa969cbe11c43a112ad5b94b37ac111790deed80c8e4a77213c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd89cb542156d4355301124fe9fa2ecdaad9f64317d681ea4840924a95c3f60cf022431dfc79e86147d61ca14469e65ed6306e3d650be266789d248cf5f0e9a9
|
7
|
+
data.tar.gz: fd6fb9409dd17f7361f9d3b9b41ca54b8fd6a21df498a2c9dd375161616103b71ed435736d51b6d39c2cdd2bc70dfe418ab7caf7051cf8fe4d782e0e5fc8452a
|
data/lib/nmspec/ruby3x.rb
CHANGED
data/lib/nmspec/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
NMSPEC_GEM_VERSION = '1.7.
|
1
|
+
NMSPEC_GEM_VERSION = '1.7.1'
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nmspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeff Lunt
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: nmspec makes it easier to describe binary messages between two network
|
14
13
|
peers via a config file, generate their network code in a number of languages, and
|
@@ -32,7 +31,6 @@ licenses:
|
|
32
31
|
- MIT
|
33
32
|
metadata:
|
34
33
|
source_code_uri: https://github.com/jefflunt/nmspec
|
35
|
-
post_install_message:
|
36
34
|
rdoc_options: []
|
37
35
|
require_paths:
|
38
36
|
- lib
|
@@ -47,8 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
45
|
- !ruby/object:Gem::Version
|
48
46
|
version: '0'
|
49
47
|
requirements: []
|
50
|
-
rubygems_version: 3.
|
51
|
-
signing_key:
|
48
|
+
rubygems_version: 3.6.2
|
52
49
|
specification_version: 4
|
53
50
|
summary: nmspec is a network message specification language for network peers
|
54
51
|
test_files: []
|