binyo 0.0.2.rc1 → 0.0.2
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/binyo/version.rb +3 -0
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d8bf5a51a2a54a82dfd4cd6d6e1afd9f4b9bb98
|
|
4
|
+
data.tar.gz: a66313e294bc140a28e027cec7fe7d2875fd66f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30d9a0b3d7a8d2a4b8283b7b38b27b05283251832436766d36c19d76ad672668a95340c8620fd02318ffb94a0ed6ce558d8e29d999bbf60bf11f849ebc558688
|
|
7
|
+
data.tar.gz: 62703feb2ca95cc2e081e5998c1cb5fbd20b0abbd9a3027a94a4909453380152e7ec8253e9dc79272d50dcefce57af24e15fb0525d34854772a40e05a4ed0bf1
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: binyo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.2
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Bosslet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: binyo offers a generic C API for dealing with Ruby IO objects and extension
|
|
14
14
|
classes that allow to deal effectively with binary data
|
|
@@ -44,6 +44,7 @@ files:
|
|
|
44
44
|
- ext/binyo/io_out_fd.c
|
|
45
45
|
- ext/binyo/io_out_generic.c
|
|
46
46
|
- lib/binyo.rb
|
|
47
|
+
- lib/binyo/version.rb
|
|
47
48
|
- test/hex.rb
|
|
48
49
|
- test/scratch.rb
|
|
49
50
|
homepage: https://github.com/krypt/binyo
|
|
@@ -61,12 +62,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
61
62
|
version: 1.9.3
|
|
62
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
64
|
requirements:
|
|
64
|
-
- - "
|
|
65
|
+
- - ">="
|
|
65
66
|
- !ruby/object:Gem::Version
|
|
66
|
-
version:
|
|
67
|
+
version: '0'
|
|
67
68
|
requirements: []
|
|
68
69
|
rubyforge_project:
|
|
69
|
-
rubygems_version: 2.2.
|
|
70
|
+
rubygems_version: 2.2.2
|
|
70
71
|
signing_key:
|
|
71
72
|
specification_version: 4
|
|
72
73
|
summary: Fast binary IO for Ruby
|