payanyway 1.2.4 → 1.2.5

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: 03ad9daad475eba26347198433d38b67d71d4942
4
- data.tar.gz: ec62cebece77c73c9c92a4d96b64fe22f5fcf0e0
3
+ metadata.gz: 3dc4edbe35eeac12497109a23e6805c334e8539e
4
+ data.tar.gz: b6d38aff925f12c423faa085df27a872dac987ec
5
5
  SHA512:
6
- metadata.gz: 5eede9556ae90867670e0fc1ddb60c5b5e904625d6ad47127e2e132223504c888bd6988196938bfb2db9f4bb3fa76e833beb3bcc8669dfe1a8db134d0a9d314a
7
- data.tar.gz: 92c1257d13cf198d06bc24ae746f432e6a25206ad13dca02077d303f49b2154143c2c3db78f51fa4eef27b93db3c09789204af962cf0c5fabc2502fe5d5bf49c
6
+ metadata.gz: 9141b83e8e6fe52fd182e81edf9964417fffd7dffa02f83c36a86c465a623f40114fcbfd169474af87c409b17a1e58d5e5ccc30c2ea002a09e381fed2590c182
7
+ data.tar.gz: e41e543995087ba5904a5efdac53a10c215d93b690dfa01c65bd93157583b0c4fc5b11581879c8045fccc56b564db945e05c7df6f779484ae63aa0d911855b80
data/README.md CHANGED
@@ -86,7 +86,7 @@ production: <<: *config
86
86
 
87
87
  В настройках счета **moneta.ru** выберите `HTTP метод: GET`
88
88
 
89
- ![Settings](https://raw.github.com/ssnikolay/payanyway/master/settings.png)
89
+ ![Settings](https://raw.github.com/ssnikolay/payanyway/master/settings.jpg)
90
90
 
91
91
  ##<a name="usage"></a> Использование
92
92
 
@@ -1,3 +1,3 @@
1
1
  module Payanyway
2
- VERSION = '1.2.4'
2
+ VERSION = '1.2.5'
3
3
  end
data/settings.jpg ADDED
Binary file
@@ -48,7 +48,7 @@ describe PayanywayController do
48
48
 
49
49
  context 'when valid signature' do
50
50
  it 'should and message to logger' do
51
- expect(Rails.logger).not_to receive(:info)
51
+ expect(Rails.logger).not_to receive(:info).with(/PAYANYWAY: XML response for check/)
52
52
  expect_any_instance_of(Payanyway::Controller).to receive(:check_implementation).and_return(amount: 12, state: :paid)
53
53
 
54
54
  get :check, { 'MNT_TRANSACTION_ID' => 676, 'MNT_SIGNATURE' => '79c1c4f41a0a70bb107c976ebba25811' }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payanyway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ssnikolay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-26 00:00:00.000000000 Z
11
+ date: 2015-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -178,7 +178,7 @@ files:
178
178
  - lib/payanyway/request/pay.rb
179
179
  - lib/payanyway/version.rb
180
180
  - payanyway.gemspec
181
- - settings.png
181
+ - settings.jpg
182
182
  - spec/config/payanyway_spec.rb
183
183
  - spec/config/routes_spec.rb
184
184
  - spec/controllers/payanyway_controller_spec.rb
data/settings.png DELETED
Binary file