pry-fkeys 0.2.2 → 0.2.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 (3) hide show
  1. data/.gemspec +1 -5
  2. data/lib/pry-fkeys/version.rb +1 -1
  3. metadata +1 -5
data/.gemspec CHANGED
@@ -6,11 +6,7 @@ keys_bound = File.readlines('README.rdoc').grep(/^\[\+\S+\+\]/).join "\n"
6
6
  Working.gemspec(
7
7
  name: 'pry-fkeys',
8
8
  summary: Working.third_line_of_readme,
9
- description: (
10
- "== Pry F-Keys\n" +
11
- Working.third_line_of_readme +
12
- "\n\n" +
13
- keys_bound),
9
+ description: "== Pry F-Keys\n" + keys_bound,
14
10
  version: PryFkeys::VERSION,
15
11
  authors: %w(☈king),
16
12
  email: 'pry-fkeys@sharpsaw.org',
@@ -1,3 +1,3 @@
1
1
  module PryFkeys
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
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.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -33,10 +33,6 @@ description: ! 'Help the user get to a place where the speedy F8/F10/F11/etc key
33
33
 
34
34
  == Pry F-Keys
35
35
 
36
- Help the user get to a place where the speedy F8/F10/F11/etc keys work.
37
-
38
-
39
-
40
36
  [+F4+] ls -l (show all locally-defined variables and values)
41
37
 
42
38