contact_us 0.1.0 → 0.1.1
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/spec/lib/install_spec.rb +3 -3
- metadata +3 -3
data/README.md
CHANGED
data/lib/contact_us/version.rb
CHANGED
data/spec/lib/install_spec.rb
CHANGED
@@ -17,9 +17,9 @@ describe "Rake tasks" do
|
|
17
17
|
@destination_root = File.expand_path("../../dummy", __FILE__)
|
18
18
|
File.exists?(@destination_root + "/config/initializers/contact_us.rb").should eql(false)
|
19
19
|
File.exists?(@destination_root + "/config/locales/contact_us.en.yml").should eql(false)
|
20
|
-
|
21
|
-
|
22
|
-
|
20
|
+
File.directory?(@destination_root + "/app/views/contact_us").should eql(false)
|
21
|
+
File.directory?(@destination_root + "/app/views/contact_us/contact_mailer").should eql(false)
|
22
|
+
File.directory?(@destination_root + "/app/views/contact_us/contacts").should eql(false)
|
23
23
|
|
24
24
|
silence_stream(STDOUT) { ContactUs::Tasks::Install.run }
|
25
25
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: contact_us
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Jeff Dutil
|
@@ -167,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
167
167
|
requirements:
|
168
168
|
- - ">="
|
169
169
|
- !ruby/object:Gem::Version
|
170
|
-
hash:
|
170
|
+
hash: -389592616240735892
|
171
171
|
segments:
|
172
172
|
- 0
|
173
173
|
version: "0"
|
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
176
|
requirements:
|
177
177
|
- - ">="
|
178
178
|
- !ruby/object:Gem::Version
|
179
|
-
hash:
|
179
|
+
hash: -389592616240735892
|
180
180
|
segments:
|
181
181
|
- 0
|
182
182
|
version: "0"
|