From 12917de14114feb4f9244bda80c2ecf6c2149810 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 8 Mar 2018 16:44:00 +0000 Subject: [PATCH] Small changes to files --- README.md | 2 +- Versionfile | 2 +- spec/support/shipment_helper.rb | 2 -- spree_shipstation.gemspec | 10 ++++------ 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 62e0265..8b9366f 100755 --- a/README.md +++ b/README.md @@ -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: diff --git a/Versionfile b/Versionfile index 85ed1da..65c92c3 100755 --- a/Versionfile +++ b/Versionfile @@ -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 # diff --git a/spec/support/shipment_helper.rb b/spec/support/shipment_helper.rb index 5122419..fe22f73 100755 --- a/spec/support/shipment_helper.rb +++ b/spec/support/shipment_helper.rb @@ -1,5 +1,4 @@ module Spree - module ShipmentHelper def create_shipment(options = {}) @@ -9,5 +8,4 @@ def create_shipment(options = {}) end end - end diff --git a/spree_shipstation.gemspec b/spree_shipstation.gemspec index 7411638..b5781db 100755 --- a/spree_shipstation.gemspec +++ b/spree_shipstation.gemspec @@ -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 = 'not@valable.com' - 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") @@ -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 \ No newline at end of file