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

Conversation

todd-a-jacobs
Copy link
Collaborator

Smarten up the Rakefile, and prep the gem for a 2.2.0 release to indicate the change in supported Ruby versions and the refactored unit tests.

40576ac Bump gem version.
67ddcd4 Note that Ruby 1.8.x is unsupported.
98db2ed Add newly-designated project maintainer to README.
525ef3b Update copyright date in README.
7208b84 Add Ruby 2.2.0 as a new Travis-CI target.
702d192 Add bundler/gem_tasks to Rakefile.
c209b4e 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.
Rake learns to build, install, and release the Maildir gem.
@todd-a-jacobs
Copy link
Collaborator Author

@ktheory This pull request has been sitting idle for quite a while. Has it been superseded by other commits? Is there anything that needs to be improved before it can be merged in?

@ktheory
Copy link
Owner

ktheory commented Feb 2, 2015

Hi @CodeGnome, sorry to be MIA. Honestly, I don't use this gem anymore. How'd you like to be the maintainer? (It's pretty low maintenance.)

@todd-a-jacobs
Copy link
Collaborator Author

Thank you; I'd be honored to do it. I certainly hope you'll remain involved, especially if I run into any questions, but I'd be glad to take over the routine maintainenance. I think this is a useful gem that's valuable to the community, and I'd be glad to do my part to keep it updated.

@ktheory
Copy link
Owner

ktheory commented Feb 2, 2015

@CodeGnome Awesome. Thank you and welcome!

So glad you're taking over as a maintainer. guilt -= 1 😉

Ensure copyright date includes Aaron's contributions from 2010 through
2014.
- 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.
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 pushed a commit that referenced this pull request Feb 2, 2015
- Bump gem version.
- Drop support for Ruby < 2.0.0
- Update README.
- Add gem_tasks to Rakefile.
@todd-a-jacobs todd-a-jacobs merged commit 3b6a4cb into ktheory:master Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants