summaryrefslogtreecommitdiff
path: root/lib/tempfile.gemspec
AgeCommit message (Expand)Author
2022-05-20[ruby/tempfile] Drop unused gemspec directivesOlle Jonsson
2021-10-19[ruby/tempfile] Bump up tempfile version to 0.1.2Hiroshi SHIBATA
2020-12-22Update library versions of the default gems.Hiroshi SHIBATA
2020-08-18Added the missing licenses field to some default gemsHiroshi SHIBATA
2020-04-08The current tempfile.rb is only works with Ruby 2.5+Hiroshi SHIBATA
2020-03-12Add workaround for test-bundler failureKazuhiro NISHIYAMA
2020-02-12Promote tempfile to the default gems.Hiroshi SHIBATA
9_0_yarv_migration_base&id=2a951f62e117549a3e442925886859264fe809e6'>Change test to avoid stack overflow with MN threadsÉtienne Barrié 2025-05-23Fix 'require' from a ractor when the required file raises an errorLuke Gruber 2025-05-23skip the test now we couldn't fixKoichi Sasada 2025-05-22[Bug #21357] Fix crash in Hash#merge with blockDaniel Colson 2025-05-21Use rb_inspect for Ractor errorJohn Hawthorn 2025-05-21Fix one-by-one error of numbered parameter IDRichard Böhme 2025-05-16rb_gc_impl_copy_finalizer: generate a new object idJean Boussier 2025-05-16Prevent enabling yjit when zjit enabled (GH-13358)Daniel Colson 2025-05-17Add a test case for `it` in a regex.Nick Dower 2025-05-17[Bug #21313] Handle `it` in rescue and ensure blocks.Nick Dower 2025-05-16[Bug #20009] Support marshaling non-ASCII name class/moduleNobuyoshi Nakada 2025-05-16Prevent double free for too big repetition quantifiers (#13332)Hiroya Fujinami 2025-05-15Maintain same behavior regardless of tracepoint stateAaron Patterson 2025-05-15Ensure that forked process do not see invalid blocking operations. (#13343)Samuel Williams 2025-05-15[Bug #21333] Prohibit hash modification inside Hash#update blockNobuyoshi Nakada 2025-05-14[Bug #21331] Prohibit hash modification during stlike loopNobuyoshi Nakada 2025-05-14Revert "[Bug #21331] Prohibit modification during stlike loop"Nobuyoshi Nakada 2025-05-13[Bug #21331] Prohibit modification during stlike loopNobuyoshi Nakada 2025-05-13Make `waiting_fd` behaviour per-IO. (#13127)Samuel Williams 2025-05-13variable.c: Refactor rb_obj_field_* to take shape_id_tJean Boussier 2025-05-12Remove respond_to check from Class#bind_callJohn Hawthorn 2025-05-12test_object_id.rb: use better randomnessJean Boussier 2025-05-11Allow T_CLASS and generic types to be too_complexJean Boussier 2025-05-11Skip mmtk/i686 tests for a whileSatoshi Tagomori 2025-05-11avoid calling ZALLOC after NEWOBJ_OF for RClass: need to return RClass not pr...Satoshi Tagomori 2025-05-11namespace on readSatoshi Tagomori 2025-05-09Fix warnings in tests for ObjectSpace._id2refPeter Zhu 2025-05-09ZJIT: Fix a splitting condition for LHSTakashi Kokubun 2025-05-08Fix `remove_instance_variable` on complex objectsJean Boussier 2025-05-08Make test/ruby/test_env.rb#test_delete_if_in_ractor easier to debugJean Boussier 2025-05-08Move `object_id` in object fields.Jean Boussier 2025-05-08Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`Jean Boussier 2025-05-04Handle mutating of array passed to Set.new during iterationJeremy Evans 2025-05-04Handle mutation of array being merged into setJeremy Evans 2025-05-01Omit tests using ISeq#to_binary under coverage measurementYusuke Endoh