inquiries 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.
data/README.md CHANGED
@@ -13,4 +13,10 @@ Then, run `bundle install`.
13
13
  Run the generator and migrate:
14
14
 
15
15
  rails g inquiries
16
- rake db:migrate
16
+ rake db:migrate
17
+
18
+ This will generate a config file and migration to create the inquiries table.
19
+
20
+ You can customize the inquiry settings in config/inquiries.yml.
21
+
22
+ You can override any of the views and mailers by duplicating them in your own application and making your changes.
@@ -1,4 +1,4 @@
1
1
  send-confirmation: true
2
2
  notification-recipients: []
3
- notification-subject: 'New inquiry recieved.'
4
- confirmation-subject: 'Thank you. We have recieved your inquiry.'
3
+ notification-subject: 'New inquiry received.'
4
+ confirmation-subject: 'Thank you. We have received your inquiry.'
@@ -1,5 +1,5 @@
1
1
  module Inquiries
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inquiries
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: