script_finder 1.2.1 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
- :minor: 2
3
+ :minor: 3
4
4
  :build:
5
5
  :patch: 1
@@ -18,6 +18,7 @@ class BaseFinder
18
18
  command = command.split(' ') if command.is_a?(String)
19
19
  unless running_command_for_current_rails_version?(r_or_s)
20
20
  puts "You are attempting to run a command for a version of rails you are not currently running. Please verify rails version"
21
+ puts "Current rails version is #{`rails -v`}"
21
22
  exit
22
23
  end
23
24
  finder = new(command, bin_dir).execute_command
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 2
7
+ - 3
8
8
  - 1
9
- version: 1.2.1
9
+ version: 1.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Robert R. Meyer
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-11 00:00:00 -05:00
18
+ date: 2011-10-27 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies: []
21
21