spree_postal_service 1.2.0 → 1.3.0
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 +8 -8
- data/README.md +3 -2
- data/lib/spree_postal_service/version.rb +1 -1
- data/spree_postal_service.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZGZlNWUyNGZhMjQ0NTMxOGVlZTI3NDE5OTUwMzU4MWQ5NjQ4M2MxNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTAxZDkxNmE1OGMxZjAzZjc3MDNhNDQxYjllZmRiN2ZhY2FjMDhhYw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzJiNDZjZjAzMDNmNDJkMGMzNjI3Njk3NjRlN2E5YjgzMmNhNGE1NmYwMmJm
|
|
10
|
+
NjdiODRjMDFhNjI3NWIyMmFlNjIzY2IxYjkwODAyM2VlNjcyM2ViNGUzYmNj
|
|
11
|
+
MjM0YjNhZGNmZDlkNzA5NWE5ZTYyODc5OWQyYzBhODU4Y2NkNTA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDhmNDVjMzc3NTg3NGRkNDhhOGE5MzAyZDgwZmQ0NjQ3ZWE2YmVkNjFlNDI5
|
|
14
|
+
YzlkMmNhYzA4ZWYxY2M0NjQzMjBhMGI0NmE2Y2ZkY2E1NTVmYjIwOWNhMmI0
|
|
15
|
+
MDMxMWU0Mzc1OTZlZjRlZGVmNTA2OTg4N2EzODFkOGU3ZDI0ODk=
|
data/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# Spree Postal Service
|
|
2
2
|
|
|
3
|
-
[](https://travis-ci.org/futhr/spree-postal-service)
|
|
4
4
|
[](https://codeclimate.com/github/futhr/spree-postal-service)
|
|
5
|
+
[](http://badge.fury.io/rb/spree_postal_service)
|
|
5
6
|
|
|
6
7
|
A postal service is delivers based on weight only(*). Like most post services in europe will.
|
|
7
8
|
|
|
@@ -24,7 +25,7 @@ Use the same measurements as in the product info page.
|
|
|
24
25
|
|
|
25
26
|
Add to your `Gemfile`:
|
|
26
27
|
```ruby
|
|
27
|
-
gem 'spree_postal_service', '~> 1.
|
|
28
|
+
gem 'spree_postal_service', '~> 1.3.0'
|
|
28
29
|
```
|
|
29
30
|
|
|
30
31
|
Go to admin interface
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_postal_service
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Torsten Rüger
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - ~>
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 1.
|
|
20
|
+
version: 1.3.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - ~>
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 1.
|
|
27
|
+
version: 1.3.0
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: rspec
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|