spork 0.8.0 → 0.8.1

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/geminstaller.yml +0 -1
  2. data/lib/spork.rb +1 -1
  3. metadata +2 -2
@@ -7,4 +7,3 @@ gems:
7
7
  - { name: 'rspec-rails', version: '>= 1.2.9' }
8
8
  - { name: 'rails', version: '>= 2.3' }
9
9
  - { name: 'ruby-debug', version: '>= 0.10.3' }
10
- <% %>
@@ -134,7 +134,7 @@ module Spork
134
134
  end
135
135
 
136
136
  def expanded_caller(caller_line)
137
- file, line = caller_line.split(":")
137
+ file, line = caller_line.split(/:(\d+)/)
138
138
  line.gsub(/:.+/, '')
139
139
  File.expand_path(file, Dir.pwd) + ":" + line
140
140
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Harper
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2010-03-04 00:00:00 -07:00
13
+ date: 2010-03-08 00:00:00 -07:00
14
14
  default_executable: spork
15
15
  dependencies: []
16
16