Skip to content

Commit

Permalink
added ore gemspec and rspec config
Browse files Browse the repository at this point in the history
  • Loading branch information
nu7hatch committed Feb 23, 2011
1 parent e9b6ecc commit d2832b4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--colour
--backtrace
22 changes: 22 additions & 0 deletions gemspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: gmail
summary:
A Rubyesque interface to Gmail, with all the tools you will need.
description:
A Rubyesque interface to Gmail, with all the tools you will need.
Search, read and send multipart emails; archive, mark as read/unread,
delete emails; and manage labels.

license: MIT
authors: Chris Kowalik
email: chris@nu7hat.ch
homepage: http://github.com/nu7hatch/gmail

dependencies:
mime: >= 0.1
mail: >= 2.2.1
gmail_xoauth: >= 0.3.0
development_dependencies:
ore-tasks: ~> 0.4
rspec: ~> 2.0
mocha: >= 0.9

0 comments on commit d2832b4

Please sign in to comment.