Mxx_ru 1.4.2 → 1.4.3
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.
- data/lib/mxx_ru/cpp/rucodegen.rb +1 -1
- data/lib/mxx_ru/version.rb +1 -1
- metadata +43 -36
data/lib/mxx_ru/cpp/rucodegen.rb
CHANGED
|
@@ -99,7 +99,7 @@ class RuCodeGen < AbstractGenerator
|
|
|
99
99
|
|
|
100
100
|
# Returns command line for run code generation.
|
|
101
101
|
def build_cmd( mode )
|
|
102
|
-
"ruby -e\"require 'rubygems';
|
|
102
|
+
"ruby -e\"require 'rubygems'; gem 'RuCodeGen'; require 'rucodegen'; " +
|
|
103
103
|
"process_embedded_rucodegen('#{@name}',:#{mode})"
|
|
104
104
|
end
|
|
105
105
|
end
|
data/lib/mxx_ru/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,33 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
|
-
rubygems_version: 0.9.0
|
|
3
|
-
specification_version: 1
|
|
4
2
|
name: Mxx_ru
|
|
5
3
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 1.4.
|
|
7
|
-
date: 2008-02-15 00:00:00 +03:00
|
|
8
|
-
summary: Mxx_ru (Make++ on Ruby) is a cross-platform build tool
|
|
9
|
-
require_paths:
|
|
10
|
-
- lib
|
|
11
|
-
email: eao197@yahoo.com
|
|
12
|
-
homepage: http://www.rubyforge.com/projects/mxx-ru
|
|
13
|
-
rubyforge_project:
|
|
14
|
-
description:
|
|
15
|
-
autorequire:
|
|
16
|
-
default_executable:
|
|
17
|
-
bindir: bin
|
|
18
|
-
has_rdoc: true
|
|
19
|
-
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
20
|
-
requirements:
|
|
21
|
-
- - ">"
|
|
22
|
-
- !ruby/object:Gem::Version
|
|
23
|
-
version: 0.0.0
|
|
24
|
-
version:
|
|
4
|
+
version: 1.4.3
|
|
25
5
|
platform: ruby
|
|
26
|
-
signing_key:
|
|
27
|
-
cert_chain:
|
|
28
|
-
post_install_message:
|
|
29
6
|
authors:
|
|
30
7
|
- The Mxx_ru Project
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
|
|
12
|
+
date: 2008-02-26 00:00:00 +03:00
|
|
13
|
+
default_executable:
|
|
14
|
+
dependencies: []
|
|
15
|
+
|
|
16
|
+
description:
|
|
17
|
+
email: eao197@yahoo.com
|
|
18
|
+
executables:
|
|
19
|
+
- mxxrugen
|
|
20
|
+
extensions: []
|
|
21
|
+
|
|
22
|
+
extra_rdoc_files:
|
|
23
|
+
- README
|
|
24
|
+
- Rakefile
|
|
25
|
+
- COPYING
|
|
26
|
+
- NEWS
|
|
31
27
|
files:
|
|
32
28
|
- bin/mxxrugen
|
|
33
29
|
- tests/c
|
|
@@ -436,22 +432,33 @@ files:
|
|
|
436
432
|
- Rakefile
|
|
437
433
|
- COPYING
|
|
438
434
|
- NEWS
|
|
439
|
-
|
|
440
|
-
|
|
435
|
+
has_rdoc: true
|
|
436
|
+
homepage: http://www.rubyforge.com/projects/mxx-ru
|
|
437
|
+
post_install_message:
|
|
441
438
|
rdoc_options:
|
|
442
439
|
- -S
|
|
443
440
|
- --main
|
|
444
441
|
- README
|
|
445
|
-
|
|
446
|
-
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
442
|
+
require_paths:
|
|
443
|
+
- lib
|
|
444
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
445
|
+
requirements:
|
|
446
|
+
- - ">="
|
|
447
|
+
- !ruby/object:Gem::Version
|
|
448
|
+
version: "0"
|
|
449
|
+
version:
|
|
450
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
451
|
+
requirements:
|
|
452
|
+
- - ">="
|
|
453
|
+
- !ruby/object:Gem::Version
|
|
454
|
+
version: "0"
|
|
455
|
+
version:
|
|
454
456
|
requirements: []
|
|
455
457
|
|
|
456
|
-
|
|
458
|
+
rubyforge_project:
|
|
459
|
+
rubygems_version: 1.0.1
|
|
460
|
+
signing_key:
|
|
461
|
+
specification_version: 2
|
|
462
|
+
summary: Mxx_ru (Make++ on Ruby) is a cross-platform build tool
|
|
463
|
+
test_files: []
|
|
457
464
|
|