readline 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +12 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ce417d6d035aee3bb286c072cd1abfd105b38f8b4b3faa3c59a47fca40850e1
4
- data.tar.gz: 881fdacc3c930ebd1202fef0779adba6e4464d0a53464d4b20c3f43ca7857284
3
+ metadata.gz: 0eb072b8317e795fc36e2d7f229a9b6a4221114a4d26c740628dbecdaaab5c74
4
+ data.tar.gz: c029a840d26d2d7ee393994caecbb5f60bc805e5a00b8fcd96c04e25e8212fa3
5
5
  SHA512:
6
- metadata.gz: 06cd86b75e2844f445271066b893cabd9b755bccf02d9a09698ecf6f820ece0a562b886b0737b8a84dba8f930141a3eb1b3b1ff557caf7559a35650ef031a5fe
7
- data.tar.gz: f01f3aab15c18075a7aaf2b00b0758b8aa6ce861159257607dde531043252ac4f9bbc742ca717e12b6953b370f585cbb40b1f15077a218a7b61c85362acd67de
6
+ metadata.gz: a1f5144bac40e231d85c4b5a6569c56f7abc302fc6cc032f275acd5073c1429540263229143854cb7d07f274fb0eaa449d39c7ad860cafa7e285dbbf2c5e8e22
7
+ data.tar.gz: 50ffede86bbcb3ef949efd37704b89084ec740f1eb6eacbcf539782decd1a7bbfc23ea3bf41ff89d2fe790b19c0f1f76ff726e9924b4dc6f52fd32e9769bfdc5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: readline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - aycabta
@@ -53,8 +53,8 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: |
56
- This is just loader for "readline". If Ruby has "readline-ext" gem that
57
- is a native extension, this gem will load its first. If Ruby doesn't have
56
+ This is just a loader for "readline". If Ruby has "readline-ext" gem that
57
+ is a native extension, this gem will load it first. If Ruby doesn't have
58
58
  the "readline-ext" gem this gem will load "reline" that is a compatible
59
59
  library with "readline-ext" gem and is implemented by pure Ruby.
60
60
  email:
@@ -72,13 +72,15 @@ licenses:
72
72
  - Ruby license
73
73
  metadata: {}
74
74
  post_install_message: |
75
- This is just loader for "readline". If Ruby has "readline-ext" gem that
76
- is a native extension, this gem will load its first. If Ruby doesn't have
77
- the "readline-ext" gem this gem will load "reline" that is a compatible
78
- library with "readline-ext" gem and is implemented by pure Ruby.
79
-
80
- If you intend to use GNU Readline by `require 'readline'`, please install
81
- "readline-ext" gem.
75
+ +---------------------------------------------------------------------------+
76
+ | This is just a loader for "readline". If Ruby has "readline-ext" gem that |
77
+ | is a native extension, this gem will load it first. If Ruby doesn't have |
78
+ | the "readline-ext" gem this gem will load "reline" that is a compatible   |
79
+ | library with "readline-ext" gem and is implemented by pure Ruby.          |
80
+ |                                                                           |
81
+ | If you intend to use GNU Readline by `require 'readline'`, please install |
82
+ | "readline-ext" gem.                                                       |
83
+ +---------------------------------------------------------------------------+
82
84
  rdoc_options: []
83
85
  require_paths:
84
86
  - lib