paperclip-azure.gemspec in paperclip-azure-0.2.1 vs paperclip-azure.gemspec in paperclip-azure-0.2.2

- old
+ new

@@ -3,36 +3,36 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "paperclip-azure" - s.version = "0.2.1" + s.version = "0.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Jordan Yaker"] + s.authors = ["Jordan Yaker", "Supportify, Inc."] s.date = "2015-01-19" s.description = "An Azure Blob Storage implementation for Paperclip." s.email = "help@supportify.io" s.extra_rdoc_files = [ "LICENSE.txt", - "README.rdoc" + "README.md" ] s.files = [ ".document", ".rspec", "Gemfile", "Gemfile.lock", "LICENSE.txt", - "README.rdoc", + "README.md", "Rakefile", "VERSION", "lib/azure/core/auth/shared_access_signature.rb", "lib/paperclip-azure.rb", "lib/paperclip/storage/azure.rb", "paperclip-azure.gemspec", "spec/spec_helper.rb" ] - s.homepage = "http://github.com/jordanyaker/paperclip-azure" + s.homepage = "http://github.com/supportify/paperclip-azure" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "2.0.6" s.summary = "An Azure Blob Storage implementation for Paperclip."