pry-vterm_aliases 0.0.6 → 0.0.7
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/lib/pry-vterm_aliases.rb +2 -2
- metadata +3 -3
data/lib/pry-vterm_aliases.rb
CHANGED
|
@@ -9,13 +9,13 @@ unless RbConfig::CONFIG['host_os'] =~ /mswin/
|
|
|
9
9
|
cmd = Pry::Plugins::VTerm.aliases[cmd]
|
|
10
10
|
end
|
|
11
11
|
|
|
12
|
-
Pry.config.system.call Pry.output, cmd
|
|
12
|
+
Pry.config.system.call Pry.output, cmd, _pry_
|
|
13
13
|
end
|
|
14
14
|
|
|
15
15
|
class Pry::Plugins::VTerm
|
|
16
16
|
class << self
|
|
17
17
|
def version
|
|
18
|
-
'0.0.
|
|
18
|
+
'0.0.7'
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
def aliases
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-vterm_aliases
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-02-12 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: pry
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &22598140 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 0.9.8
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *22598140
|
|
25
25
|
description: Preserve your VTerm aliases in Pry.
|
|
26
26
|
email:
|
|
27
27
|
- jordon@envygeeks.com
|