ecm_contact 1.0.5.pre → 1.0.6.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +10 -9
  2. data/lib/ecm/contact/version.rb +1 -1
  3. metadata +4 -4
data/README.rdoc CHANGED
@@ -8,25 +8,26 @@ Add the gem to your bundle:
8
8
 
9
9
  # Gemfile
10
10
  gem 'ecm_contact'
11
-
12
- Install your bundle:
13
-
11
+
12
+ Install your bundle:
13
+
14
14
  > bundle install
15
-
15
+
16
16
  Run the generator:
17
-
18
- > ecm:contact:install
19
-
17
+
18
+ > rails g ecm:contact:install
19
+
20
20
  This will create an initializer file in config/initializers. You should configure
21
21
  your recipients there.
22
-
22
+
23
23
  Add the routes:
24
24
 
25
25
  # config/routes.rb
26
26
  Ecm::Contact::Routing.routes(self)
27
-
27
+
28
28
  = Usage
29
29
 
30
30
  = License
31
31
 
32
32
  This project rocks and uses MIT-LICENSE.
33
+
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Contact
3
- VERSION = '1.0.5.pre'
3
+ VERSION = '1.0.6.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: 961915968
4
+ hash: 961915980
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
9
+ - 6
10
10
  - pre
11
- version: 1.0.5.pre
11
+ version: 1.0.6.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-10-07 00:00:00 Z
19
+ date: 2012-10-18 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails