bindef 0.0.4 → 0.0.5
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/bindef.rb +1 -0
- data/lib/bindef/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '084daa530dfd9700ac802d6227b9561488479fdc92ce6967b454d09308cef15f'
|
|
4
|
+
data.tar.gz: 2b14f81b258a349864b1f455da646ec22eb9369596a01e9f779c14f456e237d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5046b3c30a98ef0d9d04dfd11ae104e7f85e46ff78b58293468455afea67daf6c9620aabdb32929a1e858559adf7907edfbbcb2a500df1bbf6cac4eb14efa341
|
|
7
|
+
data.tar.gz: a150d571f28c67f2dbf8252e1b859f308f174be0e9fc9af60845536852abaae9e699fa9279197f287958cbcac40c3cca0fde1b72cab106f2c8a3bcab6bcfe53e
|
data/lib/bindef.rb
CHANGED
|
@@ -48,6 +48,7 @@ class Bindef
|
|
|
48
48
|
# Builds a string containing the given value packed into the given format.
|
|
49
49
|
# @param value [Object] the value to emit
|
|
50
50
|
# @param fmt [String] the `Array#pack` format to emit it in
|
|
51
|
+
# @api private
|
|
51
52
|
def blobify(value, fmt)
|
|
52
53
|
[value].pack(fmt)
|
|
53
54
|
end
|
data/lib/bindef/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bindef
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Woodruff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|