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

Delegate explicit conversions to nil instead of defining them explicitly #44

Merged
merged 3 commits into from
Jan 6, 2014
Merged

Delegate explicit conversions to nil instead of defining them explicitly #44

merged 3 commits into from
Jan 6, 2014

Commits on Jan 5, 2014

  1. Move dependencies from gemspec to Gemfile (expect for Bundler)

    Bundler's Gemfile gives you the ability to differentiate between
    development dependencies and test dependencies. Non-test development
    dependencies (e.g. guard) do not need to be installed in the continuous
    integration environment, making the build somewhat faster.
    
    This leaves bundler as the only dependency specified in the gemspec,
    since it is needed to bootstrap dependencies specified in the Gemfile.
    sferik committed Jan 5, 2014
    Configuration menu
    Copy the full SHA
    1eed7b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dded6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c195d View commit details
    Browse the repository at this point in the history