README.markdown in rubypython-0.3.1 vs README.markdown in rubypython-0.3.2
- old
+ new
@@ -1,8 +1,8 @@
# RubyPython
-* [RubyPython](http://raineszm.bitbucket.org/rubypython/)
+* [RubyPython](http://bitbucket.org/raineszm/rubypython/)
## DESCRIPTION:
RubyPython is a bridge between the Ruby and Python interpreters. It embeds a
running Python interpreter in the application's process using FFI and
@@ -15,10 +15,12 @@
* Can handle simple conversion of Python builtin types to Ruby builtin types and vice versa
* Can import Python modules
* Can execute arbitrary methods on imported modules and return the result
* Python objects can be treated as Ruby objects!
* Python's standard library available to you from within Ruby.
+* Pass Ruby methods and procs as callbacks and call them from within Python code.
+* Specify the python executable to be loaded.
### Known Problems
* Builtin Python methods which require a top level frame object (eval, dir, ...) do not work properly at present.
* There is no support for passing more complicated Ruby types to Python.
@@ -73,16 +75,16 @@
The documentation should provide a reasonable description of how to use RubyPython.
Starting with version 0.3.x there are two modes of operation: normal and
legacy. These are described in the docs.
-The most useful to check out [docs](http://raineszm.bitbucket.org/rubypython/) will be those for RubyPython and RubyPython::RubyPyProxy.
+The most useful to check out [docs](http://rubydoc.info/gems/rubypython/) will be those for RubyPython and RubyPython::RubyPyProxy.
## LICENSE:
(The MIT License)
-Copyright (c) 2008 Zach Raines
+Copyright (c) 2008-2011 Zach Raines
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,