File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DHL eCommerce API Wrapper for Ruby
22
3+ [ ![ Gem Version] ( https://badge.fury.io/rb/dhl-ecommerce.svg )] ( https://badge.fury.io/rb/dhl-ecommerce )
34[ ![ Build Status] ( https://travis-ci.org/meowbox/dhl-ecommerce-ruby.svg )] ( https://travis-ci.org/meowbox/dhl-ecommerce-ruby )
45
56## Installation
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Gem::Specification.new do |s|
77 s . version = DHL ::Ecommerce ::VERSION
88 s . authors = [ "Francois Deschenes" ]
99 s . email = [ "francois@meowbox.com" ]
10- s . description = %q{}
11- s . summary = %q{}
10+ s . description = %q{DHL eCommerce API Wrapper for Ruby }
11+ s . summary = %q{DHL eCommerce API Wrapper for Ruby }
1212 s . homepage = "https://github.com/meowbox/dhl-ecommerce-ruby"
1313 s . license = "MIT"
1414
Original file line number Diff line number Diff line change 11module DHL
22 module Ecommerce
3- VERSION = "0. 1.0"
3+ VERSION = "1.0"
44 end
55end
You can’t perform that action at this time.
0 commit comments