Skip to content

Commit

Permalink
Small changes to files
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewKennedy committed Mar 8, 2018
1 parent 5cac448 commit 12917de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Spree/ShipStation Integration
==============================
[![TravisCI](https://travis-ci.org/MatthewKennedy/spree_shipstation.svg?branch=master)](https://travis-ci.org/MatthewKennedy/spree_shipstation) [![Code Climate](https://codeclimate.com/github/MatthewKennedy/spree_shipstation/badges/gpa.svg)](https://codeclimate.com/github/MatthewKennedy/spree_shipstation)

This gem integrates [ShipStation](http://www.shipstation.com) with [Spree](http://spreecommerce.com). It enables ShipStation to pull shipments from the Spree store and update tracking numbers. This integration is ported from the Solidus extention https://github.com/boomerdigital/solidus_shipstation and made compatible with Spree 3 and Rails 5.1+.
This gem integrates [ShipStation](https://www.shipstation.com) with [Spree](https://spreecommerce.com). It enables ShipStation to pull shipments from the Spree store and update tracking numbers. This integration is ported from the Solidus extention https://github.com/boomerdigital/solidus_shipstation and made compatible with Spree 3 and Rails 5.1+.

See below for more documentation on the ShipStation API or how shipments and orders work in Spree:

Expand Down
2 changes: 1 addition & 1 deletion Versionfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is used to designate compatibilty with different versions of Spree
# Please see http://spreecommerce.com/documentation/extensions.html#versionfile for details
# Please see https://spreecommerce.com/documentation/extensions.html#versionfile for details

# Examples
#
Expand Down
2 changes: 0 additions & 2 deletions spec/support/shipment_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module Spree

module ShipmentHelper

def create_shipment(options = {})
Expand All @@ -9,5 +8,4 @@ def create_shipment(options = {})
end

end

end
10 changes: 4 additions & 6 deletions spree_shipstation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_shipstation'
s.version = '1.0.0'
s.summary = 'Spree 3/ShipStation Integration'
s.summary = 'Spree/ShipStation Integration'
s.description = 'Integrates ShipStation API with Spree. Supports exporting shipments and importing tracking numbers'
s.required_ruby_version = '>= 2.4.0'
s.required_ruby_version = '>= 2.4.1'

s.author = 'Matthew Kennedy'
s.email = '[email protected]'
s.homepage = 'https://github.com/MatthewKennedy/spree_shipstation'
s.homepage = 'https://github.com/matthewkennedy/spree_shipstation'

# s.files = `git ls-files`.split("\n")
# s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand All @@ -32,5 +31,4 @@ Gem::Specification.new do |s|
s.add_development_dependency 'spree_auth_devise'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'timecop'

end
end

0 comments on commit 12917de

Please sign in to comment.