spree_robokassa 0.50.0 → 0.50.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,7 @@ class Gateway::RobokassaController < Spree::BaseController
45
45
  end
46
46
 
47
47
  def fail
48
- flash.now[:error] = t("payment_fail")
48
+ flash[:error] = t("payment_fail")
49
49
  redirect_to @order.blank? ? root_url : checkout_state_path("payment")
50
50
  end
51
51
 
@@ -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.0'
4
+ s.version = '0.50.1'
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'
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.authors = ['Roman Smirnov', 'parallel588']
10
10
  # s.email = 'david@loudthinking.com'
11
11
  s.homepage = 'https://github.com/romul/spree_robokassa'
12
- # s.rubyforge_project = 'actionmailer'
12
+ # s.rubyforge_project = 'spree_robokassa'
13
13
 
14
14
  s.files = `git ls-files`.split("\n")
15
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 50
8
- - 0
9
- version: 0.50.0
8
+ - 1
9
+ version: 0.50.1
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-04-27 00:00:00 +04:00
18
+ date: 2011-06-04 00:00:00 +04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency