From c176daa81846cf798d010ef0d7d29c8fe325d699 Mon Sep 17 00:00:00 2001 From: Nik Wakelin Date: Thu, 15 Sep 2016 21:36:49 +0100 Subject: [PATCH] Fix gemspec --- xero_gateway.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xero_gateway.gemspec b/xero_gateway.gemspec index 81fd0da3..8bdb3a9a 100644 --- a/xero_gateway.gemspec +++ b/xero_gateway.gemspec @@ -6,15 +6,15 @@ require 'xero_gateway/version' Gem::Specification.new do |s| s.name = "xero_gateway" s.version = XeroGateway::VERSION - s.summary = "Enables ruby based applications to communicate with the Xero API" + s.summary = "Enables Ruby based applications to communicate with the Xero API" s.email = ["me@nikwakelin.com", "jared@minutedock.com"] - s.homepage = "http://github.com/xero-gatweay/xero_gateway" - s.description = "Enables ruby based applications to communicate with the Xero API" + s.homepage = "http://github.com/xero-gateway/xero_gateway" + s.description = "Enables Ruby based applications to communicate with the Xero API" s.has_rdoc = false s.authors = ["Tim Connor", "Nik Wakelin", "Jared Armstrong"] s.license = "MIT" - s.files = ["Gemfile", "LICENSE", "Rakefile", "README.textile", "xero_gateway.gemspec"] + Dir['**/*.rb'] + Dir['**/*.crt'] + s.files = ["Gemfile", "LICENSE", "Rakefile", "README.md", "xero_gateway.gemspec"] + Dir['**/*.rb'] + Dir['**/*.crt'] s.add_dependency "builder", ">= 3.2.2" s.add_dependency "oauth", ">= 0.3.6"