method_match 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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