Skip to content

Commit

Permalink
updated license and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fjaeger committed Jun 7, 2018
1 parent 057eab1 commit 2325909
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests
.idea/httpRequests

*.gem
6 changes: 5 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# mail_xoauth2
# mail_xoauth2 [![Gem Version](https://badge.fury.io/rb/mail_xoauth2.svg)](https://badge.fury.io/rb/mail_xoauth2)
Get access to IMAP and STMP via OAuth2, using the standard Ruby Net libraries.

This gem is based on and inspired by [gmail_xoauth](https://github.com/nfo/gmail_xoauth).

## Install

$ gem install mail_xoauth2

## Usage

### IMAP OAuth 2.0
Expand Down
1 change: 1 addition & 0 deletions mail_xoauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/Mailbutler/mail_xoauth2'
s.summary = %(Get access to IMAP and STMP via OAuth2, using the standard Ruby Net libraries)
s.description = %(Get access to IMAP and STMP via OAuth2, using the standard Ruby Net libraries)
s.license = 'MIT'

s.required_rubygems_version = '>= 1.3.6'

Expand Down

0 comments on commit 2325909

Please sign in to comment.