autoc 0.8

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.
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: autoc
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.8'
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Oleg A. Khlybov
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-07-05 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: ! " AutoC is a collection of Ruby modules related to automatic C source
15
+ code generation.\n * CodeBuilder -- multi-file C module generator.\n * DataStructBuilder
16
+ -- generators of strongly-typed data containers similar to the C++'s standard generic
17
+ containers.\n"
18
+ email: fougas@mail.ru
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - lib/autoc/code_builder.rb
24
+ - lib/autoc/data_struct_builder.rb
25
+ - lib/autoc/type_builder.rb
26
+ - lib/autoc.rb
27
+ - manual/manual.pdf
28
+ - test/test.c
29
+ - test/test.rb
30
+ - test/test_auto.c
31
+ - test/test_auto.h
32
+ - README
33
+ homepage: http://autoc.sourceforge.net/
34
+ licenses:
35
+ - BSD
36
+ post_install_message:
37
+ rdoc_options: []
38
+ require_paths:
39
+ - lib
40
+ required_ruby_version: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '1.8'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ none: false
48
+ requirements:
49
+ - - ! '>='
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubyforge_project:
54
+ rubygems_version: 1.8.24
55
+ signing_key:
56
+ specification_version: 3
57
+ summary: A host of Ruby modules related to automatic C source code generation
58
+ test_files: []