From b853e3b167ea30a7b7ebfae54ab1d62e965df019 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Wed, 27 Jul 2016 10:47:22 -0400 Subject: [PATCH] Revised to v0.2.0 For publish to rubygems.org --- lib/ruby_outlook/version.rb | 2 +- ruby_outlook.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ruby_outlook/version.rb b/lib/ruby_outlook/version.rb index 86b9e22..c2c6a7e 100644 --- a/lib/ruby_outlook/version.rb +++ b/lib/ruby_outlook/version.rb @@ -1,3 +1,3 @@ module RubyOutlook - VERSION = "0.1.0" + VERSION = "0.2.0" end diff --git a/ruby_outlook.gemspec b/ruby_outlook.gemspec index a0cd015..c37b8c3 100644 --- a/ruby_outlook.gemspec +++ b/ruby_outlook.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |spec| spec.authors = ["Jason Johnston"] spec.email = ["jasonjoh@microsoft.com"] - 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)/}) }