libbin 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libbin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brice Videau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-31 00:00:00.000000000 Z
11
+ date: 2019-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: float-formats
@@ -33,10 +33,17 @@ dependencies:
33
33
  description: Read, write and convert Binary data in Ruby.
34
34
  email: brice.videau@imag.fr
35
35
  executables: []
36
- extensions: []
36
+ extensions:
37
+ - ext/libbin/extconf.rb
37
38
  extra_rdoc_files: []
38
39
  files:
39
40
  - LICENSE
41
+ - ext/libbin/extconf.rb
42
+ - ext/libbin/half.c
43
+ - ext/libbin/half.h
44
+ - ext/libbin/libbin_c.c
45
+ - ext/libbin/pghalf.c
46
+ - ext/libbin/pghalf.h
40
47
  - lib/libbin.rb
41
48
  - lib/libbin/alignment.rb
42
49
  - lib/libbin/data_types.rb