ceedling 0.15.3 → 0.15.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ceedling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.3
4
+ version: 0.15.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -58,6 +58,8 @@ files:
58
58
  - vendor/cmock/docs/CMock Summary.pdf
59
59
  - vendor/unity/docs/Unity Summary.pdf
60
60
  - docs/CeedlingPacket.pdf
61
+ - vendor/cmock/docs/CMock_Summary.md
62
+ - docs/CeedlingPacket.md
61
63
  - vendor/cmock/lib/cmock.rb
62
64
  - vendor/cmock/lib/cmock_config.rb
63
65
  - vendor/cmock/lib/cmock_file_writer.rb
@@ -108,7 +110,6 @@ files:
108
110
  - ceedling.gemspec
109
111
  - config/test_environment.rb
110
112
  - docs/CeedlingLogo.png
111
- - docs/CeedlingPacket.md
112
113
  - docs/CeedlingPacket.odt
113
114
  - examples/blinky/project.yml
114
115
  - examples/blinky/rakefile.rb
@@ -275,7 +276,6 @@ files:
275
276
  - lib/ceedling/tool_executor_helper.rb
276
277
  - lib/ceedling/verbosinator.rb
277
278
  - lib/ceedling/version.rb
278
- - lib/ceedling/version.rb.erb
279
279
  - lib/ceedling/yaml_wrapper.rb
280
280
  - lib/ceedling.rb
281
281
  - license.txt
@@ -303,8 +303,6 @@ files:
303
303
  - plugins/xml_tests_report/xml_tests_report.rb
304
304
  - Rakefile
305
305
  - README.md
306
- - release/build.info
307
- - release/version.info
308
306
  - spec/ceedling_spec.rb
309
307
  - spec/configurator_builder_spec.rb
310
308
  - spec/configurator_helper_spec.rb
@@ -405,7 +403,6 @@ files:
405
403
  - vendor/c_exception/test/TestException.c
406
404
  - vendor/c_exception/test/TestException_Runner.c
407
405
  - vendor/cmock/docs/CMock Summary.odt
408
- - vendor/cmock/docs/CMock_Summary.md
409
406
  - vendor/cmock/docs/license.txt
410
407
  - vendor/cmock/examples/gcc.yml
411
408
  - vendor/cmock/examples/iar_v4.yml
@@ -1,16 +0,0 @@
1
- # @private
2
- module Ceedling
3
- module Version
4
- # @private
5
- GEM = "0.15.3"
6
-
7
- # @private
8
- CEEDLING = "<%= versions["CEEDLING"] %>"
9
- # @private
10
- CEXCEPTION = "<%= versions["CEXCEPTION"] %>"
11
- # @private
12
- CMOCK = "<%= versions["CMOCK"] %>"
13
- # @private
14
- UNITY = "<%= versions["UNITY"] %>"
15
- end
16
- end
@@ -1,2 +0,0 @@
1
- 227
2
-
@@ -1 +0,0 @@
1
- 0.15.3