spree_easy_contact 1.3.2 → 1.3.2.1

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.
Files changed (2) hide show
  1. data/README.md +20 -11
  2. metadata +6 -5
data/README.md CHANGED
@@ -1,21 +1,30 @@
1
1
  SpreeEasyContact
2
2
  ================
3
3
 
4
- Introduction goes here.
4
+ Easy to implement contact form with honeypot-captcha, with a topic selection management in admin.
5
+ It stores all messages in DB for an easy recall of messages.
5
6
 
7
+ This extension is based on joshnuss spree-contact-form (thank you BTW) : https://github.com/joshnuss/spree-contact-form
6
8
 
7
- Example
8
- =======
9
+ Installation
10
+ ============
9
11
 
10
- Example goes here.
12
+ Put the following line into your gemfile :
11
13
 
12
- Testing
13
- -------
14
+ gem 'spree_easy_contact'
14
15
 
15
- Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.
16
+ Then run all the following command :
16
17
 
17
- $ bundle
18
- $ bundle exec rake test_app
19
- $ bundle exec rspec spec
18
+ bundle install
20
19
 
21
- Copyright (c) 2013 [name of extension creator], released under the New BSD License
20
+ rails g spree_easy_contact:install
21
+
22
+ Set properly the mail method in the admin area (/admin/mail_methods)
23
+
24
+ Add some topics
25
+
26
+ And you're done !
27
+ =================
28
+
29
+
30
+ Copyright (c) 2013 [Mathias Standaert for Organic Web], released under the New BSD License
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_easy_contact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-17 00:00:00.000000000 Z
12
+ date: 2013-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spree_core
@@ -156,7 +156,7 @@ dependencies:
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  description: Simple contact from manager for Spree
159
- email: contactorganicweb.fr
159
+ email: contact@organicweb.fr
160
160
  executables: []
161
161
  extensions: []
162
162
  extra_rdoc_files:
@@ -164,7 +164,8 @@ extra_rdoc_files:
164
164
  files:
165
165
  - README.md
166
166
  homepage: https://github.com/organicweb/spree-easy-contact
167
- licenses: []
167
+ licenses:
168
+ - BSD
168
169
  post_install_message:
169
170
  rdoc_options: []
170
171
  require_paths:
@@ -183,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
184
  version: '0'
184
185
  segments:
185
186
  - 0
186
- hash: -1293865696201976932
187
+ hash: 4561415795531353182
187
188
  requirements:
188
189
  - none
189
190
  rubyforge_project: