--- !ruby/object:Gem::Specification name: relisp version: !ruby/object:Gem::Version hash: 19 prerelease: false segments: - 1 - 1 - 0 version: 1.1.0 platform: ruby authors: - Don autorequire: bindir: bin cert_chain: [] date: 2011-01-05 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: bones prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 27 segments: - 3 - 5 - 4 version: 3.5.4 type: :development version_requirements: *id001 description: Call ruby from emacs and call elisp from ruby. If you never did you should. These things are fun and fun is good. email: don@ohspite.net executables: [] extensions: [] extra_rdoc_files: - README files: - CHANGELOG - COPYING - Manifest - README - Rakefile - examples/elisp_master/elisp_master.el - examples/elisp_master/ruby_slave.rb - examples/elisp_master/ruby_slave2.rb - examples/ruby_master/basic.rb - examples/ruby_master/debugging.rb - examples/ruby_master/elisp_data_types.rb - examples/ruby_master/method_missing.rb - examples/ruby_master/recursive_calling.rb - lib/relisp.rb - lib/relisp/elisp_functions.rb - lib/relisp/slaves.rb - lib/relisp/type_conversion.rb - lib/relisp/type_conversion/editing_types.rb - lib/relisp/type_conversion/programming_types.rb - manual_test/tests.el - manual_test/tests.rb - src/relisp.el - test/test_editing_types.rb - test/test_elisp_functions.rb - test/test_programming_types.rb - test/test_slaves.rb has_rdoc: true homepage: https://rubygems.org/gems/relisp licenses: [] post_install_message: | --------------------------- Wait! You're not finished! The gem is installed, and you can now call elisp from ruby. But if you want to call ruby from emacs (and you do, right?) you need to go into the 'src' directory of this gem and copy 'relisp.el' and/or 'relisp.elc' to your elisp folder (probably something like '~/.emacs.d/site-lisp' or '~/.elisp'). Then you might want to add the lines (autoload 'relisp-start-slave "relisp" nil t) (autoload 'ruby-eval "relisp" nil t) to your emacs initialization file ('~/.emacs' or ~/.emacs.d/init.el). If you don't know where to find the files for this gem, run the command "gem env gemdir". Or you can download the tarball for this gem and get the files there. --------------------------- rdoc_options: - --main - README require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: relisp rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Call ruby from emacs and call elisp from ruby. If you never did you should. These things are fun and fun is good. test_files: - test/test_editing_types.rb - test/test_slaves.rb - test/test_programming_types.rb - test/test_elisp_functions.rb