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

Changes from Gentoo packaging #133

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 15, 2012

  1. Remove Gemfile.lock

    The Gemfile.lock file should exist only for applications and not for
    libraries.
    Flameeyes committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    3f67535 View commit details
    Browse the repository at this point in the history
  2. Don't use git for right_http_connection.

    The Gemfile was also pointing at a specific version that is no longer
    there (current git is at 1.3.1) so there is little gain on keeping it
    that way.
    Flameeyes committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    831902a View commit details
    Browse the repository at this point in the history
  3. Use wider dependencies.

    The current code seems to work fine with modern uuidtools and modern
    libxml-ruby so there is no reason to artificially limit the version to
    very old ones.
    Flameeyes committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    e69e139 View commit details
    Browse the repository at this point in the history
  4. test: use environment variables to set up credentials.

    This actually allows tests to be run from systems such as Gentoo, by
    setting up enough variables during execution.
    Flameeyes committed Jun 15, 2012
    Configuration menu
    Copy the full SHA
    fbb665e View commit details
    Browse the repository at this point in the history