index
:
psych
cr/drop_ruby_2.x.x
master
A libyaml wrapper for Ruby
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
java
Age
Commit message (
Expand
)
Author
2018-10-19
Move Java sources under proper package structure.
Charles Oliver Nutter
2018-10-19
Properly map Psych flow styles to SnakeYAML flow styles.
Charles Oliver Nutter
2018-10-11
Fix NPE in initialization of PsychEmitter.
Charles Oliver Nutter
2018-09-19
Update to SnakeYAML 1.23.
Charles Oliver Nutter
2018-04-16
Update to SnakeYAML 1.21 to fix jruby/jruby#5098.
Charles Oliver Nutter
2018-04-16
Support SNAPSHOT builds of snakeyaml.
Charles Oliver Nutter
2017-09-10
Merge pull request #326 from asterite/feature/scalar_location
Aaron Patterson
2017-09-05
Parse.load with an IO/File which has a non-YAML allowed encoding will just
Thomas E. Enebo
2017-08-02
Add Psych::Handler#event_location
Ary Borenszweig
2017-05-31
Fall back on UTF-8 when an IO-like object's Charset isn't found.
Charles Oliver Nutter
2017-02-24
Treat negative or zero-width as max possible width.
Charles Oliver Nutter
2016-12-13
Revert "Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7...
Charles Oliver Nutter
2016-11-29
Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7ce0c74e123.
SHIBATA Hiroshi
2016-11-17
Update to snakeyaml 1.17.
Charles Oliver Nutter
2016-09-30
Stop using deprecated JRuby APIs. Fixes #292.
Charles Oliver Nutter
2015-08-21
If incoming string is not unicode, transcode to UTF-8.
Charles Oliver Nutter
2015-05-05
Default to UTF-8 when encoding does not appear to be unicode.
Charles Oliver Nutter
2015-02-26
setup java platform gem
Christian Meier
2015-01-09
Update to latest code from JRuby master.
Charles Oliver Nutter
2012-04-28
version list should be a list
Aaron Patterson
2012-04-28
change `parse` arity
Aaron Patterson
2012-04-28
put psych in the psych package
Aaron Patterson
2012-04-28
import the java implementation from JRuby
Aaron Patterson