spree_robokassa 0.50.1 → 0.50.2
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
File without changes
|
data/spree_robokassa.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.platform = Gem::Platform::RUBY
|
3
3
|
s.name = 'spree_robokassa'
|
4
|
-
s.version = '0.50.
|
4
|
+
s.version = '0.50.2'
|
5
5
|
s.summary = 'Adds payment method for robokassa.ru'
|
6
6
|
#s.description = 'Add (optional) gem description here'
|
7
7
|
s.required_ruby_version = '>= 1.8.7'
|
@@ -17,5 +17,5 @@ Gem::Specification.new do |s|
|
|
17
17
|
s.require_paths = [ 'lib' ]
|
18
18
|
s.requirements << 'none'
|
19
19
|
|
20
|
-
s.add_dependency('spree_core', '>= 0.
|
20
|
+
s.add_dependency('spree_core', '>= 0.40.0')
|
21
21
|
end
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 50
|
8
|
-
-
|
9
|
-
version: 0.50.
|
8
|
+
- 2
|
9
|
+
version: 0.50.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Roman Smirnov
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-06-
|
18
|
+
date: 2011-06-25 00:00:00 +04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -27,9 +27,9 @@ dependencies:
|
|
27
27
|
- !ruby/object:Gem::Version
|
28
28
|
segments:
|
29
29
|
- 0
|
30
|
-
-
|
31
|
-
-
|
32
|
-
version: 0.
|
30
|
+
- 40
|
31
|
+
- 0
|
32
|
+
version: 0.40.0
|
33
33
|
type: :runtime
|
34
34
|
version_requirements: *id001
|
35
35
|
description:
|
@@ -49,6 +49,8 @@ files:
|
|
49
49
|
- app/controllers/gateway/robokassa_controller.rb
|
50
50
|
- app/models/gateway/robokassa.rb
|
51
51
|
- app/views/admin/payment_methods/_form.html.erb
|
52
|
+
- app/views/admin/payments/source_forms/_robokassa.html.erb
|
53
|
+
- app/views/admin/payments/source_views/_robokassa.html.erb
|
52
54
|
- app/views/checkout/payment/_robokassa.html.erb
|
53
55
|
- app/views/gateway/robokassa/show.html.erb
|
54
56
|
- config/locales/en.yml
|