contact_us 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/contact_us/version.rb +1 -1
- data/lib/tasks/install.rake +3 -1
- metadata +3 -3
data/README.md
CHANGED
data/lib/contact_us/version.rb
CHANGED
data/lib/tasks/install.rake
CHANGED
@@ -37,7 +37,9 @@ namespace :contact_us do
|
|
37
37
|
end
|
38
38
|
|
39
39
|
print "Now copying view files for customization!\n"
|
40
|
-
|
40
|
+
unless File.directory?(Rails.root.join('app/views/contact_us'))
|
41
|
+
Rails.root.join('app/views/contact_us').mkdir
|
42
|
+
end
|
41
43
|
locales_path = gem_path + "/app/views/contact_us/contact_mailer/*"
|
42
44
|
app_path = Rails.root.join("app/views/contact_us/contact_mailer")
|
43
45
|
unless File.directory?(app_path)
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: contact_us
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jeff Dutil
|