spicycode-micronaut 0.2.1.1 → 0.2.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rubygems/specification'
4
4
  require 'lib/micronaut/rake_task'
5
5
 
6
6
  GEM = "micronaut"
7
- GEM_VERSION = "0.2.1.1"
7
+ GEM_VERSION = "0.2.1.2"
8
8
  AUTHOR = "Chad Humphries"
9
9
  EMAIL = "chad@spicycode.com"
10
10
  HOMEPAGE = "http://github.com/spicycode/micronaut"
@@ -6,6 +6,7 @@ module Micronaut
6
6
 
7
7
  def self.inherited(klass)
8
8
  super
9
+ Micronaut.configuration.autorun!
9
10
  Micronaut.world.behaviours << klass
10
11
  end
11
12
 
@@ -118,7 +118,7 @@ module Micronaut
118
118
 
119
119
  cleansed = backtrace.select { |line| backtrace_line(line) }
120
120
  # Kick the describe stack info off the list, just keep the line the problem happened on from that file
121
- cleansed = [cleansed.detect { |line| line.split(':').first == example.metadata[:caller].split(':').first }] if cleansed.size > 1
121
+ # cleansed = [cleansed.detect { |line| line.split(':').first == example.metadata[:caller].split(':').first }] if cleansed.size > 1
122
122
  cleansed.empty? ? backtrace : cleansed
123
123
  end
124
124
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spicycode-micronaut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.1
4
+ version: 0.2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chad Humphries
@@ -9,7 +9,7 @@ autorequire: micronaut
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-14 00:00:00 -08:00
12
+ date: 2009-01-15 00:00:00 -08:00
13
13
  default_executable: micronaut
14
14
  dependencies: []
15
15