Manifest.txt in rubypython-0.3.2 vs Manifest.txt in rubypython-0.5.0

- old
+ new

@@ -1,35 +1,40 @@ -History.markdown -License.txt +.autotest +.gitignore +.hgignore +.hgtags +.rspec +Contributors.rdoc +History.rdoc +License.rdoc Manifest.txt PostInstall.txt -README.markdown +README.rdoc Rakefile -.rspec -lib/rubypython +autotest/discover.rb lib/rubypython.rb lib/rubypython/blankobject.rb lib/rubypython/conversion.rb -lib/rubypython/core_ext -lib/rubypython/core_ext/string.rb lib/rubypython/legacy.rb lib/rubypython/macros.rb lib/rubypython/operators.rb lib/rubypython/options.rb +lib/rubypython/pygenerator.rb lib/rubypython/pymainclass.rb lib/rubypython/pyobject.rb lib/rubypython/python.rb lib/rubypython/pythonerror.rb +lib/rubypython/pythonexec.rb lib/rubypython/rubypyproxy.rb -lib/rubypython/version.rb +lib/rubypython/type.rb +spec/basic_spec.rb spec/callback_spec.rb spec/conversion_spec.rb spec/legacy_spec.rb spec/pymainclass_spec.rb spec/pyobject_spec.rb -spec/python_helpers +spec/python_helpers/basics.py spec/python_helpers/objects.py -spec/python_helpers/objects.pyc spec/pythonerror_spec.rb spec/refcnt_spec.rb spec/rubypyclass_spec.rb spec/rubypyproxy_spec.rb spec/rubypython_spec.rb