bake-toolkit 2.17.3 → 2.17.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/bin/bakery +41 -38
  3. data/documentation/_build/html/_sources/changelog.txt +20 -16
  4. data/documentation/_build/html/_sources/index.txt +4 -4
  5. data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +2 -2
  6. data/documentation/_build/html/changelog.html +9 -3
  7. data/documentation/_build/html/commandline/commandline.html +3 -3
  8. data/documentation/_build/html/concepts/build_hierarchy.html +3 -3
  9. data/documentation/_build/html/concepts/concepts.html +3 -3
  10. data/documentation/_build/html/concepts/the_main_project.html +3 -3
  11. data/documentation/_build/html/concepts/the_project_meta_file.html +3 -3
  12. data/documentation/_build/html/genindex.html +3 -3
  13. data/documentation/_build/html/ide/eclipse/eclipse.html +3 -3
  14. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +3 -3
  15. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +3 -3
  16. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +3 -3
  17. data/documentation/_build/html/ide/eclipse/how_to_debug_in_eclipse.html +3 -3
  18. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +3 -3
  19. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +3 -3
  20. data/documentation/_build/html/ide/ide_integrations.html +3 -3
  21. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +3 -3
  22. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +3 -3
  23. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +3 -3
  24. data/documentation/_build/html/ide/vs/vs.html +3 -3
  25. data/documentation/_build/html/ide/vs/vs_install.html +3 -3
  26. data/documentation/_build/html/index.html +6 -6
  27. data/documentation/_build/html/install/install_bake.html +3 -3
  28. data/documentation/_build/html/internal.html +3 -3
  29. data/documentation/_build/html/known_issues.html +3 -3
  30. data/documentation/_build/html/license.html +3 -3
  31. data/documentation/_build/html/performance/performance.html +3 -3
  32. data/documentation/_build/html/quickstart/quickstart.html +3 -3
  33. data/documentation/_build/html/search.html +3 -3
  34. data/documentation/_build/html/searchindex.js +1 -1
  35. data/documentation/_build/html/syntax/adapt_configs.html +3 -3
  36. data/documentation/_build/html/syntax/derive_configs.html +3 -3
  37. data/documentation/_build/html/syntax/project_meta_syntax.html +3 -3
  38. data/documentation/_build/html/syntax/syntax.html +3 -3
  39. data/documentation/_build/html/syntax/variable_substitutions.html +3 -3
  40. data/documentation/_build/html/tips_and_tricks/bundle.html +3 -3
  41. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +3 -3
  42. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +3 -3
  43. data/documentation/_build/html/tips_and_tricks/the_bakery.html +3 -3
  44. data/documentation/_build/html/tips_and_tricks/the_clang.html +3 -3
  45. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +3 -3
  46. data/documentation/_build/html/why_bake/why_bake.html +5 -5
  47. data/lib/common/exit_helper.rb +3 -3
  48. data/lib/common/version.rb +5 -5
  49. metadata +2 -2
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Tips and Tricks &mdash; bake 2.17.3 documentation</title>
8
+ <title>Tips and Tricks &mdash; bake 2.17.4 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.3',
18
+ VERSION: '2.17.4',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.3 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
33
33
  <link rel="next" title="The Bakery" href="the_bakery.html" />
34
34
  <link rel="prev" title="How to Debug in Visual Studio" href="../ide/vs/how_to_debug_in_vs.html" />
35
35
  <meta charset='utf-8'>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Why you should use bake &mdash; bake 2.17.3 documentation</title>
8
+ <title>Why you should use bake &mdash; bake 2.17.4 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.3',
18
+ VERSION: '2.17.4',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,9 +29,9 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.3 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
33
33
  <link rel="next" title="Install bake" href="../install/install_bake.html" />
34
- <link rel="prev" title="bake 2.17.3" href="../index.html" />
34
+ <link rel="prev" title="bake 2.17.4" href="../index.html" />
35
35
  <meta charset='utf-8'>
36
36
  <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
37
37
  <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
@@ -108,7 +108,7 @@
108
108
 
109
109
 
110
110
  <li>
111
- <a href="../index.html" title="Previous Chapter: bake 2.17.3"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; bake 2.17.3</span>
111
+ <a href="../index.html" title="Previous Chapter: bake 2.17.4"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; bake 2.17.4</span>
112
112
  </a>
113
113
  </li>
114
114
  <li>
@@ -6,14 +6,14 @@ module Bake
6
6
  def self.set_exit_code(val)
7
7
  @@exit_code = val
8
8
  end
9
-
9
+
10
10
  def self.exit_code()
11
11
  @@exit_code
12
12
  end
13
13
 
14
14
  def self.reset_exit_code()
15
15
  @@exit_code = 0
16
- end
16
+ end
17
17
 
18
18
  def self.exit(val)
19
19
  @@exit_code = val
@@ -27,7 +27,7 @@ at_exit do
27
27
  if Bake::ExitHelper.exit_code != 0
28
28
  exit(Bake::ExitHelper.exit_code)
29
29
  elsif not $!.nil?
30
- if $!.respond_to?("success")
30
+ if $!.respond_to?("success?")
31
31
  exit($!.success? ? 0 : 1)
32
32
  else
33
33
  exit(1)
@@ -1,23 +1,23 @@
1
1
  module Bake
2
2
  class Version
3
3
  def self.number
4
- "2.17.3"
4
+ "2.17.4"
5
5
  end
6
6
  end
7
-
7
+
8
8
  expectedRGen = "0.8.0"
9
9
  expectedRText = "0.8.1"
10
-
10
+
11
11
  begin
12
12
  gem "rgen", "=#{expectedRGen}"
13
13
  rescue Exception => e
14
14
  puts "Warning: Failed to load rgen #{expectedRGen}, using latest version"
15
- end
15
+ end
16
16
 
17
17
  begin
18
18
  gem "rtext", "=#{expectedRText}"
19
19
  rescue Exception => e
20
20
  puts "Warning: Failed to load rtext #{expectedRText}, using latest version"
21
- end
21
+ end
22
22
 
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.17.3
4
+ version: 2.17.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Schaal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-13 00:00:00.000000000 Z
11
+ date: 2016-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rtext