<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/uri/uri.gemspec, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/uri] Set required_ruby_version to 2.4 in gemspec</title>
<updated>2021-04-22T05:54:56+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2021-03-04T23:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d4a490f26a60e861ca6525723f4b44f6fb88dcc1'/>
<id>d4a490f26a60e861ca6525723f4b44f6fb88dcc1</id>
<content type='text'>
Tests pass on Ruby 2.4, but not on Ruby 2.3.

https://github.com/ruby/uri/commit/594418079a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests pass on Ruby 2.4, but not on Ruby 2.3.

https://github.com/ruby/uri/commit/594418079a
</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>Revert "Revert "Promote uri to default gems""</title>
<updated>2019-11-11T13:21:43+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-11-11T13:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bcfe94b7f20fa3a581fc5d6f2aef837327bfb770'/>
<id>bcfe94b7f20fa3a581fc5d6f2aef837327bfb770</id>
<content type='text'>
This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e.

  f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e.

  f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Promote uri to default gems"</title>
<updated>2019-11-09T11:16:03+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2019-11-09T11:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fdfad905227a0e2e4c224d87181041fb75d5082e'/>
<id>fdfad905227a0e2e4c224d87181041fb75d5082e</id>
<content type='text'>
This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a.

  This commit affects with activation feature of RubyGems.
  [Bug #16337][ruby-core:95768]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a.

  This commit affects with activation feature of RubyGems.
  [Bug #16337][ruby-core:95768]
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote uri to default gems</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-08T11:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c5b4d2a2592942766dc2789f46105b91eba7026a'/>
<id>c5b4d2a2592942766dc2789f46105b91eba7026a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
