kakutani / yaml_waml

Rails plugin to workaround for fixing output result of 'to_yaml' method treats multibyte UTF-8 string(such as japanese) as binary.

This URL has Read+Write access

kakutani (author)
Tue Sep 09 02:11:26 -0700 2008
commit  e8c362f23b346369aebc8bd2a4fa7bc3d6f248e6
tree    f00b16acf3b7f2b7c295ac7a0d2e5d2130c562f6
parent  fd3cd87ab3238b719966ef9f6025757e2e817005
yaml_waml / yaml_waml.gemspec
2b7084a6 » kakutani 2008-09-01 enable gem 1 Gem::Specification.new do |s|
2 s.name = "yaml_waml"
6565858d » kakutani 2008-09-04 version 0.3.0 3 s.version = "0.3.0"
4 s.date = "2008-09-03 20:00:00"
2b7084a6 » kakutani 2008-09-01 enable gem 5 s.summary = "'to_yaml' workaround for multibyte UTF-8 string."
6 s.email = "shintaro@kakutani.com"
7 s.homepage = "http://github.com/kakutani/yaml_waml/"
8 s.description = "Plugin gem to workaround for fixing output result of 'to_yaml' method treats multibyte UTF-8 string(such as japanese) as binary. "
9 s.has_rdoc = false
10 s.authors = ["KAKUTANI Shintaro"]
11 s.files = %w(init.rb install.rb lib/yaml_waml.rb MIT-LICENSE Rakefile README.rdoc tasks/yaml_waml_tasks.rake)
12 end