Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nikz committed Sep 15, 2016
1 parent fbf126a commit c176daa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xero_gateway.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]", "[email protected]"]
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"
Expand Down

0 comments on commit c176daa

Please sign in to comment.