ceedling 0.0.14 → 0.0.15

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/bin/ceedling CHANGED
@@ -31,8 +31,10 @@ class CeedlingTasks < Thor
31
31
 
32
32
  Example: [ceedling update .] will deposit the latest ceedling files to ./vendor/ceedling
33
33
  d
34
+ method_option :nodocs, :type => :boolean, :default => false, :desc => "No docs in vendor directory"
34
35
  def update(project_dir)
35
36
  directory "new_project_template/vendor", "#{project_dir}/vendor"
37
+ remove_dir "#{project_dir}/vendor/ceedling/docs" if options[:nodocs]
36
38
  end
37
39
 
38
40
  desc "examples", "list available example projects"
@@ -2,7 +2,7 @@
2
2
  module Ceedling
3
3
  module Version
4
4
  # @private
5
- GEM = "0.0.14"
5
+ GEM = "0.0.15"
6
6
 
7
7
  # @private
8
8
  CEEDLING = "0.9.200"
@@ -2,7 +2,7 @@
2
2
  module Ceedling
3
3
  module Version
4
4
  # @private
5
- GEM = "0.0.14"
5
+ GEM = "0.0.15"
6
6
 
7
7
  # @private
8
8
  CEEDLING = "<%= versions["CEEDLING"] %>"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ceedling
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 14
10
- version: 0.0.14
9
+ - 15
10
+ version: 0.0.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mike Karlesky, Mark VanderVoord