shoppe-easypost 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # shoppe-easypost
2
2
 
3
+ [![Code Climate](https://codeclimate.com/github/ShepBook/shoppe-easypost/badges/gpa.svg)](https://codeclimate.com/github/ShepBook/shoppe-easypost)
4
+ [![Gem Version](https://badge.fury.io/rb/shoppe-easypost.svg)](http://badge.fury.io/rb/shoppe-easypost)
5
+
3
6
  ## How to use this.
4
7
 
5
- This Shoppe module make it easy for a customer to have and use their own EasyPost API key and give the developer a sane way to access it in production.
8
+ This Shoppe module makes it easy for a customer to have and use their own EasyPost API key and give the developer a sane way to access it in production.
6
9
 
7
10
  Just add ```gem 'shoppe-easypost'``` to your gemfile and then ```bundle install```
8
11
 
@@ -90,10 +93,10 @@ You can then use that ```shipment``` object to get rates and such, as in the Eas
90
93
 
91
94
  (Seriously, the EasyPost docs are awesome. [Read up here.](https://www.easypost.com/getting-started?lang=ruby))
92
95
 
93
- **I hope you find this gem to be useful. It is currently following Shoppe's convention in that in provides access to data, but does not dictate how you utilize this data on the frontend of your store.**
96
+ **I hope you find this gem to be useful. It is currently following Shoppe's convention in that it provides access to data, but does not dictate how you utilize this data on the frontend of your store.**
94
97
 
95
- I'm considering options to make this a bit more opinionated, with options to override the default shipping system in Shoppe. If you have any suggestion, please drop me a line.
98
+ I'm considering options to make this a bit more opinionated, with options to override the default shipping system in Shoppe. If you have any suggestions, please drop me a line.
96
99
 
97
- Currently, I'd suggest making a generic Shipping item in Shoppe, then use the data you get back from EasyPost to override things like the price of the shipping object in Shoppe. You should be able to inject this into the checkout workflow before they get to payment, so you can show an accurate price. I've done this for a client project, however, I'm not permitted to divulge that code at present.
100
+ Currently, I'd suggest making a generic Shipping item in Shoppe, then use the data you get back from EasyPost to override things like the price of the shipping object in the Shoppe shopping cart. You should be able to inject this into the checkout workflow before they get to payment, so you can show an accurate price. I've done this for a client project, however, I'm not permitted to divulge that code at present.
98
101
 
99
- If you have questions specific to your project, how to implement it in your project, and you'd like me to take a look and make some suggestions, feel free to drop me a line at jared@apogeezenith.com or ping me on twitter [@shepbook](https://www.twitter.com/shepbook). I've worked with Shoppe and EasyPost pretty extensively over the last year and would be happy to help.
102
+ If you have questions specific to your project or how to implement it in your project, and you'd like me to take a look and make some suggestions, feel free to drop me a line at jared@apogeezenith.com or ping me on twitter [@shepbook](https://www.twitter.com/shepbook). I've worked with Shoppe and EasyPost pretty extensively over the last year and would be happy to help.
@@ -1,5 +1,5 @@
1
1
  module Shoppe
2
2
  module Easypost
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoppe-easypost
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jared Koumentis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-21 00:00:00.000000000 Z
11
+ date: 2015-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoppe
@@ -65,7 +65,7 @@ files:
65
65
  - lib/shoppe/easypost/version.rb
66
66
  homepage: https://github.com/ShepBook/shoppe-easypost
67
67
  licenses:
68
- - AGPL-3.0
68
+ - ODPL-1.0
69
69
  metadata: {}
70
70
  post_install_message:
71
71
  rdoc_options: []