summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2023-11-07[ruby/ostruct] Bump up 0.6.0Hiroshi SHIBATA
https://github.com/ruby/ostruct/commit/0985296e72
2023-11-07[ruby/drb] Bump up 2.2.0Hiroshi SHIBATA
https://github.com/ruby/drb/commit/c62076f940
2023-11-07[ruby/logger] Bump up 1.6.0Hiroshi SHIBATA
https://github.com/ruby/logger/commit/0996f90650
2023-11-07[ruby/time] Bump up 0.3.0Hiroshi SHIBATA
https://github.com/ruby/time/commit/8dba14997c
2023-11-07[ruby/timeout] Bump up 0.4.1Hiroshi SHIBATA
https://github.com/ruby/timeout/commit/a65e49cc31
2023-11-07[ruby/delegate] Bump up 0.3.1Hiroshi SHIBATA
https://github.com/ruby/delegate/commit/d4bdf89328
2023-11-07[ruby/securerandom] Bump up 0.3.0Hiroshi SHIBATA
https://github.com/ruby/securerandom/commit/12c4ef3ea1
2023-11-07[ruby/net-protocol] Bump up 0.2.2Hiroshi SHIBATA
https://github.com/ruby/net-protocol/commit/2d3c4b43a8
2023-11-07[ruby/tempfile] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/tempfile/commit/d6ddf7881e
2023-11-07[ruby/find] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/find/commit/192237e766
2023-11-07[ruby/getoptlong] Bump up 0.2.1Hiroshi SHIBATA
https://github.com/ruby/getoptlong/commit/f49629dfaa
2023-11-07[ruby/observer] Bump up 0.1.2Hiroshi SHIBATA
https://github.com/ruby/observer/commit/6c978e6196
2023-11-07[ruby/pstore] Bump up 0.1.3Hiroshi SHIBATA
https://github.com/ruby/pstore/commit/6d5c0833e7
2023-11-07[ruby/mutex_m] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/mutex_m/commit/635da25a09
2023-11-07[ruby/tmpdir] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/tmpdir/commit/8bbd87c8ac
2023-11-07[ruby/open3] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/open3/commit/0db9a0afe7
2023-11-07[ruby/rinda] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/rinda/commit/f6d76b3927
2023-11-07[ruby/tsort] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/tsort/commit/2b3fe78646
2023-11-07[ruby/weakref] Bump up 0.1.3Hiroshi SHIBATA
https://github.com/ruby/weakref/commit/f763384744
2023-11-07[ruby/optparse] Bump up 0.4.0Hiroshi SHIBATA
https://github.com/ruby/optparse/commit/acbf6e3e12
2023-11-07[ruby/prettyprint] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/prettyprint/commit/5ea64f43fa
2023-11-07[ruby/pp] Bump up 0.5.0Hiroshi SHIBATA
https://github.com/ruby/pp/commit/6e086e6df9
2023-11-07[ruby/English] Remove `$IGNORECASE`Nobuyoshi Nakada
`$=` has been obsolete and has no effect since 1.9. https://github.com/ruby/English/commit/121939695a
2023-11-06[ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi
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> --------- https://github.com/ruby/reline/commit/fdc1d3b1e5 Co-authored-by: Stan Lo <stan001212@gmail.com> Co-authored-by: ima1zumi <52617472+ima1zumi@users.noreply.github.com>
2023-11-06[ruby/uri] Bump up 0.13.0Hiroshi SHIBATA
https://github.com/ruby/uri/commit/b50d37f7a1
2023-11-06[ruby/yaml] Bump up 0.3.0Hiroshi SHIBATA
https://github.com/ruby/yaml/commit/f83b0404d5
2023-11-06[ruby/shellwords] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/shellwords/commit/fc63ac832d
2023-11-06[ruby/singleton] Bump up 0.2.0Hiroshi SHIBATA
https://github.com/ruby/singleton/commit/3c7fb5f258
2023-11-06[ruby/benchmark] Bump up 0.3.0Hiroshi SHIBATA
https://github.com/ruby/benchmark/commit/81af12352d
2023-11-06[ruby/un] Bump up 0.3.0Hiroshi SHIBATA
https://github.com/ruby/un/commit/1f636a6239
2023-11-06[ruby/un] Removed commented-out codeHiroshi SHIBATA
https://github.com/ruby/un/commit/0d6669bff0
2023-11-06Update rdoc parsers generated by racc-1.7.3Hiroshi SHIBATA
2023-11-06[ruby/rdoc] Bump up 6.6.0Hiroshi SHIBATA
https://github.com/ruby/rdoc/commit/9c14229876
2023-11-06[ruby/net-http] Bump up 0.4.0Hiroshi SHIBATA
https://github.com/ruby/net-http/commit/4be99c204c
2023-11-06[ruby/net-http] Removed obsolated Revision constantHiroshi SHIBATA
https://github.com/ruby/net-http/commit/c1c5638014
2023-11-03Update prism to v0.17.1Kevin Newton
2023-11-03[ruby/prism] Bump to version 0.17.0Kevin Newton
https://github.com/ruby/prism/commit/61a306cd5c
2023-11-03[ruby/prism] Rename suppress warnings to verboseKevin Newton
https://github.com/ruby/prism/commit/fbb30216ca
2023-11-03[ruby/prism] Split commentKevin Newton
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. https://github.com/ruby/prism/commit/e76830ca6e
2023-11-03[ruby/prism] Wire up options through the Java parserKevin Newton
https://github.com/ruby/prism/commit/13fa262669
2023-11-03[ruby/prism] Properly support the start line optionKevin Newton
https://github.com/ruby/prism/commit/33cc75a4b7
2023-11-03[ruby/prism] Rename serialization APIs for consistencyKevin Newton
https://github.com/ruby/prism/commit/5a2252e3ac
2023-11-03[ruby/prism] Wire up options through the FFI APIKevin Newton
https://github.com/ruby/prism/commit/f0aa8ad93b
2023-11-03[ruby/prism] Wire up options through the Ruby APIKevin Newton
https://github.com/ruby/prism/commit/8582d372a3
2023-11-03[ruby/prism] Create an options struct for passing all of the possible optionsKevin Newton
https://github.com/ruby/prism/commit/99e81619de
2023-11-02Surpressing additional message if it missed to detect gem nameHiroshi SHIBATA
2023-11-02Fix to detect gem name logic. It's mistake to migrate bundled_gems.rb from ↵Hiroshi SHIBATA
rubygems_integration.rb https://github.com/ioquatix/bake/pull/15#issuecomment-1777985097
2023-11-02Support Pathname object for warning feature of bundled gemsHiroshi SHIBATA
2023-11-01[prism] Updates for syncKevin Newton
2023-11-01[ruby/prism] Documentation for pm_strncasecmpKevin Newton
https://github.com/ruby/prism/commit/26934263b7