pry-de 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/pry-de.rb +2 -2
  3. data/pry-de.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -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 ' '}"
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "pry-de"
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["\u{2608}king", "Banisterfiend"]
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.1
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: 4324804412131049766
179
+ hash: 2228762582552018732
180
180
  required_rubygems_version: !ruby/object:Gem::Requirement
181
181
  none: false
182
182
  requirements: