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 +25 -1
- data/config/locales/ecm.contact.de.yml +3 -0
- data/config/locales/ecm.contact.en.yml +3 -0
- data/lib/ecm/contact/version.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -1 +1,25 @@
|
|
|
1
|
-
= ECM
|
|
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.
|
data/lib/ecm/contact/version.rb
CHANGED
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:
|
|
4
|
+
hash: 961915976
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
9
|
+
- 3
|
|
10
10
|
- pre
|
|
11
|
-
version: 0.0.
|
|
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-
|
|
19
|
+
date: 2012-08-28 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: rails
|