-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For publish to rubygems.org
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module RubyOutlook | ||
VERSION = "0.1.0" | ||
VERSION = "0.2.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec| | |
spec.authors = ["Jason Johnston"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.summary = %q{A ruby gem to invoke the Office 365 REST APIs.} | ||
spec.description = %q{This ruby gem provides functions for common operations with the Office 365 Mail, Calendar, and Contacts APIs.} | ||
spec.summary = %q{A ruby gem to invoke the Outlook REST APIs.} | ||
spec.description = %q{This ruby gem provides functions for common operations with the Outlook Mail, Calendar, and Contacts APIs.} | ||
spec.homepage = "https://github.com/jasonjoh/ruby_outlook" | ||
|
||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } | ||
|