method_match 0.0.3 → 0.0.4

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.
@@ -17,7 +17,7 @@ module MethodMatch
17
17
  def rspec_command
18
18
  command = "rspec #{@matcher.spec_name}"
19
19
  command += " -e '##{@matcher.method_name}'" if @matcher.method_name
20
- command += ":#{line}" if @matcher.spec?
20
+ command += ":#{@matcher.line}" if @matcher.spec?
21
21
  command
22
22
  end
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module MethodMatch
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: method_match
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tomasz Tokarski