pry-fkeys 0.2.1 → 0.2.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.
Files changed (3) hide show
  1. data/.gemspec +5 -1
  2. data/lib/pry-fkeys/version.rb +1 -1
  3. metadata +3 -1
data/.gemspec CHANGED
@@ -6,7 +6,11 @@ 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: (Working.third_line_of_readme + "\n\n" + keys_bound),
9
+ description: (
10
+ "== Pry F-Keys\n" +
11
+ Working.third_line_of_readme +
12
+ "\n\n" +
13
+ keys_bound),
10
14
  version: PryFkeys::VERSION,
11
15
  authors: %w(☈king),
12
16
  email: 'pry-fkeys@sharpsaw.org',
@@ -1,3 +1,3 @@
1
1
  module PryFkeys
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
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.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -31,6 +31,8 @@ description: ! 'Help the user get to a place where the speedy F8/F10/F11/etc key
31
31
  work.
32
32
 
33
33
 
34
+ == Pry F-Keys
35
+
34
36
  Help the user get to a place where the speedy F8/F10/F11/etc keys work.
35
37
 
36
38