dev_commands 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/add.rb +1 -1
  2. metadata +1 -1
data/lib/add.rb CHANGED
@@ -6,7 +6,7 @@ class Add < Array
6
6
  if(defined?(SOURCE))
7
7
  if(File.exists?('.svn'))
8
8
  SOURCE.each{|f|
9
- add "svn add #{f}" if `svn status #{f}`.include?('?')
9
+ add "svn add #{f} --parents" if `svn status #{f}`.include?('?')
10
10
  }
11
11
  end
12
12
  if(File.exists?('.git'))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_commands
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: