Skip to content

Commit

Permalink
Revised to v0.2.0
Browse files Browse the repository at this point in the history
For publish to rubygems.org
  • Loading branch information
jasonjoh committed Jul 27, 2016
1 parent 9c8ebd3 commit b853e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ruby_outlook/version.rb
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
4 changes: 2 additions & 2 deletions ruby_outlook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)/}) }
Expand Down

0 comments on commit b853e3b

Please sign in to comment.