Mxx_ru 1.4.5 → 1.4.6

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.
@@ -99,8 +99,8 @@ 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'; gem 'RuCodeGen'; require 'rucodegen'; " +
103
- "process_embedded_rucodegen('#{@name}',:#{mode})"
102
+ "ruby -e\"require 'rubygems'; gem 'RuCodeGen'; require 'rucodegen';\" " +
103
+ "process_embedded_rucodegen('#{@name}',:#{mode})\""
104
104
  end
105
105
  end
106
106
 
@@ -0,0 +1,4 @@
1
+ BugFix: Error in RuCodeGen command line generation.
2
+ --This line, and those below, will be ignored--
3
+
4
+ M cpp/rucodegen.rb
@@ -34,5 +34,5 @@
34
34
  #
35
35
  # puts 'Mxx_ru version is: ' + MXX_RU_VERSION
36
36
  #
37
- MXX_RU_VERSION = '1.4.5'
37
+ MXX_RU_VERSION = '1.4.6'
38
38
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Mxx_ru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.5
4
+ version: 1.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Mxx_ru Project
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-04-14 00:00:00 +04:00
12
+ date: 2008-08-23 00:00:00 +04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -400,6 +400,7 @@ files:
400
400
  - lib/mxx_ru/generators/impl/cpp/template.erb
401
401
  - lib/mxx_ru/generators/impl/std_receiver.rb
402
402
  - lib/mxx_ru/makestyle_generator.rb
403
+ - lib/mxx_ru/svn-commit.tmp
403
404
  - lib/mxx_ru/textfile_unittest.rb
404
405
  - lib/mxx_ru/util.rb
405
406
  - lib/mxx_ru/version.rb