Skip to content

Commit

Permalink
version bump & gemspec updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaus committed Mar 7, 2018
1 parent 56dec42 commit 910a7ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/xeroizer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Xeroizer
VERSION = "2.17.0".freeze
VERSION = "2.18.0".freeze
end
14 changes: 10 additions & 4 deletions xeroizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ require 'xeroizer/version'
Gem::Specification.new do |s|
s.name = "xeroizer"
s.version = Xeroizer::VERSION.dup
s.date = "2016-03-01"
s.authors = ["Wayne Robinson"]
s.email = "wayne.robinson@gmail.com"
s.summary = "Xero library"
s.description = "Ruby library for the Xero accounting system API."
s.email = ["wayne.robinson@gmail.com", "api@xero.com"]
s.summary = "Ruby Library for Xero accounting API"
s.description = "Ruby library for the Xero accounting API. Originally developed by Wayne Robinson, now maintained by the Xero API Team & Xero/Ruby developer community."
s.homepage = "http://github.com/waynerobinson/xeroizer"
s.licenses = ["MIT"]
s.metadata = {
"bug_tracker_uri" => "https://github.com/waynerobinson/xeroizer/issues",
"changelog_uri" => "https://github.com/waynerobinson/xeroizer/releases",
"source_code_uri" => "https://github.com/waynerobinson/xeroizer",
"documentation_uri" => "https://developer.xero.com/documentation/",
"mailing_list_uri" => "https://developer.xero.com/subscribe-to-the-xero-api-developer-mailing-list"
}

s.files = Dir["LICENSE.txt", "README.md", 'lib/**/*']
s.test_files = `git ls-files -- test/*`.split("\n")
Expand Down

0 comments on commit 910a7ba

Please sign in to comment.