iloxx_shipping 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4bd4de8db625cd67a0cccec343c884b4514c7230
4
+ data.tar.gz: 0d3f6d15fe696d40423e4fb7174e7be2036e4f68
5
+ SHA512:
6
+ metadata.gz: 863d1fec6b7ed182a0dfa548d3780ae3cd8017d3e5a565ae35c7dd505950c3597644cd96ac7c0c5418979dbc0c54db88a66418cc5dcc535d672d243084eaf439
7
+ data.tar.gz: b5f3f34142f5d10a9758ecf494ad93bf5aa832816fd04409ba15e8ed940c446292b0ced81c52249f3464ad321139bb2e855d35ada5e62d84afb04645e76acc2b
@@ -3,5 +3,4 @@ rvm:
3
3
  - "1.9.2"
4
4
  - "1.9.3"
5
5
  - "2.0.0"
6
- - jruby-19mode
7
- - rbx-19mode
6
+ - jruby-19mode
data/README.md CHANGED
@@ -1,9 +1,12 @@
1
1
  # Iloxx::Shipping
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/iloxx_shipping.png)](http://badge.fury.io/rb/iloxx_shipping) [![Build Status](https://travis-ci.org/robbi5/iloxx_shipping.png)](https://travis-ci.org/robbi5/iloxx_shipping)
3
+ [![Gem Version](https://img.shields.io/gem/v/iloxx_shipping.svg)](http://rubygems.org/gems/iloxx_shipping) [![Build Status](https://travis-ci.org/robbi5/iloxx_shipping.svg)](https://travis-ci.org/robbi5/iloxx_shipping)
4
4
 
5
5
  This gem is a wrapper around the SOAP-based API provided by [iloxx](http://iloxx.de). It allows you to build and send a shipment request and return a shipping label and the parcel numbers.
6
6
 
7
+ ## DEPRECATED
8
+ This gem has been renamed to [dpd_shipping](https://github.com/robbi5/dpd_shipping).
9
+
7
10
  ## Installation
8
11
 
9
12
  Add this line to your application's Gemfile:
@@ -8,11 +8,17 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Iloxx::Shipping::VERSION
9
9
  gem.authors = ["Maximilian Richt"]
10
10
  gem.email = ["maxi@richt.name"]
11
- gem.description = %q{A simple way to access the iloxx shipping API}
12
- gem.summary = %q{A wrapper around the SOAP-based iloxx shipping web service. Generate a shipping request and get a label back.}
11
+ gem.description = %q{(DEPRECATED, see dpd_shipping) A simple way to access the iloxx shipping API}
12
+ gem.summary = %q{(DEPRECATED, see dpd_shipping) A wrapper around the SOAP-based iloxx shipping web service. Generate a shipping request and get a label back.}
13
13
  gem.homepage = "https://github.com/robbi5/iloxx_shipping"
14
14
  gem.license = 'MIT'
15
15
 
16
+ gem.post_install_message = <<-MESSAGE
17
+ ! The 'iloxx_shipping' gem has been deprecated and replaced by 'dpd_shipping'.
18
+ ! See: https://rubygems.org/gems/dpd_shipping
19
+ ! And: https://github.com/robbi5/dpd_shipping
20
+ MESSAGE
21
+
16
22
  gem.add_dependency "savon", "~> 2.2.0"
17
23
  gem.add_development_dependency "rake"
18
24
  gem.add_development_dependency "rspec", "~> 2.11.0"
@@ -1,5 +1,5 @@
1
1
  module Iloxx
2
2
  module Shipping
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iloxx_shipping
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
5
- prerelease:
4
+ version: 0.1.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Maximilian Richt
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-09-05 00:00:00.000000000 Z
11
+ date: 2014-04-19 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: savon
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ~>
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
@@ -30,23 +27,20 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rspec
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
45
  - - ~>
52
46
  - !ruby/object:Gem::Version
@@ -54,7 +48,6 @@ dependencies:
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
52
  - - ~>
60
53
  - !ruby/object:Gem::Version
@@ -62,7 +55,6 @@ dependencies:
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: webmock
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
59
  - - ~>
68
60
  - !ruby/object:Gem::Version
@@ -70,12 +62,12 @@ dependencies:
70
62
  type: :development
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
66
  - - ~>
76
67
  - !ruby/object:Gem::Version
77
68
  version: 1.13.0
78
- description: A simple way to access the iloxx shipping API
69
+ description: (DEPRECATED, see dpd_shipping) A simple way to access the iloxx shipping
70
+ API
79
71
  email:
80
72
  - maxi@richt.name
81
73
  executables: []
@@ -119,29 +111,31 @@ files:
119
111
  homepage: https://github.com/robbi5/iloxx_shipping
120
112
  licenses:
121
113
  - MIT
122
- post_install_message:
114
+ metadata: {}
115
+ post_install_message: |2
116
+ ! The 'iloxx_shipping' gem has been deprecated and replaced by 'dpd_shipping'.
117
+ ! See: https://rubygems.org/gems/dpd_shipping
118
+ ! And: https://github.com/robbi5/dpd_shipping
123
119
  rdoc_options: []
124
120
  require_paths:
125
121
  - lib
126
122
  required_ruby_version: !ruby/object:Gem::Requirement
127
- none: false
128
123
  requirements:
129
- - - ! '>='
124
+ - - '>='
130
125
  - !ruby/object:Gem::Version
131
126
  version: '0'
132
127
  required_rubygems_version: !ruby/object:Gem::Requirement
133
- none: false
134
128
  requirements:
135
- - - ! '>='
129
+ - - '>='
136
130
  - !ruby/object:Gem::Version
137
131
  version: '0'
138
132
  requirements: []
139
133
  rubyforge_project:
140
- rubygems_version: 1.8.24
134
+ rubygems_version: 2.0.3
141
135
  signing_key:
142
- specification_version: 3
143
- summary: A wrapper around the SOAP-based iloxx shipping web service. Generate a shipping
144
- request and get a label back.
136
+ specification_version: 4
137
+ summary: (DEPRECATED, see dpd_shipping) A wrapper around the SOAP-based iloxx shipping
138
+ web service. Generate a shipping request and get a label back.
145
139
  test_files:
146
140
  - spec/fixtures/address/simple.xml
147
141
  - spec/fixtures/address/with_company.xml
@@ -157,3 +151,4 @@ test_files:
157
151
  - spec/iloxx_shipping/order_request_spec.rb
158
152
  - spec/iloxx_shipping/parcel_spec.rb
159
153
  - spec/spec_helper.rb
154
+ has_rdoc: