dev_commands 0.0.27 → 0.0.28

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.
Files changed (3) hide show
  1. data/lib/add.rb +1 -1
  2. data/lib/test.rb +4 -0
  3. metadata +1 -1
data/lib/add.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  class Add < Array
2
2
  def update
3
3
  if(File.exists?('.gitignore'))
4
- add 'git add --all :/'
4
+ add 'git add --all'
5
5
  else
6
6
  if(defined?(SOURCE))
7
7
  if(File.exists?('.svn'))
@@ -20,6 +20,10 @@ class Test < Array
20
20
  add "\"#{Test.nunit_console_x86}\" \"#{Rake.application.original_dir}\\#{nunit_dll}\" /xml:\"#{nunit_dll}.TestResults.xml\""
21
21
  }
22
22
  end
23
+
24
+ if(defined?(TESTS))
25
+ TEST.each{|t| add t}
26
+ end
23
27
  end
24
28
 
25
29
  @@nunit_console=''
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.27
4
+ version: 0.0.28
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: