pry-fkeys 0.0.1 → 0.1.0

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-fkeys.rb CHANGED
@@ -56,7 +56,7 @@ Then it should be fully functional; if it isn't, please file an issue:
56
56
  Or, if you just want to suppress the warning, you can put '$if Ruby' anywhere in
57
57
  ~/.inputrc and it'll stop bothering you.
58
58
  EOT
59
- 'Almost there...'
59
+ 'tl;dr: run inputrc!'
60
60
  end
61
61
 
62
62
  def append!
@@ -122,7 +122,7 @@ $if Ruby
122
122
  $else
123
123
  # Emacs Bindings:
124
124
  "\\e[14~": "ls -l\\n"
125
- "\\e[OS": "ls -l\\n"
125
+ "\\eOS": "ls -l\\n"
126
126
  "\\e[15~": "\\C-lwhereami\\n"
127
127
  "\\e[28~": "edit -c\\n"
128
128
  "\\e[17~": "up\\n"
@@ -1,3 +1,3 @@
1
1
  module PryFkeys
2
- VERSION = '0.0.1'
2
+ VERSION = '0.1.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-fkeys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: