Граф коммитов

376 Коммитов

Автор SHA1 Сообщение Дата
Soutaro Matsumoto a661aac9a7
Bundle unreleased RBS (#6228) 2022-08-10 23:01:49 +09:00
git 1139bc8c20 Update bundled gems list at 2022-08-10 2022-08-10 07:05:11 +00:00
Nobuyoshi Nakada 456e1d1eaa
Try the tag without "v" prefix to checkout upstream repositories 2022-07-26 21:12:58 +09:00
Koichi Sasada 156da55c16 debug.gem 1.6.1 2022-07-13 15:46:19 +09:00
git e99e1f0f3f Update bundled gems list at 2022-07-12 2022-07-12 07:03:23 +00:00
git 53afacd036 Update bundled gems list at 2022-07-06 2022-07-06 07:03:41 +00:00
git b92fb78696 Update bundled gems list at 2022-07-04 2022-07-04 07:03:51 +00:00
Masataka Pocke Kuwabara e0c6e288f0
Specify RBS commit hash to fix test failure on test-bundled-gems (#6082)
Update RBS to v2.6.0 and specify RBS commit hash to fix test failure on test-bundled-gems
2022-07-01 15:53:04 +09:00
Koichi Sasada a5420b6fc1 use latest debug.gem
If `XDG_RUNTIME_DIR` is available, test-bundled-gems fails with
old debug.gem tests.
2022-06-30 13:50:13 +09:00
git 641a732909 Update bundled gems list at 2022-06-21 2022-06-21 07:05:34 +00:00
Soutaro Matsumoto 150bd6e242
Bundle RBS 2.5.1 (#6041)
* Bundle RBS 2.5.1
2022-06-20 11:44:47 +09:00
git daf086c0e1 Update bundled gems list at 2022-06-15 2022-06-15 07:01:39 +00:00
git 6ba394ce30 Update bundled gems list at 2022-05-21 2022-05-21 07:07:14 +00:00
Soutaro Matsumoto 25eb63fa7f
Bundle RBS 2.4.0 (#5894) 2022-05-08 23:04:25 +09:00
Soutaro Matsumoto 8197ae35f9
Bundle RBS 2.3.2 (#5762) 2022-04-06 23:57:00 +09:00
Yusuke Endoh f8455a4faf Make typeprof support RBS 2.3.0
Since RBS 2.3.0, nil? returns true or false instead of bool
2022-04-04 18:54:27 +09:00
Kazuhiro NISHIYAMA e73d76027e
Update bundled_gems 2022-04-02 19:29:03 +09:00
Koichi Sasada b3a05827c7 debug.gem v1.5.0
Note that `mkmf`'s `have_func` doesn't work without installing ruby
(without `make install`) and `make test-bundled-gems` does not work.
So the newer test repository is specified.
2022-04-01 14:44:08 +09:00
git 43cc4f66c2 Update bundled gems list at 2022-02-23 2022-02-23 07:00:29 +00:00
Soutaro Matsumoto d4a8c04dc7
Update RBS (#5515)
* Bundle RBS 2.1.0
2022-02-02 13:25:47 +09:00
Nobuyoshi Nakada ac80788862
Update RBS test for Gem::Version#<=> update 2022-01-14 15:26:49 +09:00
git 2db7952e59 Update bundled gems list at 2022-01-06 2022-01-06 07:02:37 +00:00
Soutaro Matsumoto c8694303ee
Update RBS to skip testing `Kernel#=~` (#5386) 2022-01-02 20:24:20 +09:00
git 6d57290210 Update bundled gems list at 2021-12-29 2021-12-29 07:02:15 +00:00
Masataka Pocke Kuwabara b948b1a4e1
Fix RBS test failures of taint/trust (#5364) 2021-12-28 18:18:40 +09:00
Soutaro Matsumoto 8d940e3032
Bundle RBS 2.0.0 (#5330)
* Bundle RBS 2.0.0

* Update NEWS.md
2021-12-24 22:54:45 +09:00
Yusuke Endoh 8f3b5a28d6 Update TypeProf to 0.21.1 2021-12-23 18:25:48 +09:00
Yusuke Endoh d2e63af474 Update TypeProf to 0.21.0 2021-12-20 18:36:50 +09:00
git 145f7c094f Update bundled gems list at 2021-12-20 2021-12-20 07:05:44 +00:00
Koichi Sasada dbb5abc45b debug.gem 1.4.0 2021-12-18 04:21:18 +09:00
git b2395539aa Update bundled_gems at 2021-12-15 2021-12-15 07:01:23 +00:00
git 14c8dca6d1 Update bundled_gems at 2021-12-14 2021-12-14 06:59:58 +00:00
git 2f79d6d3f2 Update bundled_gems at 2021-12-12 2021-12-12 07:12:13 +00:00
git 0cefc2fbdf Update bundled_gems at 2021-12-10 2021-12-10 07:01:36 +00:00
git dd6c59cdaf Update bundled_gems at 2021-12-03 2021-12-03 07:00:45 +00:00
Jean Boussier c0c2b31a35 Add Class#subclasses
Implements [Feature #18273]

Returns an array containing the receiver's direct subclasses without
singleton classes.
2021-11-23 10:50:44 +01:00
Kazuhiro NISHIYAMA 6896324465
Update bundled_gems 2021-11-18 20:52:03 +09:00
Yusuke Endoh 21b8f992de Use the updated test of rbs
To prevent the CI failure due to the change of io-wait
https://github.com/ruby/rbs/pull/828/
2021-11-17 13:53:55 +09:00
git a046081838 Update bundled_gems at 2021-11-12 2021-11-12 07:04:21 +00:00
Soutaro Matsumoto dee2e9b2be
Bundle RBS 1.7.0 (#5105)
* Bundle RBS 1.7.0

* tool/test-bundled-gems.rb: Use a correct path to Check if rbs is built

* tool/test-bundled-gems.rb: lib/rbs/parse.y is no longer created

Co-authored-by: Yusuke Endoh <mame@ruby-lang.org>
2021-11-12 02:01:53 +09:00
Yusuke Endoh efe7e6e949 Bundle rbs 1.7.0.beta.5 2021-11-09 03:32:46 +09:00
git b5ca8ebc0b Update bundled_gems at 2021-11-08 2021-11-08 07:07:54 +00:00
git f0226f9a01 Update bundled_gems at 2021-11-01 2021-11-01 07:07:34 +00:00
Yusuke Endoh efcf18f13e Update TypeProf to 0.20.2 2021-10-28 13:45:53 +09:00
Yusuke Endoh 54379e3d7d Update TypeProf to 0.20.1 2021-10-25 19:42:42 +09:00
Koichi Sasada 598382f686 debug.gem 1.3.1 2021-10-22 14:43:38 +09:00
git ca989537a9 Update bundled_gems at 2021-10-20 2021-10-20 07:07:22 +00:00
git 9d2abb8e92 Update bundled_gems at 2021-10-18 2021-10-18 07:11:44 +00:00
Kazuhiro NISHIYAMA fc9f9231cf
Update bundled_gems 2021-10-14 23:17:20 +09:00
Kazuhiro NISHIYAMA ec4d536d42
Update bundled_gems 2021-10-12 12:53:56 +09:00
Kazuhiro NISHIYAMA b56bb0cf9b
Update bundled_gems 2021-10-10 20:14:37 +09:00
Koichi Sasada f2ca65266f debug.gem v1.2.4
This version fixes test failures on MacOS enviornment.
2021-10-05 23:22:42 +09:00
Koichi Sasada 0553494ad7 debug.gem 1.2.3
This version uses tempdir instead of homedir to store UNIX domain
socket.
2021-10-05 14:58:54 +09:00
Koichi Sasada bc96a45f12 introduce debug.gem
For the `test-bundled-gems`, make `debug.so` with extconf.rb and
`make` command directly because `rake-compiler` assume ruby is
installed (but `test-bundled-gems` can run without installation).
2021-10-05 02:07:33 +09:00
git 6031f4268b Update bundled_gems at 2021-09-14 2021-09-14 07:04:28 +00:00
git cbda32cd98 Update bundled_gems at 2021-09-11 2021-09-11 07:02:42 +00:00
Soutaro Matsumoto 34839e41f1
Bundle RBS 1.6.2 (#4817) 2021-09-09 21:45:14 +09:00
git 00fd7dac32 Update bundled_gems at 2021-09-08 2021-09-08 07:03:25 +00:00
Soutaro Matsumoto 6bae5ac955
Bundle RBS 1.6.0 (#4809)
* Bundle RBS 1.6.0

* Specify bundled rbs commit hash to fix test

ref https://github.com/ruby/rbs/pull/778

* Bundle RBS 1.6.1

Co-authored-by: Masataka Pocke Kuwabara <kuwabara@pocke.me>
2021-09-06 01:11:50 +09:00
Kazuhiro NISHIYAMA f91f82ca30
Update bundled_gems 2021-09-05 00:33:26 +09:00
Kazuki Tsujimoto 5d62fd8e17
Update power_assert to 2.0.1 2021-08-29 11:38:45 +09:00
Yusuke Endoh b44741f5dc tool/test-bundled-gems.rb: Use the bundled RBS code to test TypeProf
Formerly, TypeProf was tested with the latest RBS code during
`make test-bundled-gems`. However, when a new version of rbs is
released, and if it is incompatible with TypeProf,
`make test-bundled-gems` starts failing, which was annoying.

By this change, TypeProf is tested with the bundled version of RBS.
2021-08-25 11:13:17 +09:00
Soutaro Matsumoto c527d278a3
Bundle RBS 1.5.1 (#4760) 2021-08-22 02:47:54 +09:00
Soutaro Matsumoto 1985a3a77f
Bundle RBS 1.4.0 & typeprof 0.15.2 (#4753)
* Bundle RBS 1.4.0

* Bundle typeprof 0.15.2
2021-08-19 11:33:09 +09:00
Yusuke Endoh 164f50dea9 Update TypeProf to 0.15.1 2021-08-15 23:31:35 +09:00
Kazuhiro NISHIYAMA d04ba0906c
Update bundled_gems 2021-07-28 22:54:24 +09:00
Kazuhiro NISHIYAMA 8897098b5c
Update bundled_gems 2021-07-25 20:58:58 +09:00
Nobuyoshi Nakada fa308a683d
Update bundled_gems 2021-07-21 20:44:34 +09:00
Nobuyoshi Nakada 1c80e0e6b0
Use typeprof supporting rbs 1.3 2021-07-21 16:28:04 +09:00
Kazuhiro NISHIYAMA 23ed8ef440
Update bundled_gems 2021-07-09 15:39:08 +09:00
Kazuhiro NISHIYAMA a7c85ccb18
Update bundled_gems 2021-07-08 20:21:49 +09:00
Hiroshi SHIBATA 9accb92ba1
Bump up Rake-13.0.4 2021-07-06 20:27:12 +09:00
Hiroshi SHIBATA 9d96837dbd
Bump matrix version to 0.4.2 2021-06-18 19:13:36 +09:00
Kazuhiro NISHIYAMA 67ca2cce0a
Update bundled_gems 2021-06-05 12:27:52 +09:00
Kazuhiro NISHIYAMA 43ac55ad24
Update bundled_gems 2021-05-31 09:25:29 +09:00
Hiroshi SHIBATA d2664b908a Update rbs-1.2.1 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA 9f192d42a6 Use https://github.com/ruby/rbs/pull/679 for rbs tests on test-bundled-gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA be2e2b4805 Promote net-smtp to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA aa9726f7b9 Promote net-pop to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA d5bc6b2337 Promote net-imap to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA e49c998d1e Promote net-ftp to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA 454a36794f Promote matrix to the bundled gems 2021-05-27 14:42:11 +09:00
Hiroshi SHIBATA c9178c1127 Promote prime to the bundled gems 2021-05-27 14:42:11 +09:00
Yusuke Endoh 6d6391bf67 Update bundled_gems 2021-05-18 19:21:41 +09:00
Yusuke Endoh 0d343bf823 Update bundled_gems 2021-05-18 17:00:26 +09:00
Kazuhiro NISHIYAMA e628058c1a
Update bundled_gems 2021-04-22 20:55:52 +09:00
Kazuhiro NISHIYAMA 4c68c825d2
Update bundled_gems 2021-04-20 19:22:15 +09:00
Yusuke Endoh 2f992272f2
Update REXML to 3.2.5 (#4353) 2021-04-05 21:07:19 +09:00
Kazuhiro NISHIYAMA 2c3ac0febe
Update bundled_gems 2021-03-25 00:20:22 +09:00
Soutaro Matsumoto 2ea600f9a6
Bundle RBS 1.1.1 (#4259) 2021-03-12 17:07:53 +09:00
Kazuhiro NISHIYAMA a6c93a1d1d
Revert "Update bundled_gems"
This reverts commit b37f60fbd4.

Because test-bundled-gems failed.
2021-03-11 10:46:01 +09:00
Kazuhiro NISHIYAMA b37f60fbd4
Update bundled_gems 2021-03-10 19:37:28 +09:00
Kazuhiro NISHIYAMA 09f284c052
Update bundled_gems 2021-02-24 20:01:44 +09:00
Nobuyoshi Nakada 70cf53b4d2
Update bundled_gems 2021-02-18 16:51:44 +09:00
Nobuyoshi Nakada 4fc6fb2d12
Update bundled_gems 2021-02-16 19:54:25 +09:00
Nobuyoshi Nakada e1f475e13f Update bundled_gems 2021-01-31 11:27:51 +09:00
Yusuke Endoh 4a06cb3117
Update TypeProf to 0.12.0 (#4132) 2021-01-31 09:44:41 +09:00
Soutaro Matsumoto 598b7988f4
Bundle RBS 1.0.4 (#4136) 2021-01-31 02:10:55 +09:00
Kazuki Tsujimoto 8cb999dd84
Update power_assert to 2.0.0 2021-01-23 21:06:56 +09:00
Nobuyoshi Nakada 412d26a385
Update bundled_gems 2021-01-07 20:11:02 +09:00
Nobuyoshi Nakada ec31ee25c4
Updated bundled_gems 2021-01-04 19:55:34 +09:00
Nobuyoshi Nakada 6a0bbc55b6
Updated bundled_gems 2020-12-25 12:32:13 +09:00
Yusuke Endoh 8981a63f12
Update TypeProf to 0.11.0 (#3996) 2020-12-25 01:59:07 +09:00
Soutaro Matsumoto c752d29bbf
Bundle RBS 1.0.0 (#3994) 2020-12-24 21:26:46 +09:00
Soutaro Matsumoto eb3944c287
Bundle RBS 1.0.0.pre2 (#3991) 2020-12-24 17:19:23 +09:00
Hiroshi SHIBATA ac78d90d5e
Bump bundled rake version to 13.0.3 2020-12-21 11:23:01 +09:00
Soutaro Matsumoto 648bbfcc65
Update rbs 1.0.0.pre (#3941) 2020-12-20 10:25:27 +09:00
Hiroshi SHIBATA bdd18090ad
Bump bundled rake version to 13.0.2 2020-12-19 16:52:56 +09:00
Yusuke Endoh ad76c8fb6b Update TypeProf to 0.10.0 2020-12-19 00:53:47 +09:00
Hiroshi SHIBATA b084f8abcf Completely removed webrick 2020-12-10 18:06:25 +09:00
Hiroshi SHIBATA 0e73b49b4c Promote webrick to bundled gems 2020-12-10 18:06:25 +09:00
Yusuke Endoh 4b4af40f55
Update TypeProf to 0.9.0 (#3856)
* Update TypeProf to 0.9.0
2020-12-07 11:57:27 +09:00
Nobuyoshi Nakada e427c5cc2a
Update rbs 2020-12-06 23:48:03 +09:00
Nobuyoshi Nakada 14580ebef9
Update rbs 2020-12-06 22:19:36 +09:00
Nobuyoshi Nakada 3184cd85c7
Updated bundled gems 2020-12-06 16:11:10 +09:00
Soutaro Matsumoto 98c9120cc0
Bundle rbs 0.19.0 (#3838) 2020-12-02 13:45:00 +09:00
Soutaro Matsumoto 21bc330e5f
Bundle rbs 0.18.1 (#3825) 2020-12-02 00:40:09 +09:00
Yusuke Endoh 6be9d18a4d Update TypeProf to 0.7.0 2020-11-26 15:13:32 +09:00
Yusuke Endoh 6e487719b4 Update TypeProf to 0.6.1 2020-11-18 16:27:41 +09:00
Yusuke Endoh 8985add9eb Update TypeProf to 0.5.2 2020-11-16 17:44:52 +09:00
Soutaro Matsumoto bcd29fed69 Update TypeProf to 0.5.1 2020-11-16 17:44:08 +09:00
Soutaro Matsumoto 57ab779a9c Update RBS to 0.17.0 2020-11-16 17:44:08 +09:00
Yusuke Endoh 311a66b7f5 Update TypeProf to 0.5.0 2020-11-14 19:22:38 +09:00
Yusuke Endoh 4948982b53 Update TypeProf to 0.4.2 2020-11-06 13:28:58 +09:00
Soutaro Matsumoto 8014ed9bd2
Update RBS & TypeProf (#3732)
* Bundle rbs 0.16.0

* Bundle typeprof 0.4.1
2020-11-06 00:11:48 +09:00
Yusuke Endoh d42c68e912 Bundle TypeProf 0.4.0 2020-11-04 17:07:01 +09:00
Yusuke Endoh c05e41035c Bundle typeprof gem as bundled gems 2020-10-20 13:03:11 +09:00
Soutaro Matsumoto 9eccf0711f
Update RBS to 0.13.1 (#3645) 2020-10-10 19:14:40 +09:00
Soutaro Matsumoto 02e17d473a
Let bundled_gems specify commits to test (#3641) 2020-10-09 18:41:20 +09:00
Hiroshi SHIBATA ba889100d8
Bundle rbs gem as bundled gems (#3496)
* Added rbs as bundled gems
* Added the missing dependencies for rbs gem
2020-09-23 10:59:49 +09:00
Hiroshi SHIBATA a3d90f1b9b bump version to minitest-5.14.2 2020-09-01 11:21:41 +09:00
Hiroshi SHIBATA 377159370b Revert the workaround of minitest and hoe
86737c509c
  3e1aea4613
2020-09-01 11:21:41 +09:00
Hiroshi SHIBATA 3e1aea4613
Temporary removed minitest from bundled gems.
It requires Ruby 2.x.

  https://github.com/seattlerb/minitest/blob/master/Rakefile#L14
2020-08-31 17:18:14 +09:00
Nobuyoshi Nakada 12b377a96c
Updated bundled gems 2020-07-05 19:00:46 +09:00
Kazuki Tsujimoto 75f6d70644
power_assert repository is transferred to ruby/power_assert 2020-04-18 12:34:33 +09:00
Kazuki Tsujimoto 355c27d2b0
Update power_assert to 1.1.7
This update fixes test-bundled-gems failures:
https://github.com/ruby/actions/actions/runs/60272820
https://github.com/ruby/actions/actions/runs/60273425
2020-03-22 13:07:05 +09:00
Nobuyoshi Nakada 6f92c62084
Update bundled gems 2020-02-24 12:27:36 +09:00
Hiroshi SHIBATA 62baad9fe1
Removed xmlrpc and net-telnet from the bundled gems.
[Feature #16484][ruby-core:96682]
2020-01-16 16:56:53 +09:00
Hiroshi SHIBATA 83240f315a Make rss library to the bundle gems
[Feature #16485][ruby-core:96683]
2020-01-12 12:28:29 +09:00
Hiroshi SHIBATA c3ccf23d58 Make rexml library to the bundle gems
[Feature #16485][ruby-core:96683]
2020-01-12 12:28:29 +09:00
Kevin Deisz 171803d5d3 Promote did_you_mean to default gem
At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details.
2019-11-30 21:08:19 -05:00
Hiroshi SHIBATA dbaf589fb8
Update Rake 13.0.1 2019-11-12 12:49:05 +09:00
Nobuyoshi Nakada 9d04fa71fc
Updated minitest to 5.13.0 2019-11-05 02:14:31 +09:00
Nobuyoshi Nakada 7391db4ab3
Updated minitest to 5.12.2 2019-10-24 01:18:19 +09:00
Benoit Daloze 2740b86905 Update to latest test-unit
* See https://github.com/test-unit/test-unit/issues/165
2019-09-30 00:16:11 +02:00
Yuki Nishijima 6e1b72ae4a Upgrade to the latest did_you_mean 1.3.1 2019-09-29 00:15:09 -04:00
Nobuyoshi Nakada 80d0b6f132
Updated bundled_gems 2019-09-27 21:54:26 +09:00
Kazuki Tsujimoto 6017e81b03
Update power_assert to 1.1.5 2019-08-11 11:01:39 +09:00
Hiroshi SHIBATA 463092b84d
Update rake-12.3.3. 2019-07-22 11:05:34 +09:00
Nobuyoshi Nakada 4d7ada10b1
Update test-unit 2019-05-19 16:47:53 +09:00
Kouhei Sutou 9bfc185a0d Upgrade test-unit to 3.3.2 2019-04-25 05:28:56 +09:00
ktsj 831e93d928 Update power_assert to 1.1.4
This update fixes a failure of test-bundled-gems, so we revert r67275.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-03-24 00:28:51 +00:00
yuki 4760b6b54b * gems/bundled_gems: Upgrade the did_you_mean gem to 1.3.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-19 19:01:02 +00:00
hsbt a610b1f0d1 Bump rake-12.3.2 on bundled gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-07 10:00:21 +00:00
hsbt 846f4205e7 Update the latest bundled gems.
test-unit-3.2.8 to 3.2.9

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-05 01:41:53 +00:00
hsbt c8edd78811 Update latest versions of bundled gems.
* net-telnet-0.2.0
  * power_assert-1.1.3

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-07-25 11:34:35 +00:00
ktsj 8e95d051a8 gems/bundled_gems: update to power_assert 1.1.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-06-10 00:30:57 +00:00
hsbt 1e8ff0de5a Update test-unit 3.2.8 for bundled gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-05-14 06:39:40 +00:00
hsbt 1658fb3f83 Update latest bundled gems:
did_you_mean: 1.2.1
  rake: 12.3.1

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-04-20 07:10:53 +00:00
hsbt 2e1b00647c Update minitest-5.11.3 on bundled gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-02-23 05:09:11 +00:00
hsbt 79161d30bd Update minitest-5.11.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-01-08 10:12:41 +00:00
yuki 98b6b9e152 * gems/bundled_gems: Upgrade the did_you_mean gem to 1.2.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-14 02:29:01 +00:00
kou decd21c3ea Update test-unit to 3.2.7
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-11 15:30:00 +00:00
hsbt ea5361b8bc Bump rake-12.3.0 on bundled gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-11-15 17:07:54 +00:00
hsbt 80f276e16f Update power_assert-1.1.1. It support `test-bundled-gems`.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-25 07:03:11 +00:00
hsbt 09087d0c23 Update rake-12.2.1 for bundled gems.
rake-12.2.0 broke Capistrano 3 task. 12.2.1 fixed this regression.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-25 03:38:02 +00:00
hsbt bb2aa9b343 Update latest bundled_gems.
* rake-12.2.0
  * test-unit-3.2.6

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-25 01:13:35 +00:00
hsbt 6faa0e12b0 [EXPERIMENTAL] Added test-bundled-gems task.
`test-bundled-gems` invoke test suite of bundled gems with
  build environment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-10-21 09:50:36 +00:00
hsbt 7cc057d380 Update bundled gems.
* rake-12.1.0 from 12.0.0

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-11 02:29:11 +00:00
hsbt eb99ed161b Update latest bundled-gems.
* minitest 5.10.3
  * test-unit 3.2.5

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-08 05:33:12 +00:00
ktsj 9657a6c216 gems/bundled_gems: Update to power_assert 1.1.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-08-19 10:02:57 +00:00
hsbt 39fbb2ea5f Update bundled gems to latest versions.
* did_you_mean 1.1.2
  * minitest 5.10.2
  * xmlrpc 0.3.0

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-06-09 03:20:03 +00:00
kou 80a4084b77 Use test-unit 3.2.4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-05-23 06:02:20 +00:00
ktsj c20bba2cba gems/bundled_gems: Update to power_assert 1.0.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-05-04 08:13:17 +00:00
nobu 12cccce6f6 Update gems/bundled_gems
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-02-15 11:17:53 +00:00
hsbt a1f3d0b693 Update xmlrpc-0.2.1 for Ruby 2.4.0 release.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-12-22 03:53:53 +00:00
yuki 2034248712 * gems/bundled_gems: Upgrade the did_you_mean gem to 1.1.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-12-20 06:53:17 +00:00
hsbt 769b83f638 Update latest bundled gems.
* Rake 12.0.0
  * minitest 5.10.1

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-12-06 11:57:19 +00:00
hsbt df53b1421b Update bundled_gems
* minitest-5.10.0
  * test-unit-3.2.3

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-12-01 05:24:00 +00:00
ktsj edaf46da47 gems/bundled_gems: Update to power_assert 0.4.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-11-27 09:40:51 +00:00
nobu 3973cc5820 minitest-5.9.1
* gems/bundled_gems: update to minitest-5.9.1.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-09-26 03:00:14 +00:00
hsbt 495879221c * gems/bundled_gems: Update rake-11.3.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-09-20 08:52:31 +00:00
nobu c9dd5918f4 bundled_gems: minitest certificate expired
* gems/bundled_gems: certificate of minitest-5.9.0 has expired.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-09-19 08:21:16 +00:00
kazu d0c717e410 * gems/bundled_gems: sort lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-09-09 13:44:15 +00:00
naruse dbff56f562 Unbundle tk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-09-08 05:45:09 +00:00
ktsj f60caf13f9 * gems/bundled_gems: update to power_assert 0.3.1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-09-07 05:54:11 +00:00
hsbt a3d25f54bd * gems/bundled_gems: bump to test-unit-3.2.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-08-18 00:26:53 +00:00
nobu 819d87ed91 bump up tk
* gems/bundled_gems (tk): bump up to 0.1.1.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-08-17 14:35:16 +00:00
nobu 6418594993 gems: tk 0.1.0
* gems/bundled_gems: add gemified tk 0.1.0.
  this needs `extract-gems` to build.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-08-14 09:51:25 +00:00
hsbt 83a5457fa7 * gems/bundled_gems: update latest gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-07-15 09:13:20 +00:00
hsbt ff92ede8f2 * gems/bundled_gems: Update latest releases, power_assert-0.3.0,
test-unit 3.1.9, minitest 5.9.0, did_you_mean 1.0.1

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-05-28 01:47:44 +00:00
hsbt 2f19035306 * gems/bundled_gems: Update xmlrpc-0.1.1. xmlrpc-0.1.0 didn't allow
to install on 2.4.0dev.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-05-16 10:29:36 +00:00
hsbt e2bb529c8f * lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gem
on Ruby 2.4. [Feature #12160][ruby-core:74239]
* gems/bundled_gems: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-05-16 02:41:11 +00:00
hsbt 37aa0f4613 * gems/bundled_gems: Update latest gems, test-unit-3.1.8 and rake-11.1.2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-04-29 12:03:13 +00:00
nobu 807b918796 update bundled gems
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-01-30 01:08:20 +00:00
yuki 03cc02c9ab * gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0
* NEWS: Add news about the did_you_mean gem


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-22 17:30:22 +00:00
yuki 3ba62bde36 gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0.rc1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-08 15:23:39 +00:00
hsbt e3120abd58 * gems/bundled_gems: bump version to minitest-5.8.3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-23 02:44:17 +00:00
ktsj 7ecf28cae3 * gems/bundled_gems: update to power_assert 0.2.6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-09 15:27:16 +00:00
yuki 50dbcf5f6d * gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0.beta3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-09 09:02:32 +00:00