active_shipping 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +3 -2
- data/lib/active_shipping/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d1a6929ced98fdb62869529b808b1a8845de2de
|
|
4
|
+
data.tar.gz: 70f5a08fc2907cb667118e261aa3924177d9d574
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee90677de3f5a82c6039ba9ca8e137b5ff787f352ad84ebb4330738421dab2a5e3118a9ac2a454b7996fa8c4fdf7adb800f3d20b31e35a2ad0fb92dc63891a72
|
|
7
|
+
data.tar.gz: 45e0343b10221cff5638128e55f4c92c4c09a4ae097ecdf30b7aee778a50c0cb98363b4babab0c2cb310468b6f54667280c50de72177a3c0ecb1a0dd896d8ea4
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -22,8 +22,9 @@ This library interfaces with the web services of various shipping carriers. The
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
## Versions
|
|
25
|
-
Note: `2.x` contains breaking changes, please see the [changelog](https://github.com/Shopify/active_shipping/blob/master/CHANGELOG.md). Shopify will not be actively
|
|
26
|
-
|
|
25
|
+
Note: `2.x` contains breaking changes, please see the [changelog](https://github.com/Shopify/active_shipping/blob/master/CHANGELOG.md). Shopify will not be actively contributing to the `2.x` version of this gem and is looking for maintainers.
|
|
26
|
+
|
|
27
|
+
[See our releases](https://github.com/Shopify/active_shipping/releases) for past versions.
|
|
27
28
|
|
|
28
29
|
## Installation
|
|
29
30
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_shipping
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shopify
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: measured
|