spree_onpay 0.2 → 0.2.1

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.
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
@@ -46,7 +46,7 @@ class Gateway::Onpay < Gateway
46
46
  </ul>
47
47
  <b>Пароль:</b><br>
48
48
  <ul>
49
- <li>Секретный ключ для вычисления контрольной подписи при отправке уведомлений о поступлении платежей в вашу систему и сверки с контрольной подписью, полученной при переходе пользователей по ссылкам\формам с вашего сайта </li>
49
+ <li>Секретный ключ для вычисления контрольной подписи при отправке уведомлений о поступлении платежей в вашу систему и сверки с контрольной подписью, полученной при переходе пользователей по ссылкам\\формам с вашего сайта </li>
50
50
  </ul>
51
51
  <b>Конвертировать валюту (yes/no):</b>
52
52
  <ul>
data/spree_onpay.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.platform = Gem::Platform::RUBY
3
3
  spec.name = 'spree_onpay'
4
- spec.version = '0.2'
4
+ spec.version = '0.2.1'
5
5
  spec.summary = 'Payment method for onpay.ru'
6
6
  spec.required_ruby_version = '>= 1.8.7'
7
7
 
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_onpay
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- version: "0.2"
9
+ - 1
10
+ version: 0.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Reshetov Andrei
@@ -42,6 +43,7 @@ extensions: []
42
43
  extra_rdoc_files: []
43
44
 
44
45
  files:
46
+ - .gitignore
45
47
  - README
46
48
  - app/controllers/checkout_controller_decorator.rb
47
49
  - app/controllers/gateway/onpay_controller.rb