]> xenbits.xen.org Git - xenclient/ruby-dbus.git/commit
Support for ruby 1.9.
authorJean Guyader <jean.guyader@eu.citrix.com>
Fri, 19 Jun 2009 13:25:53 +0000 (14:25 +0100)
committerJean Guyader <jean.guyader@eu.citrix.com>
Fri, 19 Jun 2009 13:25:53 +0000 (14:25 +0100)
commit2c32a5c1ab3f0207a7a37762edcbde20c51dcdf8
tree415097e0436d96bfa3997eb663752f3cbdcf83cf
parentafdead1ea331d578f11b09902c5d773a16ff5684
  Support for ruby 1.9.

  In ruby 1.9 "hello"[1] -> "e"
  In ruby 1.8 "hello"[1] -> 101
lib/dbus/auth.rb
lib/dbus/marshall.rb