index
:
delta/psych.git
1-2-stable
3-3-stable
4-0-stable
actions
appveyor
atambo-native_jruby
bundlerize
coder
cross
delegate
did-works-travis
drop-to-support-fatgem
embed
fix-broken-test
fix-jruby-build-task
fix-type-data
frozen
ignore-warnings
issue-11988
jruby
libyaml-0.2.1
master
minitest5
relax-restricted-classes
remove-deprecated-methods
remove-syck
retire-changelog
revert-335-revert-325-fix_324
safeload
strict-hash-keys
travis
tweak-actions
unify-version-number
update_snakeyaml
use-actions
use-relative-versions
github.com: tenderlove/psych.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify Psych version constants to psych/versions.rb.
SHIBATA Hiroshi
2016-11-18
3
-5
/
+7
*
Update to snakeyaml 1.17.
update_snakeyaml
Charles Oliver Nutter
2016-11-17
1
-1
/
+1
*
fix version constant
Aaron Patterson
2016-11-17
1
-1
/
+1
*
bump version to 2.1.1
v2.1.1
SHIBATA Hiroshi
2016-09-07
1
-2
/
+2
*
Skips multiple requires of bigdecimal and date
Jacob Kjeldahl
2016-07-05
1
-2
/
+2
*
Merge pull request #276 from ccutrer/invalid_float
Aaron Patterson
2016-06-30
1
-1
/
+1
|
\
|
*
fix serialization of a string that looks like a valid YAML float
Cody Cutrer
2016-03-29
1
-1
/
+1
*
|
bump version to 2.1.0
v2.1.0
SHIBATA Hiroshi
2016-06-24
1
-1
/
+1
*
|
Merge pull request #264 from tuexss/load_file-default
Aaron Patterson
2016-06-24
1
-7
/
+12
|
\
\
|
*
|
Add optional fallback return value parameter
tuexss
2016-01-08
1
-7
/
+12
*
|
|
Merge pull request #270 from tenderlove/issue-11988
SHIBATA Hiroshi
2016-06-24
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Support YAML 1.2 Core Schema. Addressed https://bugs.ruby-lang.org/issues/11988
issue-11988
SHIBATA Hiroshi
2016-02-09
1
-1
/
+1
|
|
/
*
|
avoid extra calls to eliminate "\n" from Base64
SHIBATA Hiroshi
2016-02-23
1
-1
/
+1
*
|
Temporary disabled to frozen literal string.
SHIBATA Hiroshi
2016-02-23
39
-0
/
+39
|
/
*
bump version to 2.0.17
v2.0.17
SHIBATA Hiroshi
2015-12-22
1
-1
/
+1
*
updating psych to 2.0.16
v2.0.16
Aaron Patterson
2015-12-07
1
-1
/
+1
*
Fixes line_width: -1 handling #254
Gleb Mazovetskiy
2015-11-14
1
-0
/
+8
*
Use a constant to avoid thousands of String allocations of "<<".
Joe Rafaniello
2015-09-16
1
-1
/
+2
*
removed Ruby 1.9 support
SHIBATA Hiroshi
2015-08-27
1
-21
/
+5
*
bumping version
v2.0.15
Aaron Patterson
2015-08-21
1
-1
/
+1
*
Merge pull request #242 from josephbisch/omap
Aaron Patterson
2015-08-21
1
-1
/
+1
|
\
|
*
Fix omap to be !!omap instead of !omap
Joseph Bisch
2015-07-10
1
-1
/
+1
*
|
bumping version
Aaron Patterson
2015-05-27
1
-1
/
+1
*
|
bumping to 2.0.14.pre1
Aaron Patterson
2015-05-05
1
-1
/
+1
*
|
Merge branch 'master' into jruby
Aaron Patterson
2015-04-29
1
-2
/
+2
|
\
\
|
|
/
|
*
don't assume any tag starting with 'str' is a string
Rob Steward
2015-03-30
1
-2
/
+2
*
|
Merge branch 'master' into jruby
Aaron Patterson
2015-03-03
3
-60
/
+72
|
\
\
|
|
/
|
*
bump version
v2.0.13
Aaron Patterson
2015-02-17
1
-1
/
+1
|
*
* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes when
Aaron Patterson
2015-02-06
1
-3
/
+4
|
*
* ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regular
Aaron Patterson
2015-02-06
1
-2
/
+2
|
*
* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes with
v2.0.12
Aaron Patterson
2015-01-28
2
-1
/
+2
|
*
bump version
v2.0.11
Aaron Patterson
2015-01-20
1
-1
/
+1
|
*
Fix anchor
Nobuyoshi Nakada
2015-01-17
1
-1
/
+1
|
*
bump version
v2.0.10
Aaron Patterson
2015-01-16
1
-1
/
+1
|
*
Only dump ivars for subclasses of String, not for String.
Joe Eli McIlvain
2015-01-15
1
-4
/
+5
|
*
Only dump ivars for subclasses of Hash, not for Hash.
Joe Eli McIlvain
2015-01-15
1
-34
/
+43
|
*
Fix block chomping and add more tests
Jakub Jirutka
2015-01-13
1
-1
/
+0
|
*
Preset @line_width in YAMLTree#initialize for better performance
Jakub Jirutka
2015-01-12
1
-12
/
+9
|
*
Use appropriate style for serialized strings
Jakub Jirutka
2015-01-12
1
-5
/
+10
|
*
Remove unnnecessary 'str' variable in YAMLTree#visit_String
Jakub Jirutka
2015-01-12
1
-4
/
+3
*
|
setup java platform gem
Christian Meier
2015-02-26
4
-1
/
+9
*
|
Merge remote-tracking branch 'origin/master' into jruby
Charles Oliver Nutter
2015-01-09
20
-226
/
+848
|
\
\
|
|
/
|
*
bumping version:
v2.0.9
Aaron Patterson
2015-01-08
1
-1
/
+1
|
*
Merge branch 'master' into jirutka-patch-1
Aaron Patterson
2015-01-08
4
-13
/
+109
|
|
\
|
|
*
* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hash
Aaron Patterson
2015-01-08
1
-2
/
+2
|
|
*
* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivars
Aaron Patterson
2015-01-08
2
-8
/
+51
|
|
*
bumping version to 2.0.8
v2.0.8
SHIBATA Hiroshi
2014-12-05
1
-1
/
+1
|
|
*
bumping version to 2.0.7
v2.0.7
Aaron Patterson
2014-12-01
1
-1
/
+1
|
|
*
Merge branch 'master' of github.com:tenderlove/psych
Aaron Patterson
2014-12-01
2
-0
/
+29
|
|
|
\
|
|
|
*
Allow dumping any BasicObject that defines #marshal_dump or #marshal_load
Sean Griffin
2014-09-17
2
-0
/
+29
[next]