<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,7 @@
 
 == rufus-lua - 1.1.0    not yet released
 
+- todo      : Ruby symbols are passed to Lua as strings (Scott)
 - todo      : implemented State#function :to_ruby option
 - todo      : implemented Table#to_ruby
 - todo      : added 'pure' option to Table#to_a</diff>
      <filename>CHANGELOG.txt</filename>
    </modified>
    <modified>
      <diff>@@ -226,6 +226,7 @@ module Rufus::Lua
         when Float then Lib.lua_pushnumber(@pointer, o)
 
         when String then Lib.lua_pushstring(@pointer, o)
+        when Symbol then Lib.lua_pushstring(@pointer, o.to_s)
 
         when Hash then stack_push_hash(o)
         when Array then stack_push_array(o)</diff>
      <filename>lib/rufus/lua/state.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fe0a13a549d6738c60dcaa9ea08ef3ead1e0bd0e</id>
    </parent>
  </parents>
  <author>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </author>
  <url>http://github.com/jmettraux/rufus-lua/commit/7c27875971c4b27289dc152e1dde29d4ac8e3393</url>
  <id>7c27875971c4b27289dc152e1dde29d4ac8e3393</id>
  <committed-date>2009-09-17T16:37:36-07:00</committed-date>
  <authored-date>2009-09-17T16:37:36-07:00</authored-date>
  <message>Ruby symbols are passed to Lua as strings (Scott)</message>
  <tree>5d8fe863222cafc073743f506de25494d6588f10</tree>
  <committer>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </committer>
</commit>
