Commit graph

14659 commits

Author SHA1 Message Date
Hiroshi SHIBATA
01d86818ff [ruby/ostruct] Bump up 0.6.0
0985296e72
2023-11-07 06:16:31 +00:00
Hiroshi SHIBATA
65e1f918d9 [ruby/drb] Bump up 2.2.0
c62076f940
2023-11-07 05:40:13 +00:00
Hiroshi SHIBATA
7d2d0f054f [ruby/logger] Bump up 1.6.0
0996f90650
2023-11-07 05:17:52 +00:00
Hiroshi SHIBATA
360607c7f1 [ruby/time] Bump up 0.3.0
8dba14997c
2023-11-07 05:09:48 +00:00
Hiroshi SHIBATA
acf0f8551e [ruby/timeout] Bump up 0.4.1
a65e49cc31
2023-11-07 04:56:40 +00:00
Hiroshi SHIBATA
027f0a4564
[ruby/delegate] Bump up 0.3.1
d4bdf89328
2023-11-07 13:37:17 +09:00
Hiroshi SHIBATA
c3a11f1cfc [ruby/securerandom] Bump up 0.3.0
12c4ef3ea1
2023-11-07 13:21:23 +09:00
Hiroshi SHIBATA
eb4dd7001f [ruby/net-protocol] Bump up 0.2.2
2d3c4b43a8
2023-11-07 04:06:59 +00:00
Hiroshi SHIBATA
0c55886fc2 [ruby/tempfile] Bump up 0.2.0
d6ddf7881e
2023-11-07 12:54:09 +09:00
Hiroshi SHIBATA
b94c407f69 [ruby/find] Bump up 0.2.0
192237e766
2023-11-07 12:53:16 +09:00
Hiroshi SHIBATA
b4901d54a5 [ruby/getoptlong] Bump up 0.2.1
f49629dfaa
2023-11-07 03:47:15 +00:00
Hiroshi SHIBATA
bf33085340 [ruby/observer] Bump up 0.1.2
6c978e6196
2023-11-07 03:42:58 +00:00
Hiroshi SHIBATA
308d794366 [ruby/pstore] Bump up 0.1.3
6d5c0833e7
2023-11-07 03:10:45 +00:00
Hiroshi SHIBATA
eeaa2cdba2 [ruby/mutex_m] Bump up 0.2.0
635da25a09
2023-11-07 02:52:46 +00:00
Hiroshi SHIBATA
ad81af22d4
[ruby/tmpdir] Bump up 0.2.0
8bbd87c8ac
2023-11-07 11:39:02 +09:00
Hiroshi SHIBATA
f32c5e1c94 [ruby/open3] Bump up 0.2.0
0db9a0afe7
2023-11-07 02:32:01 +00:00
Hiroshi SHIBATA
1fdb8ef156 [ruby/rinda] Bump up 0.2.0
f6d76b3927
2023-11-07 02:27:08 +00:00
Hiroshi SHIBATA
d9f1211a2f [ruby/tsort] Bump up 0.2.0
2b3fe78646
2023-11-07 01:59:17 +00:00
Hiroshi SHIBATA
c9ee600cef [ruby/weakref] Bump up 0.1.3
f763384744
2023-11-07 01:46:40 +00:00
Hiroshi SHIBATA
3f33bfa1e5 [ruby/optparse] Bump up 0.4.0
acbf6e3e12
2023-11-07 01:40:53 +00:00
Hiroshi SHIBATA
e8fda04d0a [ruby/prettyprint] Bump up 0.2.0
5ea64f43fa
2023-11-07 01:10:12 +00:00
Hiroshi SHIBATA
0ac39f226d [ruby/pp] Bump up 0.5.0
6e086e6df9
2023-11-07 01:00:08 +00:00
Nobuyoshi Nakada
07df8a5d5e [ruby/English] Remove $IGNORECASE
`$=` has been obsolete and has no effect since 1.9.

121939695a
2023-11-07 00:41:15 +00:00
HASUMI Hitoshi
16403f41ab [ruby/reline] Introduce a new class Reline::Face to configure
character attributes
(https://github.com/ruby/reline/pull/552)

* Reine::Face

* fix test_yamatanooroti

* Define singleton methods to make accessors to attributes of a face

* s/display/foreground/

* s/default/default_style/ && s/normal_line/default/ && s/enhanced_line/enhanced/

* fix typo

* FaceConfig.new now takes keyword arguments

* Update lib/reline/face.rb

Co-authored-by: Stan Lo <stan001212@gmail.com>

* Update test/reline/test_face.rb

Co-authored-by: Stan Lo <stan001212@gmail.com>

* Fix to correspond to frozen_string_literal

* Face::FaceConfig -> Face::Config

* ref https://github.com/ruby/reline/pull/552#pullrequestreview-1677282576

* delete unused ivar

* ref https://github.com/ruby/reline/pull/552#discussion_r1358783723

* insert "\e[0m" into all SGR

* tiny fix

* ESSENTIAL_DEFINE_NAMES

ref https://github.com/ruby/reline/pull/552#discussion_r1367722247

* Change to Hash-accessor style

- Reline::Face[:completion_dialog].enhanced ->
  Reline::Face[:completion_dialog][:enhanced]
- Reline::Face.configs shows all defined values

* Cache array method call in local variable

* Tests for Face configuration variations

* resolve https://github.com/ruby/reline/pull/552#pullrequestreview-1710938154

* amend  to

* check invalid SGR parameter in :style

* The order of define values should be preserved

* Update test/reline/test_face.rb

Co-authored-by: Stan Lo <stan001212@gmail.com>

* Update test/reline/test_face.rb

Co-authored-by: Stan Lo <stan001212@gmail.com>

* Add methods: load_initial_config and reset_to_initial_config. And teardown in tests

* omission in amending "style: :default" to "style: :reset"

* refs https://github.com/ruby/reline/issues/598

* Fix link

* amend method name

* Update lib/reline/face.rb

Co-authored-by: ima1zumi <52617472+ima1zumi@users.noreply.github.com>

---------

fdc1d3b1e5

Co-authored-by: Stan Lo <stan001212@gmail.com>
Co-authored-by: ima1zumi <52617472+ima1zumi@users.noreply.github.com>
2023-11-06 14:40:42 +00:00
Hiroshi SHIBATA
460c7b2293 [ruby/uri] Bump up 0.13.0
b50d37f7a1
2023-11-06 10:08:41 +00:00
Hiroshi SHIBATA
00e5abae3f
[ruby/yaml] Bump up 0.3.0
f83b0404d5
2023-11-06 19:03:04 +09:00
Hiroshi SHIBATA
bda3f67f8b [ruby/shellwords] Bump up 0.2.0
fc63ac832d
2023-11-06 09:46:21 +00:00
Hiroshi SHIBATA
b5e7065d9a [ruby/singleton] Bump up 0.2.0
3c7fb5f258
2023-11-06 09:44:09 +00:00
Hiroshi SHIBATA
ebb1816718 [ruby/benchmark] Bump up 0.3.0
81af12352d
2023-11-06 18:33:03 +09:00
Hiroshi SHIBATA
5a1934416f [ruby/un] Bump up 0.3.0
1f636a6239
2023-11-06 09:29:53 +00:00
Hiroshi SHIBATA
479717b450 [ruby/un] Removed commented-out code
0d6669bff0
2023-11-06 09:29:53 +00:00
Hiroshi SHIBATA
7a6c72e03d
Update rdoc parsers generated by racc-1.7.3 2023-11-06 17:53:00 +09:00
Hiroshi SHIBATA
ee13da3e2a [ruby/rdoc] Bump up 6.6.0
9c14229876
2023-11-06 17:40:34 +09:00
Hiroshi SHIBATA
e3a19b8a43 [ruby/net-http] Bump up 0.4.0
4be99c204c
2023-11-06 08:23:09 +00:00
Hiroshi SHIBATA
66d266244c [ruby/net-http] Removed obsolated Revision constant
c1c5638014
2023-11-06 08:22:39 +00:00
Kevin Newton
5a132c7864
Update prism to v0.17.1 2023-11-03 13:59:07 -04:00
Kevin Newton
c44c982c93
[ruby/prism] Bump to version 0.17.0
61a306cd5c
2023-11-03 11:17:37 -04:00
Kevin Newton
47163f9cf9 [ruby/prism] Rename suppress warnings to verbose
fbb30216ca
2023-11-03 14:54:13 +00:00
Kevin Newton
4b5f516f2e [ruby/prism] Split comment
We were previously holding a type field on Comment to tell what
kind of comment it was. Instead, let's just use actual classes for
this.

e76830ca6e
2023-11-03 14:35:08 +00:00
Kevin Newton
8587d9a8bf
[ruby/prism] Wire up options through the Java parser
13fa262669
2023-11-03 10:13:50 -04:00
Kevin Newton
d7d3243364
[ruby/prism] Properly support the start line option
33cc75a4b7
2023-11-03 10:13:50 -04:00
Kevin Newton
6496591194
[ruby/prism] Rename serialization APIs for consistency
5a2252e3ac
2023-11-03 10:13:49 -04:00
Kevin Newton
05f5c545d2
[ruby/prism] Wire up options through the FFI API
f0aa8ad93b
2023-11-03 10:13:49 -04:00
Kevin Newton
ca7297efd3
[ruby/prism] Wire up options through the Ruby API
8582d372a3
2023-11-03 10:13:49 -04:00
Kevin Newton
2a0f2b7763
[ruby/prism] Create an options struct for passing all of the possible options
99e81619de
2023-11-03 10:13:49 -04:00
Hiroshi SHIBATA
42f368ead5
Surpressing additional message if it missed to detect gem name 2023-11-02 15:48:34 +09:00
Hiroshi SHIBATA
e10f7c9d5b
Fix to detect gem name logic. It's mistake to migrate bundled_gems.rb from rubygems_integration.rb
https://github.com/ioquatix/bake/pull/15#issuecomment-1777985097
2023-11-02 15:48:34 +09:00
Hiroshi SHIBATA
e34e8b93f8
Support Pathname object for warning feature of bundled gems 2023-11-02 13:32:53 +09:00
Kevin Newton
90b21b864d [prism] Updates for sync 2023-11-01 13:10:29 -04:00
Kevin Newton
493439c9ce [ruby/prism] Documentation for pm_strncasecmp
26934263b7
2023-11-01 13:10:29 -04:00