sheepla 0.0.6 → 0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sheepla/version.rb +1 -1
- data/test/sheepla_test.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71c08255a4df0027e1897a0620c7cc5bf5dd8074
|
4
|
+
data.tar.gz: 19e1ab49e2534e1944e5e886ea5c486394582e17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1121120a18ece30442b66d4e693d00b03bfcc183245f4051c80f63770200b33c259106b295a81d27096a0700e8864c80c37a70bab6b10757c4c85dfde674917e
|
7
|
+
data.tar.gz: 1946e87c027b5d41b371fe901502207d151b2c9ebcad7fdd2841386bd22205bcc3fd3633e213c31f0630a1c8d04ce01e1788947295eaf4dc52e32d254d9260b8
|
data/lib/sheepla/version.rb
CHANGED
data/test/sheepla_test.rb
CHANGED
@@ -9,8 +9,8 @@ class SheeplaTest < ActiveSupport::TestCase
|
|
9
9
|
external_delivery_type_name: "DHL AH",
|
10
10
|
external_payment_type_id: "pp",
|
11
11
|
external_payment_type_name: "PayPal",
|
12
|
-
external_carrier_id: "dhl02",
|
13
12
|
external_carrier_name: "DHL Poland",
|
13
|
+
external_carrier_id: "dhl02",
|
14
14
|
external_country_id: "PL",
|
15
15
|
external_buyer_id: "b123",
|
16
16
|
external_order_id: "ah-200-abc",
|
@@ -56,7 +56,7 @@ class SheeplaTest < ActiveSupport::TestCase
|
|
56
56
|
volume: "0.001",
|
57
57
|
priceGross: "1000",
|
58
58
|
orderItemDiscountType: "orderItemDiscountType2",
|
59
|
-
orderItemDiscountValue: "-
|
59
|
+
orderItemDiscountValue: "-5",
|
60
60
|
ean13: "7647984612122",
|
61
61
|
issn: "9223372036854775807"
|
62
62
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sheepla
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: '0.1'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcin Jan Adamczyk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -106,7 +106,7 @@ files:
|
|
106
106
|
- test/dummy/public/favicon.ico
|
107
107
|
- test/sheepla_test.rb
|
108
108
|
- test/test_helper.rb
|
109
|
-
homepage: https://github.com/tehPlayer/sheepla-
|
109
|
+
homepage: https://github.com/tehPlayer/sheepla-rails
|
110
110
|
licenses:
|
111
111
|
- MIT
|
112
112
|
metadata: {}
|