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