mofa 0.2.15 → 0.2.16

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.
@@ -1,5 +1,5 @@
1
1
  class SourceCookbook < Cookbook
2
- COOKBOOK_IGNORE=%w(.mofa .idea .kitchen .vagrant .bundle test)
2
+ COOKBOOK_IGNORE=%w(.mofa .idea .kitchen .vagrant .bundle test .git)
3
3
 
4
4
  def initialize(cookbook_name_or_path)
5
5
  super()
@@ -126,7 +126,7 @@ class SourceCookbook < Cookbook
126
126
 
127
127
  COOKBOOK_IGNORE.each do |remove_this|
128
128
  if File.exists?("#{pkg_dir}/tmp/cookbooks/#{name}/#{remove_this}")
129
- run "rm -r #{pkg_dir}/tmp/cookbooks/#{name}/#{remove_this}"
129
+ run "rm -rf #{pkg_dir}/tmp/cookbooks/#{name}/#{remove_this}"
130
130
  end
131
131
  end
132
132
 
data/lib/mofa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mofa
2
- VERSION = "0.2.15"
2
+ VERSION = "0.2.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mofa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-23 00:00:00.000000000 Z
12
+ date: 2015-10-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec