Skip to content

Commit

Permalink
Edit descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mylifeisshan committed May 20, 2016
1 parent 68bc021 commit b23b0bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shippo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Gem::Specification.new do |s|
s.name = 'shippo'
s.version = '1.0.4'
s.date = '2015-06-19'
s.summary = "Shippo API"
s.description = "Shipping API library (USPS, FedEx, UPS and more) "
s.summary = "Connect with multiple carriers (FedEx, UPS, USPS and others) via a single API with Shippo"
s.description = "A gem for connecting with over 20 shipping carriers and consolidators via a single integration using Shippo API. Support for shipping rates, buying and printing labels, tracking as well as some carrier specific functionality such as signature required, adult signature confirmation, certified mail, delivery confirmation and many others."
s.add_dependency('rest-client', '~> 1.4')
s.add_dependency('mime-types', '>= 1.25', '< 3.0')
s.add_dependency('json', '~> 1.8.1')
Expand All @@ -12,4 +12,5 @@ Gem::Specification.new do |s|
s.files = ["example.rb", "test/test.rb", "lib/shippo.rb"].concat(Dir.entries('./lib/shippo/').keep_if { |v| /\.rb$/.match(v) }.collect! { |v| './lib/shippo/'+v })
s.homepage = 'http://goshippo.com'
s.license = 'MIT'
s.metadata = { “shippo_documentation” => "https://goshippo.com/docs/" }
end

0 comments on commit b23b0bb

Please sign in to comment.