summaryrefslogtreecommitdiffstats
path: root/ruby/Rakefile.in
Commit message (Collapse)AuthorAgeFilesLines
* ruby: Add a replacement rb_hash_lookup function for Ruby 1.8.5.Richard W.M. Jones2012-06-221-1/+1
| | | | This function was first added to Ruby in 1.8.7.
* Revert "ruby: Replace deprecated rdoc/task and rake/gempackagetask."Richard W.M. Jones2012-03-251-3/+3
| | | | | | This reverts commit fd7a5a8bbdc69b9d2a92f6d05ac555334d0516bf. This breaks Ruby 1.8.7 in Fedora 16.
* ruby: Replace deprecated rdoc/task and rake/gempackagetask.Richard W.M. Jones2012-03-161-3/+3
|
* let the user explicitly choose ruby and rake programsHilko Bengen2011-12-061-1/+1
|
* out-of-tree build: rubyHilko Bengen2011-11-211-9/+9
|
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* ruby: Add rdoc documentation (RHBZ#667610).Richard W.M. Jones2011-03-151-1/+14
|
* Mac OS X: Fix configure-time tests for Ruby.Richard Jones2010-03-221-1/+1
| | | | | | | | For ARCHFLAGS change, see: http://www.ruby-forum.com/topic/129717#579065 We also add a test for the <guestfs.h> header and include that header when testing the library.
* More misc fixes to non-srcdir builds.Richard Jones2009-07-161-1/+1
|
* Fix for 349814e9d912c4: Get correct path when building Ruby bindings.Richard Jones2009-07-071-1/+1
|
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-13/+11
| | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments.
* New website, change et.redhat.com references to libguestfs.org1.0.43Richard Jones2009-06-091-1/+1
|
* Allow Ruby bindings to build correctly even if libguestfs not installed.Richard W.M. Jones2009-04-161-1/+1
|
* Ruby bindings.Richard Jones2009-04-161-0/+103