ceedling 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
 
3
3
  :project:
4
- :use_exceptions: TRUE
4
+ :use_exceptions: FALSE
5
5
  :use_test_preprocessor: TRUE
6
6
  :use_auxiliary_dependencies: TRUE
7
7
  :build_root: build
@@ -27,7 +27,10 @@
27
27
  - test/support
28
28
 
29
29
  :defines:
30
- :common: &common_defines
30
+ # in order to add common defines:
31
+ # 1) remove the trailing [] from the :common: section
32
+ # 2) add entries to the :common: section (e.g. :test: has TEST defined)
33
+ :common: &common_defines []
31
34
  :test:
32
35
  - TEST
33
36
  - *common_defines
@@ -2,7 +2,7 @@
2
2
  module Ceedling
3
3
  module Version
4
4
  # @private
5
- GEM = "0.11.0"
5
+ GEM = "0.11.1"
6
6
 
7
7
  # @private
8
8
  CEEDLING = "0.10.226"
@@ -2,7 +2,7 @@
2
2
  module Ceedling
3
3
  module Version
4
4
  # @private
5
- GEM = "0.11.0"
5
+ GEM = "0.11.1"
6
6
 
7
7
  # @private
8
8
  CEEDLING = "<%= versions["CEEDLING"] %>"
@@ -32,7 +32,10 @@
32
32
  - test/support
33
33
 
34
34
  :defines:
35
- :commmon: &common_defines
35
+ # in order to add common defines:
36
+ # 1) remove the trailing [] from the :common: section
37
+ # 2) add entries to the :common: section (e.g. :test: has TEST defined)
38
+ :commmon: &common_defines []
36
39
  :test:
37
40
  - *common_defines
38
41
  - TEST
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 11
8
- - 0
9
- version: 0.11.0
8
+ - 1
9
+ version: 0.11.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mike Karlesky, Mark VanderVoord