sage_pay 0.2.6 → 0.2.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sage_pay.rb +1 -1
- data/lib/sage_pay/server/release.rb +1 -1
- data/sage_pay.gemspec +1 -1
- metadata +2 -1
data/lib/sage_pay.rb
CHANGED
data/sage_pay.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
## If your rubyforge_project name is different, then edit it and comment out
|
8
8
|
## the sub! line in the Rakefile
|
9
9
|
s.name = 'sage_pay'
|
10
|
-
s.version = '0.2.6'
|
10
|
+
s.version = '0.2.6.1'
|
11
11
|
s.date = '2010-04-25'
|
12
12
|
s.rubyforge_project = 'sage_pay'
|
13
13
|
|