bindef 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39b65bc6885e563f8b6d155f3f25a2f04add79b39461e2d96ec4fd4623e1a9fd
4
- data.tar.gz: daf507451b827d72fd4a83c183f5931cfac112e827a558d9771eaf8cdd1be021
3
+ metadata.gz: '084daa530dfd9700ac802d6227b9561488479fdc92ce6967b454d09308cef15f'
4
+ data.tar.gz: 2b14f81b258a349864b1f455da646ec22eb9369596a01e9f779c14f456e237d1
5
5
  SHA512:
6
- metadata.gz: 89cb5a5c2293415372e040192ec06093b812b8ebe9092943d883054263e31cc61e402d7a7ecb8049319abf49e8f111ed1438347ea2eb4b0cf430e7dd9cdd9361
7
- data.tar.gz: 4722519409c7a5aad9e6580bb44cd65b321c34fe3cbdb6c72228e8a388a72241433a1b2dc06791e93f0571a8974b2749b123e403dcbe87aff69b56f91ffb4f04
6
+ metadata.gz: 5046b3c30a98ef0d9d04dfd11ae104e7f85e46ff78b58293468455afea67daf6c9620aabdb32929a1e858559adf7907edfbbcb2a500df1bbf6cac4eb14efa341
7
+ data.tar.gz: a150d571f28c67f2dbf8252e1b859f308f174be0e9fc9af60845536852abaae9e699fa9279197f287958cbcac40c3cca0fde1b72cab106f2c8a3bcab6bcfe53e
@@ -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
@@ -2,5 +2,5 @@
2
2
 
3
3
  class Bindef
4
4
  # The current {Bindef} version.
5
- VERSION = "0.0.4"
5
+ VERSION = "0.0.5"
6
6
  end
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
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-04 00:00:00.000000000 Z
11
+ date: 2018-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec