activemerchant_moneybookers 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Jan Riethmayer", "Laurynas Butkus"]
|
10
10
|
s.email = ["laurynas.butkus@gmail.com"]
|
11
|
-
s.homepage = "http://
|
11
|
+
s.homepage = "http://github.com/laurynas/activemerchant_moneybookers"
|
12
12
|
s.summary = %q{ActiveMerchant Moneybookers gateway}
|
13
13
|
s.description = %q{Adds Moneybookers payment gateway support to ActiveMerchant library}
|
14
14
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activemerchant_moneybookers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jan Riethmayer
|
@@ -58,7 +58,7 @@ files:
|
|
58
58
|
- test/test_helper.rb
|
59
59
|
- test/unit/gateways/moneybookers_test.rb
|
60
60
|
has_rdoc: true
|
61
|
-
homepage: http://
|
61
|
+
homepage: http://github.com/laurynas/activemerchant_moneybookers
|
62
62
|
licenses: []
|
63
63
|
|
64
64
|
post_install_message:
|