spree_mini_contact 0.0.1 → 0.0.2

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_mini_contact
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-11-04 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: spree_core
16
- requirement: &23530300 !ruby/object:Gem::Requirement
16
+ requirement: &22297200 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,9 +21,10 @@ dependencies:
21
21
  version: 0.40.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *23530300
25
- description: ! " Easy to implement contact form.\n It stores all messages in
26
- DB for an easy recall of messages.\n"
24
+ version_requirements: *22297200
25
+ description: ! ' Basically the easiest way to implement a contact form.
26
+
27
+ '
27
28
  email: xjpablobrx@gmail.com
28
29
  executables: []
29
30
  extensions: []
@@ -39,8 +40,7 @@ files:
39
40
  - app/views/admin/contacts/show.html.erb
40
41
  - app/views/admin/contacts/index.html.erb
41
42
  - app/views/admin/shared/_contact_tabs.html.erb
42
- - app/views/contacts_mailer/message_email.text.erb
43
- - app/views/contacts_mailer/#message_email.text.erb#
43
+ - app/views/contact_mailer/message_email.text.erb
44
44
  - app/views/contacts/new.html.erb
45
45
  - app/controllers/admin/contacts_controller.rb
46
46
  - app/controllers/contacts_controller.rb
@@ -52,8 +52,7 @@ files:
52
52
  - config/routes.rb
53
53
  - config/locales/en.yml
54
54
  homepage: https://github.com/jpablobr/spree_mini_contact
55
- licenses:
56
- - BSD
55
+ licenses: []
57
56
  post_install_message:
58
57
  rdoc_options: []
59
58
  require_paths:
@@ -70,8 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
69
  - - ! '>='
71
70
  - !ruby/object:Gem::Version
72
71
  version: '0'
73
- requirements:
74
- - none
72
+ requirements: []
75
73
  rubyforge_project:
76
74
  rubygems_version: 1.8.10
77
75
  signing_key:
@@ -1,5 +0,0 @@
1
- spree_mini_contact<%= t('name') %>: <%= @message.name %>
2
- <%= t('email') %>: <%= @message.email %>
3
- <%= t('phone') %>: <%= @message.phone %>
4
- <%= t('subject') %>: <%= @message.subject %>
5
- <%= @message.message %>