1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
kazu 158cf62b53 fix YAML::Store
* lib/yaml/store.rb (YAML::Store#initialize): Fix arguments.
  [ruby-dev:49821] [Bug #12800]

* test/yaml/test_store.rb: Add tests from test/test_pstore.rb.

* test/yaml/test_store.rb (YAMLStoreTest#test_with_options): Add options test.

* lib/yaml/store.rb (YAML::Store#dump): Revert to to_yaml.

* lib/yaml/store.rb (YAML::Store#empty_marshal_data): Use to_yaml with options.

* lib/yaml/store.rb (YAML::Store#empty_marshal_checksum): Use CHECKSUM_ALGO.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-09-29 13:43:46 +00:00
..
cgi * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791] 2016-09-27 03:17:47 +00:00
drb
irb
matrix
net Update URL of Japanese document of net/pop 2016-09-11 10:34:56 +00:00
optparse
racc
rbconfig
rdoc * ext/psych/psych.gemspec, lib/rdoc/rdoc.gemspec: Use file list instead of 2016-09-08 05:33:59 +00:00
rexml
rinda
rss * lib/rss/rss.rb (RSS::BaseModel): Remove needless codes. 2016-09-18 13:51:57 +00:00
rubygems rubygems 2.6.7 2016-09-28 01:16:43 +00:00
shell
unicode_normalize
uri Don't include bad password in URI exception output 2016-09-15 21:44:56 +00:00
webrick * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791] 2016-09-27 03:17:47 +00:00
yaml fix YAML::Store 2016-09-29 13:43:46 +00:00
abbrev.rb
base64.rb
benchmark.rb
cgi.rb
cmath.rb
csv.rb
debug.rb
delegate.rb
drb.rb
e2mmap.rb e2mmap.rb: remove legacy code 2016-09-09 00:49:05 +00:00
English.rb
erb.rb remove unnecessary :stag accessor 2016-09-25 13:48:08 +00:00
fileutils.rb
find.rb
forwardable.rb forwardable.rb: remove debug print 2016-09-23 12:16:00 +00:00
getoptlong.rb
ipaddr.rb
irb.rb
logger.rb
mathn.rb
matrix.rb
mkmf.rb fid typos [ci skip] 2016-09-24 02:28:25 +00:00
monitor.rb
mutex_m.rb
observer.rb
open-uri.rb
open3.rb
optionparser.rb
optparse.rb
ostruct.rb
pp.rb
prettyprint.rb
prime.rb
profile.rb
profiler.rb
pstore.rb checksum algorithm is not MD5 only [ci skip] 2016-09-29 12:08:30 +00:00
rdoc.rb * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2 2016-09-07 22:23:38 +00:00
resolv-replace.rb
resolv.rb
rss.rb
rubygems.rb rubygems 2.6.7 2016-09-28 01:16:43 +00:00
scanf.rb
securerandom.rb
set.rb
shell.rb
shellwords.rb
singleton.rb
sync.rb * lib/sync.rb: Fix NameError when error. 2016-09-18 10:24:48 +00:00
tempfile.rb * lib/tempfile.rb: provide default basename parameter 2016-09-26 05:45:29 +00:00
thwait.rb
time.rb
timeout.rb
tmpdir.rb
tracer.rb
tsort.rb
ubygems.rb
un.rb
unicode_normalize.rb
uri.rb
weakref.rb
webrick.rb
yaml.rb