redcar-filter-through-command 1.3.1-java → 1.3.2-java
Sign up to get free protection for your applications and to get access to all the features.
- data/.yardopts +1 -1
- data/changes.md +8 -0
- data/lib/filter_command/commands.rb +1 -1
- data/plugin.rb +1 -1
- metadata +2 -2
data/.yardopts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
yardoc lib/**/*.rb - license docs/*.md
|
1
|
+
yardoc lib/**/*.rb - license docs/*.md changes.md
|
data/changes.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
Changelog
|
2
2
|
=========
|
3
3
|
|
4
|
+
##1.3.2
|
5
|
+
|
6
|
+
* Fix for missing refactor for execute line function to pull most recent command from history
|
7
|
+
|
8
|
+
##1.3.1
|
9
|
+
|
10
|
+
* Fix to generate proper documentation in the gem
|
11
|
+
|
4
12
|
##1.3
|
5
13
|
|
6
14
|
* Added cursor line and cursor word as input types
|
@@ -29,7 +29,7 @@ module Redcar
|
|
29
29
|
else
|
30
30
|
command = doc.get_line_without_end_of_line(doc.cursor_line)
|
31
31
|
end
|
32
|
-
FilterCommand::Evaluator.evaluate(command,"None",FilterCommand.output_type)
|
32
|
+
FilterCommand::Evaluator.evaluate(command,"None",FilterCommand::History.output_type)
|
33
33
|
end
|
34
34
|
end
|
35
35
|
end
|
data/plugin.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: redcar-filter-through-command
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.3.
|
5
|
+
version: 1.3.2
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- Delisa Mason
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-09-
|
13
|
+
date: 2011-09-02 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: redcar-dev
|