summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't need to install bundler manuallytweak-actionsHiroshi SHIBATA2021-09-141-3/+1
* Install step only works without ruby-head. Because the same version of psych ...Hiroshi SHIBATA2021-09-142-0/+2
* Bump up the latest version of CoreAssertionsHiroshi SHIBATA2021-09-112-31/+35
* Merge pull request #516 from Shopify/tokenize-unicode-regexp-on-mainAaron Patterson2021-08-122-1/+23
|\
| * Replace A-Za-z with [:alpha:]jory-graham2021-08-052-1/+23
|/
* Merge pull request #515 from ruby/quote-y-nAaron Patterson2021-08-042-0/+15
|\
| * Add quotes to the strings "y" and "n"Aaron Patterson2021-08-042-0/+15
* | Merge pull request #460 from tbrisker/floatscannerAaron Patterson2021-08-042-4/+15
|\ \
| * | Improve float scalar scannerTomer Brisker2020-08-082-4/+15
* | | Merge pull request #473 from OpakAlex/fix-integer-parsing-for-yamlAaron Patterson2021-08-042-6/+17
|\ \ \ | |_|/ |/| |
| * | Update lib/psych/scalar_scanner.rbopak2021-06-011-1/+1
| * | add more testsAlexandr Opak2021-01-292-6/+10
| * | fix typoAlexandr Opak2021-01-291-2/+2
| * | fix parsing integer values with '_' at the endAlexandr Opak2021-01-292-5/+12
* | | Merge pull request #513 from jory-graham/patch-1Hiroshi SHIBATA2021-07-311-1/+1
|\ \ \
| * | | Update ubuntu-jruby.ymljory-graham2021-07-291-1/+1
|/ / /
* | | Merge pull request #510 from rhysforyou/fix-docs-libyaml-linkHiroshi SHIBATA2021-07-241-1/+1
|\ \ \
| * | | fix: use git repository link for LibYAML in docsRhys Powell2021-07-241-1/+1
|/ / /
* | | Merge pull request #507 from ahorek/delegate_fixHiroshi SHIBATA2021-06-161-0/+1
|\ \ \
| * | | require 'delegate' explicitlyPavel Rosický2021-06-071-0/+1
* | | | Merge pull request #506 from mame/ci-with-libyaml-0.1.7Hiroshi SHIBATA2021-06-082-1/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the test that does not work with libyaml-0.1.7Yusuke Endoh2021-06-071-1/+1
| * | | Add a CI configuration with libyaml 0.1.7Yusuke Endoh2021-06-071-0/+35
|/ / /
* | | Do not use YAML module in tests of PsychHiroshi SHIBATA2021-06-071-8/+8
* | | Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-06-071-4/+4
* | | test/psych/test_coder.rb: Suppress non-parenthesis warningsYusuke Endoh2021-06-071-3/+3
* | | Suppress debug messageNobuyoshi Nakada2021-06-071-0/+1
* | | Bump version to 4.0.1v4.0.1Hiroshi SHIBATA2021-06-071-1/+1
* | | Merge pull request #481 from headius/jruby_updatesCharles Oliver Nutter2021-06-042-52/+142
|\ \ \
| * | | Minor optimization: defer runtime accessCharles Oliver Nutter2021-02-251-16/+18
| * | | Minor optimizationCharles Oliver Nutter2021-02-251-1/+2
| * | | Clean up type checks and trancodesCharles Oliver Nutter2021-02-251-37/+51
| * | | Make malformed input noisyCharles Oliver Nutter2021-02-251-1/+46
| * | | Skip deprecated require formCharles Oliver Nutter2021-02-251-2/+1
| * | | Flush writer after each emitCharles Oliver Nutter2021-02-251-1/+6
| * | | Negotiate to utf-8 in scalarCharles Oliver Nutter2021-02-251-8/+32
* | | | Merge pull request #495 from Shopify/safe-dumpAaron Patterson2021-05-215-5/+182
|\ \ \ \
| * | | | Implement YAML.safe_dump to make safe_load more usable.Jean Boussier2021-05-195-5/+182
* | | | | Merge pull request #493 from mame/load_file-should-use-load-instead-of-safe_loadAaron Patterson2021-05-211-2/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make YAML.load_file use YAML.load instead of safe_loadYusuke Endoh2021-05-171-2/+11
|/ / / /
* | | | Merge pull request #491 from mame/work-with-older-libyamlHiroshi SHIBATA2021-05-171-15/+15
|\ \ \ \
| * | | | Make the test pass with the old libyamlYusuke Endoh2021-05-171-3/+3
| * | | | assert_equal accepts an expected value as the first argumentYusuke Endoh2021-05-171-15/+15
|/ / / /
* | | | Merge pull request #487 from ruby/default-unsafev4.0.0Aaron Patterson2021-05-135-129/+56
|\ \ \ \
| * | | | remove deprecated interfaceAaron Patterson2021-05-134-122/+8
| * | | | Bump versionAaron Patterson2021-05-131-1/+1
| * | | | Use Psych.safe_load by defaultAaron Patterson2021-05-131-6/+47
|/ / / /
* | | | Merge pull request #488 from ruby/add-unsafev3.3.2Aaron Patterson2021-05-1326-123/+156
|\ \ \ \
| * | | | Introduce `Psych.unsafe_load`Aaron Patterson2021-05-1326-123/+156
|/ / / /
* | | | Merge pull request #475 from whitehat101/feature/dynamic-scalar-seq-styleAaron Patterson2021-05-102-2/+123
|\ \ \ \