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

Rake + Gem refresh #88

Merged
merged 5 commits into from
Jul 25, 2014
Merged

Rake + Gem refresh #88

merged 5 commits into from
Jul 25, 2014

Commits on Mar 19, 2014

  1. refresh Rakefile

    - replace Gem::PackageTask with Bundler::GemHelper in
    - add description to Rspec Rake task as well as add a common alias for test to simply run spec
    karlfreeman committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    0a87f4c View commit details
    Browse the repository at this point in the history
  2. refresh .gemspec

    - ensure .gemspec is using latest Gem::Specification behaviour
    - make sure that test gems are not a 'add_development_dependency'
    karlfreeman committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    908713f View commit details
    Browse the repository at this point in the history
  3. use new Rake tasks

    karlfreeman committed Mar 19, 2014
    Configuration menu
    Copy the full SHA
    aed66db View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2014

  1. Configuration menu
    Copy the full SHA
    57d9949 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Configuration menu
    Copy the full SHA
    b076178 View commit details
    Browse the repository at this point in the history