pry-popularity 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. data/lib/pry-popularity.rb +1 -1
  2. metadata +3 -3
@@ -23,7 +23,7 @@ Found #{lines.size} history lines, scoring (each dot is 100 lines):
23
23
  unless thing
24
24
  thing = cache[e] =
25
25
  if cmd = _pry_.commands.find_command(e)
26
- cmd.match
26
+ cmd.options[:listing]
27
27
  else
28
28
  '[ruby code]'
29
29
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-popularity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ bindir: bin
12
12
  cert_chain: []
13
13
  date: 2012-12-19 00:00:00.000000000 Z
14
14
  dependencies: []
15
- description: Sort pry input history by frequency of use (git revision c83b52e)
15
+ description: Sort pry input history by frequency of use
16
16
  email: pry-popularity@sharpsaw.org
17
17
  executables: []
18
18
  extensions: []
@@ -43,6 +43,6 @@ rubyforge_project:
43
43
  rubygems_version: 1.8.24
44
44
  signing_key:
45
45
  specification_version: 3
46
- summary: Sort pry input history by frequency of use (git revision c83b52e)
46
+ summary: Sort pry input history by frequency of use
47
47
  test_files: []
48
48
  has_rdoc: