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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGRiYWJkZWExNTM0MWQ0ZmFlNjY1MjVkOWE5NmY5Mjc3NWZiMjhkZg==
4
+ ZGZlNWUyNGZhMjQ0NTMxOGVlZTI3NDE5OTUwMzU4MWQ5NjQ4M2MxNA==
5
5
  data.tar.gz: !binary |-
6
- YTRhNTRlYzg3NTA1ZTFkYjBlMDMyYzE3YmU0MjU5YTBkYWVhZmMzZA==
6
+ MTAxZDkxNmE1OGMxZjAzZjc3MDNhNDQxYjllZmRiN2ZhY2FjMDhhYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NWIwNGExMzlkYzdiNzg2MzJkZWU1NjEzNmI3YjI5NWYxMmZhNjI1YjQ5MTZk
10
- ZjE2ZDA2NWU4MGUwN2VlZGYzOTMzZjJkM2UzZDQxYmNlMTJkNTA4MzA4MTBk
11
- MmU4ZDYwZGI2MTdiYWUzODgxN2VmMzVmOWM3NWQ5MDcyMThiYTc=
9
+ YzJiNDZjZjAzMDNmNDJkMGMzNjI3Njk3NjRlN2E5YjgzMmNhNGE1NmYwMmJm
10
+ NjdiODRjMDFhNjI3NWIyMmFlNjIzY2IxYjkwODAyM2VlNjcyM2ViNGUzYmNj
11
+ MjM0YjNhZGNmZDlkNzA5NWE5ZTYyODc5OWQyYzBhODU4Y2NkNTA=
12
12
  data.tar.gz: !binary |-
13
- ZTZiYjM4NjhjNGExNTMxZTBmNjhhMDI1YzIzOGZhMmQ4ZTg5OTMwOWJlYTAy
14
- MDc1Y2E1N2MxNTA4MDE4NDEzZDFhOGZmNDIyZDY3N2M0N2U2NzViZWE2NWIx
15
- NmRlZjJmNGNjZGY4MTAzOWFhMWViM2E2MDk5YjUwOTFiMWYyODg=
13
+ MDhmNDVjMzc3NTg3NGRkNDhhOGE5MzAyZDgwZmQ0NjQ3ZWE2YmVkNjFlNDI5
14
+ YzlkMmNhYzA4ZWYxY2M0NjQzMjBhMGI0NmE2Y2ZkY2E1NTVmYjIwOWNhMmI0
15
+ MDMxMWU0Mzc1OTZlZjRlZGVmNTA2OTg4N2EzODFkOGU3ZDI0ODk=
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # Spree Postal Service
2
2
 
3
- [![Build Status](https://api.travis-ci.org/futhr/spree-postal-service.png?branch=1-2-stable)](https://travis-ci.org/futhr/spree-postal-service)
3
+ [![Build Status](https://api.travis-ci.org/futhr/spree-postal-service.png?branch=1-3-stable)](https://travis-ci.org/futhr/spree-postal-service)
4
4
  [![Code Climate](https://codeclimate.com/github/futhr/spree-postal-service.png)](https://codeclimate.com/github/futhr/spree-postal-service)
5
+ [![Gem Version](https://badge.fury.io/rb/spree_postal_service.png)](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.2.0'
28
+ gem 'spree_postal_service', '~> 1.3.0'
28
29
  ```
29
30
 
30
31
  Go to admin interface
@@ -7,7 +7,7 @@ module SpreePostalService
7
7
 
8
8
  module VERSION
9
9
  MAJOR = 1
10
- MINOR = 2
10
+ MINOR = 3
11
11
  TINY = 0
12
12
  PRE = nil
13
13
 
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
 
25
25
  s.has_rdoc = false
26
26
 
27
- s.add_dependency 'spree_core', '~> 1.2.0'
27
+ s.add_dependency 'spree_core', '~> 1.3.0'
28
28
 
29
29
  s.add_development_dependency 'rspec', '~> 2.7.0'
30
30
  s.add_development_dependency 'rspec-rails', '~> 2.7'
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.2.0
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.2.0
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.2.0
27
+ version: 1.3.0
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rspec
30
30
  requirement: !ruby/object:Gem::Requirement