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

feature/gem 2.2.0 #17

Merged
merged 7 commits into from Feb 2, 2015
Merged

Commits on Aug 22, 2014

  1. Remove rubygems from list of Rake requirements.

    Now that support for earlier Rubies have been dropped, one can rely on
    the presence of rubygems without an explicit require statement.
    todd-a-jacobs committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    c209b4e View commit details
    Browse the repository at this point in the history
  2. Add bundler/gem_tasks to Rakefile.

    Rake learns to build, install, and release the Maildir gem.
    todd-a-jacobs committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    702d192 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

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

Commits on Feb 2, 2015

  1. Update copyright date in README.

    Ensure copyright date includes Aaron's contributions from 2010 through
    2014.
    todd-a-jacobs committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    525ef3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98db2ed View commit details
    Browse the repository at this point in the history
  3. Note that Ruby 1.8.x is unsupported.

    - Ruby 1.9.3 was made the minimum version way back in commit
      639fdb4.
    - Link to the current version of the Travis-CI configuration file as the
      canonical reference to currently-supported Ruby versions.
    todd-a-jacobs committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    67ddcd4 View commit details
    Browse the repository at this point in the history
  4. Bump gem version.

    Increment the minor version to indicate:
    
      1. Support for Ruby 1.8 and 1.9 has been dropped.
      2. Unit tests have been refactored to support Ruby 2.x and MiniTest
         5.x.
    todd-a-jacobs committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    40576ac View commit details
    Browse the repository at this point in the history