<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/readline/readline-ext.gemspec, branch v3_0_4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/readline-ext] Version 0.1.1</title>
<updated>2020-12-03T08:35:29+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-09-25T16:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b526db85fe96f906beea6500f7029013a16f9349'/>
<id>b526db85fe96f906beea6500f7029013a16f9349</id>
<content type='text'>
https://github.com/ruby/readline-ext/commit/6d55854434
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/readline-ext/commit/6d55854434
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the license for the default gems to dual licenses</title>
<updated>2020-08-18T11:26:39+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2020-08-18T11:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8fb02b7a97317090e3946e6f2d4a7d034f9699f1'/>
<id>8fb02b7a97317090e3946e6f2d4a7d034f9699f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add workaround for test-bundler failure</title>
<updated>2020-03-12T10:17:08+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2020-03-12T10:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=de10631dcf6dc4ddf5d869a8f9a7dd2ff6a749c6'/>
<id>de10631dcf6dc4ddf5d869a8f9a7dd2ff6a749c6</id>
<content type='text'>
https://github.com/ruby/actions/runs/500526558?check_suite_focus=true#step:16:127
```
Failures:

  1) Bundler.setup when Bundler is bundled doesn't blow up
     Failure/Error: expect(err).to be_empty

       expected `"fatal: not a git repository (or any of the parent directories): .git\nfatal: not a git repository (o...the parent directories): .git\nfatal: not a git repository (or any of the parent directories): .git".empty?` to return true, got false

       Commands:
       $ /home/runner/work/actions/actions/snapshot-master/ruby \
         -I/home/runner/work/actions/actions/snapshot-master/lib:/home/runner/work/actions/actions/snapshot-master/spec/bundler \
         -rsupport/hax -rsupport/artifice/fail \
         /home/runner/work/actions/actions/snapshot-master/libexec/bundle install --retry 0
       Resolving dependencies...
       Using bundler 2.1.4
       Bundle complete! 1 Gemfile dependency, 1 gem now installed.
       Use `bundle info [gemname]` to see where a bundled gem is installed.
       fatal: not a git repository (or any of the parent directories): .git
       fatal: not a git repository (or any of the parent directories): .git
       fatal: not a git repository (or any of the parent directories): .git
       # $? =&gt; 0

       $ /home/runner/work/actions/actions/snapshot-master/ruby \
         -I/home/runner/work/actions/actions/snapshot-master/lib:/home/runner/work/actions/actions/snapshot-master/spec/bundler \
         -rsupport/hax -rsupport/artifice/fail \
         /home/runner/work/actions/actions/snapshot-master/libexec/bundle exec ruby -e \
         require\ \'bundler\'\;\ Bundler.setup
       fatal: not a git repository (or any of the parent directories): .git
       fatal: not a git repository (or any of the parent directories): .git
       fatal: not a git repository (or any of the parent directories): .git
       # $? =&gt; 0
     # ./spec/bundler/runtime/setup_spec.rb:1056:in `block (3 levels) in &lt;top (required)&gt;'
     # ./spec/bundler/spec_helper.rb:111:in `block (3 levels) in &lt;top (required)&gt;'
     # ./spec/bundler/spec_helper.rb:111:in `block (2 levels) in &lt;top (required)&gt;'
     # ./spec/bundler/spec_helper.rb:78:in `block (2 levels) in &lt;top (required)&gt;'
make: *** [yes-test-bundler] Error 1
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/actions/runs/500526558?check_suite_focus=true#step:16:127
```
Failures:

  1) Bundler.setup when Bundler is bundled doesn't blow up
     Failure/Error: expect(err).to be_empty

       expected `"fatal: not a git repository (or any of the parent directories): .git\nfatal: not a git repository (o...the parent directories): .git\nfatal: not a git repository (or any of the parent directories): .git".empty?` to return true, got false

       Commands:
       $ /home/runner/work/actions/actions/snapshot-master/ruby \
         -I/home/runner/work/actions/actions/snapshot-master/lib:/home/runner/work/actions/actions/snapshot-master/spec/bundler \
         -rsupport/hax -rsupport/artifice/fail \
         /home/runner/work/actions/actions/snapshot-master/libexec/bundle install --retry 0
       Resolving dependencies...
       Using bundler 2.1.4
       Bundle complete! 1 Gemfile dependency, 1 gem now installed.
       Use `bundle info [gemname]` to see where a bundled gem is installed.
       fatal: not a git repository (or any of the parent directories): .git
       fatal: not a git repository (or any of the parent directories): .git
       fatal: not a git repository (or any of the parent directories): .git
       # $? =&gt; 0

       $ /home/runner/work/actions/actions/snapshot-master/ruby \
         -I/home/runner/work/actions/actions/snapshot-master/lib:/home/runner/work/actions/actions/snapshot-master/spec/bundler \
         -rsupport/hax -rsupport/artifice/fail \
         /home/runner/work/actions/actions/snapshot-master/libexec/bundle exec ruby -e \
         require\ \'bundler\'\;\ Bundler.setup
       fatal: not a git repository (or any of the parent directories): .git
       fatal: not a git repository (or any of the parent directories): .git
       fatal: not a git repository (or any of the parent directories): .git
       # $? =&gt; 0
     # ./spec/bundler/runtime/setup_spec.rb:1056:in `block (3 levels) in &lt;top (required)&gt;'
     # ./spec/bundler/spec_helper.rb:111:in `block (3 levels) in &lt;top (required)&gt;'
     # ./spec/bundler/spec_helper.rb:111:in `block (2 levels) in &lt;top (required)&gt;'
     # ./spec/bundler/spec_helper.rb:78:in `block (2 levels) in &lt;top (required)&gt;'
make: *** [yes-test-bundler] Error 1
```
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/readline-ext] Use rake/extensiokntask to build</title>
<updated>2020-02-09T11:22:12+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-02-09T11:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f3471174bb6e8c717c7b57e2a9b3f0e697eae183'/>
<id>f3471174bb6e8c717c7b57e2a9b3f0e697eae183</id>
<content type='text'>
https://github.com/ruby/readline-ext/commit/b0b5f709bd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/readline-ext/commit/b0b5f709bd
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/readline-ext] Add spec.extensions</title>
<updated>2020-02-09T11:22:12+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2020-02-09T11:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=108a2880793867b9270931c508143d6757d6a0f9'/>
<id>108a2880793867b9270931c508143d6757d6a0f9</id>
<content type='text'>
https://github.com/ruby/readline-ext/commit/8c33abb13c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/readline-ext/commit/8c33abb13c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/readline-ext] Version 0.1.0</title>
<updated>2019-12-25T01:53:44+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2019-12-25T01:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=999a2819a75e40aec405e088d01b12eda341025d'/>
<id>999a2819a75e40aec405e088d01b12eda341025d</id>
<content type='text'>
https://github.com/ruby/readline-ext/commit/f5abaf5be1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/readline-ext/commit/f5abaf5be1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/readline-ext] Prepare to gem release</title>
<updated>2019-11-30T07:29:16+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-11-30T07:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cf14592872684956df7c014de0f9808c8aaf0e22'/>
<id>cf14592872684956df7c014de0f9808c8aaf0e22</id>
<content type='text'>
https://github.com/ruby/readline-ext/commit/e5b969215a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/readline-ext/commit/e5b969215a
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote readline to default gems named readline-ext</title>
<updated>2019-11-08T22:32:34+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-11-08T06:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3d731c3694ac793ee525922fd902757d50b06702'/>
<id>3d731c3694ac793ee525922fd902757d50b06702</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
