nimbleshop_paypalwp 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -8,5 +8,5 @@ Documentation is available at [http://nimbleshop.org/](http://nimbleshop.org) .
|
|
8
8
|
|
9
9
|
# License
|
10
10
|
|
11
|
-
|
11
|
+
This gem uses [MIT license](http://www.opensource.org/licenses/mit-license.php) .
|
12
12
|
|
@@ -8,7 +8,7 @@ module NimbleshopPaypalwp
|
|
8
8
|
image_tag "engines/nimbleshop_paypalwp/paypal_small.png", alt: 'paypal icon'
|
9
9
|
end
|
10
10
|
|
11
|
-
def
|
11
|
+
def nimbleshop_paypalwp_picture_on_admin_payment_methods
|
12
12
|
image_tag "engines/nimbleshop_paypalwp/paypal_big.png", alt: 'paypal logo'
|
13
13
|
end
|
14
14
|
|
@@ -11,7 +11,7 @@
|
|
11
11
|
<% end %>
|
12
12
|
</div>
|
13
13
|
|
14
|
-
<%=
|
14
|
+
<%= nimbleshop_paypalwp_picture_on_admin_payment_methods %>
|
15
15
|
|
16
16
|
<div class='clear'></div>
|
17
17
|
</div>
|
@@ -23,9 +23,9 @@
|
|
23
23
|
$(function(){
|
24
24
|
|
25
25
|
$('#nimbleshop-paypalwp-payment-method-edit').toggle(function(){
|
26
|
-
$('#nimbleshop-paypalwp-form-well').show();
|
26
|
+
$('#nimbleshop-paypalwp-form-well').show();
|
27
27
|
}, function(){
|
28
|
-
$('#nimbleshop-paypalwp-form-well').hide();
|
28
|
+
$('#nimbleshop-paypalwp-form-well').hide();
|
29
29
|
});
|
30
30
|
|
31
31
|
})
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nimbleshop_paypalwp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-08-
|
13
|
+
date: 2012-08-23 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activemerchant
|
@@ -101,7 +101,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
101
101
|
version: '0'
|
102
102
|
segments:
|
103
103
|
- 0
|
104
|
-
hash:
|
104
|
+
hash: 388165296641586256
|
105
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
106
|
none: false
|
107
107
|
requirements:
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
version: '0'
|
111
111
|
segments:
|
112
112
|
- 0
|
113
|
-
hash:
|
113
|
+
hash: 388165296641586256
|
114
114
|
requirements: []
|
115
115
|
rubyforge_project:
|
116
116
|
rubygems_version: 1.8.24
|