summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * renameHiroshi SHIBATA2022-03-231-0/+0
| * Make matrix jobs for libyamlHiroshi SHIBATA2022-03-231-4/+5
| * Revert "Don't run rake install for old libyaml"Hiroshi SHIBATA2022-03-231-0/+3
| * Install libyaml with vcpkg only on mswinNobuyoshi Nakada2022-03-201-0/+4
| * Fix setup-ruby-pkgs parameterNobuyoshi Nakada2022-03-201-1/+1
| * try to install libyamlHiroshi SHIBATA2022-03-181-1/+1
| * styleHiroshi SHIBATA2022-03-181-2/+2
| * Use cmd shellHiroshi SHIBATA2022-03-181-0/+4
| * Update .github/workflows/windows.ymlHiroshi SHIBATA2022-03-181-1/+1
| * Link dll filesHiroshi SHIBATA2022-02-221-0/+5
| * Use vcpkg for libyamlHiroshi SHIBATA2022-02-221-0/+5
| * Don't run rake install for old libyamlHiroshi SHIBATA2022-02-221-3/+0
| * Removed yaml files from gemspecHiroshi SHIBATA2022-02-221-3/+0
| * Added libyaml for ubuntu and macosHiroshi SHIBATA2022-02-222-1/+3
| * Removed bundled libyamlHiroshi SHIBATA2022-02-2212-13044/+0
|/
* Merge pull request #537 from sethboyles/strict_integer_optionAaron Patterson2022-01-216-17/+62
|\
| * Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-146-17/+62
* | Merge pull request #539 from miry/patch-1Hiroshi SHIBATA2022-01-201-1/+0
|\ \ | |/ |/|
| * Remove alias of load to unsafe_loadMichael Nikitochkin2022-01-191-1/+0
|/
* Merge pull request #534 from deivid-rodriguez/dont_require_strscanHiroshi SHIBATA2022-01-141-1/+0
|\
| * Don't require `strscan` unnecessarilyDavid Rodríguez2022-01-131-1/+0
|/
* Bump version to 4.0.3v4.0.3Hiroshi SHIBATA2021-12-201-1/+1
* Merge pull request #529 from ruby/fix-broken-testHiroshi SHIBATA2021-12-162-2/+2
|\
| * Revert "The stable version of JRuby is broken now."Hiroshi SHIBATA2021-12-161-1/+1
| * Use gem install instead of bundle installfix-broken-testHiroshi SHIBATA2021-12-161-1/+1
| * The stable version of JRuby is broken now.Hiroshi SHIBATA2021-12-161-1/+1
| * psych depends stringio only CRubyHiroshi SHIBATA2021-12-161-1/+1
|/
* Merge pull request #528 from k0kubun/rubyvm-mjitTakashi Kokubun2021-12-141-1/+1
|\
| * s/RubyVM::JIT/RubyVM::MJIT/gTakashi Kokubun2021-12-141-1/+1
|/
* Merge pull request #522 from deivid-rodriguez/prefer_require_relative_for_int...Hiroshi SHIBATA2021-10-2415-49/+49
|\
| * Prefer `require_relative` for internal requiresDavid Rodríguez2021-10-0615-49/+49
* | Merge pull request #525 from RubyElders/stringioHiroshi SHIBATA2021-10-241-0/+2
|\ \
| * | Add stringio as a dependency.Josef Šimánek2021-10-241-0/+2
|/ /
* | Bump up psych version to 4.0.2v4.0.2Hiroshi SHIBATA2021-10-211-1/+1
|/
* test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh2021-09-281-1/+1
* Use single quoteHiroshi SHIBATA2021-09-142-2/+2
* Merge pull request #518 from ruby/tweak-actionsHiroshi SHIBATA2021-09-143-3/+3
|\
| * Fixed syntaxHiroshi SHIBATA2021-09-142-2/+2
| * 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