static_source_loc 1.0.0 → 1.0.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 (2) hide show
  1. data/lib/static_source_loc.rb +2 -2
  2. metadata +1 -1
@@ -3,7 +3,7 @@ require 'find'
3
3
  require 'ruby_parser'
4
4
 
5
5
  module StaticSourceLoc
6
- VERSION = '1.0.0'
6
+ VERSION = '1.0.1'
7
7
 
8
8
  SourceLoc = Struct.new :file, :line
9
9
 
@@ -33,7 +33,7 @@ module StaticSourceLoc
33
33
  end
34
34
 
35
35
  def inspect
36
- "#<#{self.class.class_name}: #{qualname}>"
36
+ "#<#{self.class.name.split('::').last}: #{qualname}>"
37
37
  end
38
38
  end
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: static_source_loc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: