perception 0.3.16 → 0.3.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/test/_start_all.rb +2 -10
  2. data/version.rb +1 -1
  3. metadata +2 -2
@@ -3,13 +3,5 @@
3
3
  # Führt alle Tests aus
4
4
  #
5
5
 
6
- if $0 == __FILE__
7
- require 'drumherum'
8
- smart_init
9
- end
10
-
11
-
12
- # Test-Verzeichnis der Applikation
13
- test_verzeichnis = File.join(Drumherum::directory_main, 'test')
14
-
15
- Dir["#{test_verzeichnis}/test_*.rb"].sort.each { |t| require t }
6
+ test_verzeichnis = File.expand_path(File.dirname(__FILE__) )
7
+ Dir["#{File.join(test_verzeichnis)}/test_*.rb"].sort.each { |t| require t }
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
3
  module Perception #:nodoc
4
- VERSION = '0.3.16'
4
+ VERSION = '0.3.17'
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perception
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.16
4
+ version: 0.3.17
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: 2012-11-03 00:00:00.000000000 Z
12
+ date: 2012-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: drumherum