spree_froomerce_fconnect 0.70.4 → 0.70.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<div>
|
|
2
2
|
<div>
|
|
3
3
|
<h1><%= t('.heading') %></h1>
|
|
4
|
+
<p><%= t('.directive') %> <%= link_to(t('here'), 'http://www.froomerce.com/merchant/merchantplatform/fconnect', :target => '_blank') %> <%= t('.resume_directive')%> </p>
|
|
4
5
|
</div>
|
|
5
6
|
<fieldset>
|
|
6
7
|
<div>
|
|
@@ -15,7 +16,7 @@
|
|
|
15
16
|
<%= form_for :froomerce_user, :url => {:action => :create} do |f| %>
|
|
16
17
|
<p>
|
|
17
18
|
<%= f.label :email, t('.user') %>
|
|
18
|
-
<%= f.
|
|
19
|
+
<%= f.email_field :email, :style => "margin-left:25px", :size => 60 %>
|
|
19
20
|
<br/>
|
|
20
21
|
<%= f.label :password, t('.password') %>
|
|
21
22
|
<%= f.password_field :password, :size => 60 %>
|
data/config/locales/en.yml
CHANGED
|
@@ -45,6 +45,8 @@ en:
|
|
|
45
45
|
user_info: User Information
|
|
46
46
|
user: Froomerce User
|
|
47
47
|
password: Froomerce Password
|
|
48
|
+
directive: In order to use the plugin, you need to register on Froomerce. Please click
|
|
49
|
+
resume_directive: to register now.
|
|
48
50
|
|
|
49
51
|
export_shop:
|
|
50
52
|
heading: Export to Froomerce
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = 'spree_froomerce_fconnect'
|
|
5
|
-
s.version = '0.70.
|
|
5
|
+
s.version = '0.70.5'
|
|
6
6
|
s.summary = 'Create your store to Facebook and create product widgets for your Fan Page'
|
|
7
7
|
s.description = 'Create your store to Facebook and create product widgets for your Fan Page'
|
|
8
8
|
s.required_ruby_version = '>= 1.8.7'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_froomerce_fconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.70.
|
|
4
|
+
version: 0.70.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-05-03 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: spree_core
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &77638100 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 0.70.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *77638100
|
|
25
25
|
description: Create your store to Facebook and create product widgets for your Fan
|
|
26
26
|
Page
|
|
27
27
|
email: ali.naqi@coeus-solutions.de
|