pry-de 0.0.1 → 0.0.2
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 +1 -1
- data/lib/pry-de.rb +2 -2
- data/pry-de.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/lib/pry-de.rb
CHANGED
|
@@ -83,12 +83,12 @@ module PryDe
|
|
|
83
83
|
end.each do |e|
|
|
84
84
|
terse = e[1..-1]
|
|
85
85
|
# TODO: check to see if you're stomping on something, first.
|
|
86
|
-
alias_command terse, e
|
|
86
|
+
Pry.commands.alias_command terse, e
|
|
87
87
|
abbreviations << terse
|
|
88
88
|
end
|
|
89
89
|
command ',,', 'unsplat all ,-commands' do
|
|
90
90
|
abbreviations.each do |too_terse|
|
|
91
|
-
delete too_terse
|
|
91
|
+
Pry.commands.delete too_terse
|
|
92
92
|
end
|
|
93
93
|
end
|
|
94
94
|
Pry.output.puts "Added commands: #{abbreviations.join ' '}"
|
data/pry-de.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-de
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -176,7 +176,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
176
176
|
version: '0'
|
|
177
177
|
segments:
|
|
178
178
|
- 0
|
|
179
|
-
hash:
|
|
179
|
+
hash: 2228762582552018732
|
|
180
180
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
181
181
|
none: false
|
|
182
182
|
requirements:
|