contact_us 0.1.0 → 0.1.1

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
@@ -12,7 +12,7 @@ Contact Us requires the Formtastic Gem. Read more about Formtastic @ https://gi
12
12
 
13
13
  In your `Gemfile`, add the following dependencies:
14
14
 
15
- gem 'contact_us', '~> 0.1.0'
15
+ gem 'contact_us', '~> 0.1.1'
16
16
 
17
17
  From `Rails.root` run:
18
18
 
@@ -1,3 +1,3 @@
1
1
  module ContactUs
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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
- Dir.exists?(@destination_root + "/app/views/contact_us").should eql(false)
21
- Dir.exists?(@destination_root + "/app/views/contact_us/contact_mailer").should eql(false)
22
- Dir.exists?(@destination_root + "/app/views/contact_us/contacts").should eql(false)
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.0
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: 2577202272888493590
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: 2577202272888493590
179
+ hash: -389592616240735892
180
180
  segments:
181
181
  - 0
182
182
  version: "0"