pager 1.0.0 → 1.0.1
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/README.md +6 -6
- data/lib/pager.rb +1 -0
- data/lib/pager/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -21,10 +21,10 @@ Git-style automatic paging in Ruby
|
|
21
21
|
|
22
22
|
## History
|
23
23
|
|
24
|
-
This library is merely a packaged version of the [run_pager code
|
25
|
-
by [Nathan Weizenbaum][nex3]. It was originally built for use
|
26
|
-
[Chris Wanstrath][defunkt]. The snipped was packaged
|
27
|
-
Michaels-Ober][sferik] for use with
|
24
|
+
This library is merely a packaged version of the [`run_pager` code
|
25
|
+
snippet][blog] by [Nathan Weizenbaum][nex3]. It was originally built for use
|
26
|
+
with [`cheat`][cheat] by [Chris Wanstrath][defunkt]. The snipped was packaged
|
27
|
+
as a gem by [Erik Michaels-Ober][sferik] for use with [`t`][t].
|
28
28
|
|
29
29
|
[blog]: http://nex-3.com/posts/73-git-style-automatic-paging-in-ruby
|
30
30
|
[nex3]: https://github.com/nex3
|
@@ -33,10 +33,10 @@ Michaels-Ober][sferik] for use with his [t][] gem.
|
|
33
33
|
[sferik]: https://github.com/sferik
|
34
34
|
[t]: https://github.com/sferik/t
|
35
35
|
|
36
|
-
|
36
|
+
## irb-pager
|
37
37
|
|
38
38
|
Many thanks to [Denis Knauf][DenisKnauf] for relinquishing the `pager` gem name
|
39
|
-
to this project. If you're looking for irb-pager
|
39
|
+
to this project. If you're looking for `irb-pager`, it can be found
|
40
40
|
[here][irb-pager].
|
41
41
|
|
42
42
|
[DenisKnauf]: https://github.com/DenisKnauf
|
data/lib/pager.rb
CHANGED
data/lib/pager/version.rb
CHANGED