contact_us 0.5.0 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61abfb977113488f9b95392400ad9b9cccc2f5b3
4
- data.tar.gz: d01031a28441401a6aa31cc70cb2904cfc27afac
3
+ metadata.gz: a3a201503356c4cb040bc7a612459ff0103dde01
4
+ data.tar.gz: 81b23d033d4906628543dff02f56419daa4e3470
5
5
  SHA512:
6
- metadata.gz: 8148fca88daf3dd2b12f8d5abdea72dfaa77f18a31e626b923620b87acae0c5bd979741e15eaf043f4c3c4759cb7d013136893f9d2bb7d01396dcc585cc78ebf
7
- data.tar.gz: f01a43448aad755739c1f1fa0d88d0651b986448a91e110f18e4c7c7d6d7b49cf458428ef30e9a1ad84d4c36d9961e4d24ba82a19b3793eb4a89c7cf0c4bed6b
6
+ metadata.gz: 78c1ffe0ff614f84cefda460432767f8974a9a81d7df3bec84d9a1825c8e12a675db9a10e8b2c7fe5166fcb97a29ed4626f3e9fe19a133af9eb1142e246e3a7f
7
+ data.tar.gz: 7527c77ebccaf6c0324cb2c277829ddb7ad7c6b48905c43fb7e11f4d952b960779f90b3ecfff76aead16a391ca51dcd7c46431aa36867b0fa90bc6d280f0fc8a
@@ -1,3 +1,7 @@
1
+ ## ContactUs 0.5.1 (Nov 19th 2013)
2
+
3
+ * Require Rails >= 4 going forward. [Jeff Dutil]
4
+
1
5
  ## ContactUs 0.5.0 (Nov 19th 2013)
2
6
 
3
7
  * Require Ruby >= 1.9.3 going forward. [Jeff Dutil]
@@ -27,5 +27,5 @@ Gem::Specification.new do |s|
27
27
  s.add_development_dependency "formtastic", ">= 2.1.0"
28
28
  s.add_development_dependency "simple_form"
29
29
 
30
- s.add_runtime_dependency "rails", ">= 3.0.0"
30
+ s.add_runtime_dependency "rails", ">= 4.0.0"
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module ContactUs
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contact_us
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Dutil
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - '>='
116
116
  - !ruby/object:Gem::Version
117
- version: 3.0.0
117
+ version: 4.0.0
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '>='
123
123
  - !ruby/object:Gem::Version
124
- version: 3.0.0
124
+ version: 4.0.0
125
125
  description: A Rails 3+ Engine providing a basic contact form. I used Formtastic
126
126
  to keep things simple, and to hook into your apps custom Formtastic stylesheets.
127
127
  email: