Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't create listener until it's needed #34

Merged
merged 5 commits into from
Nov 25, 2014
Merged

Don't create listener until it's needed #34

merged 5 commits into from
Nov 25, 2014

Commits on Nov 19, 2014

  1. Don't create listener until it's needed

    Code that's using this gem as a library dependency may just want to take
    advantage of its rendering, not its watching, so defer creating a
    listener until it's needed.
    dmarcotte committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    8534056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494e56a View commit details
    Browse the repository at this point in the history
  3. Update Celluloid test workaround

    Celluloid started failing in the tests with
    `Celluloid::Error: Celluloid is not yet started; use Celluloid.boot`
    again.  Update the workaround to get it happy again.
    dmarcotte committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    0c28500 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    dmarcotte committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    0351745 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Work around incompatibilities in latest linguist

    Pin to github-linguist 3.3.1 to avoid problems introduced in later
    versions (for a number of versions they relied on a beta constant in
    rugged which is now gone and creates an error, and in the latest it
    looks like a Pygments constant that html-pipeline relies on disappeared)
    dmarcotte committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    7b7c0fb View commit details
    Browse the repository at this point in the history