pry 0.9.0pre1-i386-mingw32 → 0.9.0pre2-i386-mingw32

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.
@@ -136,12 +136,7 @@ class Pry
136
136
 
137
137
  # editor is invoked here
138
138
  else
139
- if rbx_core?(meth)
140
- file, line = rbx_core_path_line_for(meth)
141
- else
142
- file, line = meth.source_location
143
- end
144
-
139
+ file, line = path_line_for(meth)
145
140
  set_file_and_dir_locals(file)
146
141
 
147
142
  if Pry.editor.respond_to?(:call)
data/lib/pry/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Pry
2
- VERSION = "0.9.0pre1"
2
+ VERSION = "0.9.0pre2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pry
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 5
5
- version: 0.9.0pre1
5
+ version: 0.9.0pre2
6
6
  platform: i386-mingw32
7
7
  authors:
8
8
  - John Mair (banisterfiend)