Sha256: 408459388fa0e30d94ee6bbc0951a5a5b1914cb20b2c3e21af61044d5b47efa3

Contents?: true

Size: 1.18 KB

Versions: 40

Compression:

Stored size: 1.18 KB

Contents

BUILDING rdiscount
==================

You'll be needing Ruby, rake, and a basic build environment.

Build the rdiscount extension for tests and local development:

    $ rake build

Use your rdiscount working copy when running ruby programs:

    $ export RUBYLIB=~/rdiscount/lib:$RUBYLIB
    $ ruby some-program.rb

Gathering changes from an upstream Orc/discount.git clone requires first
grabbing the discount submodule into the root of the project and then running
the rake gather task to copy discount source files into the ext/ directory:

    $ git submodule init
    Submodule 'discount' (git://github.com/rtomayko/discount.git) registered for path 'discount'
    $ rake gather
    $ rake build

The rtomayko/discount.git repository's master branch is the default submodule
head. It exists to merge branches for rdiscount specific patches to the upstream
discount codebase.

Do work in the submodule and then add a remote for your clone THAT YOU FORKED ON
GITHUB BECAUSE YOU'RE GOING TO SEND ME A PULL REQUEST. After you've committed
your great changes somewhere, push them up with:

    $ cd discount
    $ git remote add you git@github.com:you/discount.git
    $ git push you HEAD:topic-branch-name

Version data entries

40 entries across 37 versions & 6 rubygems

Version Path
challah-1.0.0.beta vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.9.1.beta.3 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
rdiscount-dsc-1.6.9 BUILDING
challah-0.9.1.beta vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.9.0 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-rolls-0.2.0 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.8.3 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.8.1 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-rolls-0.1.0 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.8.0.pre vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.7.1 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.7.0 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.7.0.pre2 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.7.0.pre vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.6.2 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
challah-0.6.1 vendor/bundle/gems/rdiscount-1.6.8/BUILDING
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/rdiscount-1.6.8/BUILDING