script_finder 1.2.1 → 1.3.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.
- data/VERSION.yml +1 -1
- data/lib/script_finder/base_finder.rb +1 -0
- metadata +3 -3
data/VERSION.yml
CHANGED
|
@@ -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
|
-
-
|
|
7
|
+
- 3
|
|
8
8
|
- 1
|
|
9
|
-
version: 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-
|
|
18
|
+
date: 2011-10-27 00:00:00 -05:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|