upil_types 1.0.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bbf577a1472a1f1ae891e67685ce30331e622257
4
+ data.tar.gz: c3b5e8efdefdd92540f9dd441224e07021d638e0
5
+ SHA512:
6
+ metadata.gz: 68932a35cbe191131210746785e22bad9fe4427b815250b203141e692565a92ec141fdedec886bb9f1cb21239e0770ff994f4ab595d99fc62e563125c94ef52d
7
+ data.tar.gz: 87b067ff696d8f45252f6ac7e85628f0ca5587013a8ee9235431215ea52140078926a2acef44a7416eb1d6af07927922030c91d957fd9789b187c762323c88eb
Binary file
data/lib/upil_types.rb ADDED
@@ -0,0 +1,7 @@
1
+ =begin
2
+ This file is part of the Ruby Wrapper for all the C Upil Libraries.
3
+ This file is required for using the wrapper.
4
+ Look at the interface file to get the API description.
5
+ =end
6
+
7
+ require "upil_types/upil_types"
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: upil_types
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - OP3FT
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-09-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Upil Basic Classes definition
14
+ email: x.x@op3ft.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/upil_types.rb
20
+ - lib/upil_types/upil_types.so
21
+ homepage: http://www.frogans.org
22
+ licenses:
23
+ - Nonstandard
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.6.11
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: UPIL Basic Types
45
+ test_files: []