ecm_contact 0.0.2.pre → 0.0.3.pre

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.
data/README.rdoc CHANGED
@@ -1 +1,25 @@
1
- = ECM::Contact
1
+ = ECM Contact
2
+
3
+ Easy contact form for rails.
4
+
5
+ = Installation
6
+
7
+ Add the gem to your bundle:
8
+
9
+ # Gemfile
10
+ gem 'ecm_contact'
11
+
12
+ Install your bundle:
13
+
14
+ > bundle install
15
+
16
+ Add the routes:
17
+
18
+ # config/routes.rb
19
+ Ecm::Contact::Routing.routes(self)
20
+
21
+ = Usage
22
+
23
+ = License
24
+
25
+ This project rocks and uses MIT-LICENSE.
@@ -1,6 +1,9 @@
1
1
  de:
2
2
  ecm:
3
3
  contact:
4
+ form:
5
+ messages:
6
+ delivered: "Ihre Kontaktanfrage wurde versandt."
4
7
  request:
5
8
  index:
6
9
  title: Kotaktanfrage
@@ -1,6 +1,9 @@
1
1
  en:
2
2
  ecm:
3
3
  contact:
4
+ form:
5
+ messages:
6
+ delivered: "Your contact request has been delivered."
4
7
  request:
5
8
  index:
6
9
  title: Contact request
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Contact
3
- VERSION = '0.0.2.pre'
3
+ VERSION = '0.0.3.pre'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_contact
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915980
4
+ hash: 961915976
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
9
+ - 3
10
10
  - pre
11
- version: 0.0.2.pre
11
+ version: 0.0.3.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-08-23 00:00:00 Z
19
+ date: 2012-08-28 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails