From aaa44fda2bad0d23344a715c19370f14b46b6a9d Mon Sep 17 00:00:00 2001 From: Lucas Carlson Date: Wed, 27 Jun 2012 16:00:09 -0700 Subject: [PATCH] Adding AppFog reference to authors --- azure.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure.gemspec b/azure.gemspec index 150e1159c..a342a0937 100644 --- a/azure.gemspec +++ b/azure.gemspec @@ -2,10 +2,10 @@ require "date" Gem::Specification.new do |s| s.name = "azure" - s.version = "0.1.0" + s.version = "0.1.1" s.date = Date.today.iso8601 - s.authors = ["Microsoft"] + s.authors = ["AppFog","Microsoft"] s.email = "azure@microsoft.com" s.description = "Services and ruby SDKs to access the Windows Azure platform." s.summary = "Implementation of several Windows Azure SDKs in ruby."