payture_ruby 0.0.3 → 0.0.4

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9d5fe52809080eb02835086de37d7a19940586a
4
- data.tar.gz: 60a539edd939204a6f9ec3f8d0bd33b1cf693973
3
+ metadata.gz: 781cd1a6e07348d644baa532f6e16f0b9bc179fe
4
+ data.tar.gz: f77aeef705237832e36e221eef45ae971ab7acdf
5
5
  SHA512:
6
- metadata.gz: 765e2e1af294349e0dbbb55753db7eb32af75f740f5c414799a346c85eb1b09fd030a32fe4fcf843e4768e143d2bbf21ba6a43243155174cdfa3142eba92db6a
7
- data.tar.gz: fd954f6bc85875a7af743ed22f887c37a46666e4f80961cec43cdcad4d8117027ec3a54f9133ad074d383f3ba9308aa485a6de7cd3ace8236670c914645ae5d4
6
+ metadata.gz: 8f3af370b0611bf0f9ab9fcab897453cf615d3c299f70c3b9efa1485aff9aba37d74088e98c3433ed940e75e413e4dacebbe4df3cae3fe17b7aec3935a691aa7
7
+ data.tar.gz: 8f148ab4a6ad5e11e0c14a6069bc56dd54d60dbd47b09805d4826a27cbccb0e7892d633d33924925730d3f5f0369b87de2f923faa183f4f75aab6016e9161fe4
data/README.md CHANGED
@@ -25,6 +25,7 @@ Or install it yourself as:
25
25
  In an initializer:
26
26
 
27
27
  ```ruby
28
+ require 'payture'
28
29
  Payture.configure do |config|
29
30
  config.host_type = 'sandbox' # or 'secure'
30
31
  config.key = 'WVMerchant' # your user access key
@@ -4,7 +4,7 @@ module Payture
4
4
  class Client
5
5
  module Vwapi
6
6
 
7
- API_METHODS = %w(Register Update Delete Add Activate Remove GetList Pay Refund PayStatus Init)
7
+ API_METHODS = %w(Register Update Delete Add Activate Remove GetList Pay Refund PayStatus Init Unblock)
8
8
 
9
9
  API_METHODS.each do |method_name|
10
10
  underscore_method_name = Payture::Helper.convert_to_underscore method_name
@@ -1,3 +1,3 @@
1
1
  module Payture
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payture_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Davydov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-11 00:00:00.000000000 Z
11
+ date: 2014-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler