processing_kz 0.1.4 → 0.1.41

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ede2eb5b7952ea5edc431e4cee5dd54d29bc534
4
- data.tar.gz: d702ec39466235e6c2b323ab3a73a8ee95b1821a
3
+ metadata.gz: 8f07a411e585bad9ea6a8aab03bd412db90f54ae
4
+ data.tar.gz: 5767e7c204782c9dceaaf0ab6f689012a0bb66c5
5
5
  SHA512:
6
- metadata.gz: fe0f71af7b6b1ff8e8d07c82701f21ab81e087dab04975ce8b46a48a5387cea8fb3a9246779d26cf5bfcba72247e82cb898d58772d1a94e2682ad161c736b32b
7
- data.tar.gz: 35ae9791688bf5a4f98c6310be19b709b19dd5153096d6ad6406c3b954e7f8e795f584554bbf061bc298eaaa194b9a1341169d06f6053480afc5dd1f8f5234a5
6
+ metadata.gz: 7f135fa11bc15351ffbc8e839f2894231bf2f5a0eaa432a2b23c5cecc3eafd1e02067e00c8b60a47948c5eeb5a35af7ebc23cc7ca0043d519e3129758f08a70c
7
+ data.tar.gz: 1970362a96848e91524ed632112659b40d5f7ac9114a63c13a3614fbaa22659011c890bece1d8a07733d17c36815cf9352c5ec331291b0e2d3017025bc89f066
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # ProcessingKz
2
2
 
3
+ <img src="https://badge.fury.io/rb/processing_kz.svg" data-bindattr-39="39" class="retina-badge">
4
+
3
5
  Integrate Ruby projects with Processing.kz without pain. Current version supports only standard payments without refunding. Please watch project for new releases.
4
6
 
5
7
  ## Installation
@@ -62,7 +62,7 @@ module ProcessingKz
62
62
  def hashed_goods_list
63
63
  raise NoGoodsError unless goods_list
64
64
  hash = []
65
- goods_list.reduce { |good| hash << good.to_hash }
65
+ goods_list.each { |good| hash << good.to_hash }
66
66
  hash
67
67
  end
68
68
 
@@ -1,3 +1,3 @@
1
1
  module ProcessingKz
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.41'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: processing_kz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Tkachenko