pry-linenoise 0.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d57baecf89e4ecd537d73bbdf534f8c5b2a69a15
4
+ data.tar.gz: f009169eddb068916d8741912de143eb5b8b2cad
5
+ SHA512:
6
+ metadata.gz: 902a33b269222a0d38cafd4ee69047cfc615214542cb01c19e2ec78ad8dc00d539f78519567b77f770003b5202ff0b65668dafb98172d90f1285924db88a4760
7
+ data.tar.gz: 21d385b2d107dc489977a14804654fe5fc89357d7158eef0919acd4463b5149950b5ad2002d922105e44dc580fbeeb8ac610df4b4f5d597b7d7b133fd1c77a60
@@ -0,0 +1,3 @@
1
+ # Linenoise
2
+ module PryLinenoise
3
+ end
@@ -0,0 +1,6 @@
1
+ # We use Semantic Versioning v2.0.0
2
+ # More information: http://semver.org/
3
+ module PryLinenoise
4
+ # @return [String] the library version
5
+ VERSION = '0.0.1'.freeze
6
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pry-linenoise
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Kyrylo Silin
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-12-31 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: 'Makes https://github.com/kyrylo/linenoise-rb work in Pry as a Readline
14
+ alternative.
15
+
16
+ '
17
+ email: silin@kyrylo.org
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/pry-linenoise.rb
23
+ - lib/pry-linenoise/version.rb
24
+ homepage: https://github.com/pry/pry-linenoise
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '2.1'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.6.13
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Readline alternative for Pry
48
+ test_files: []