contact 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/contact-0.0.1.gem ADDED
Binary file
data/contact.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Jason Younker"]
10
10
  s.email = ["jason@28dev.com"]
11
11
  s.homepage = "http://www.28dev.com"
12
- s.summary = %q{Simple contact engine so I can stop re-creating the same thing}
13
- s.description = %q{Tableless contact form model, routes, contact form and mailer}
12
+ s.summary = %q{Engine to supply simple contact page functionality}
13
+ s.description = %q{Engine to supply simple contact page functionality}
14
14
 
15
15
  s.rubyforge_project = "contact"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Contact
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contact
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason Younker
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: "0"
47
47
  type: :runtime
48
48
  version_requirements: *id002
49
- description: Tableless contact form model, routes, contact form and mailer
49
+ description: Engine to supply simple contact page functionality
50
50
  email:
51
51
  - jason@28dev.com
52
52
  executables: []
@@ -147,7 +147,7 @@ rubyforge_project: contact
147
147
  rubygems_version: 1.6.2
148
148
  signing_key:
149
149
  specification_version: 3
150
- summary: Simple contact engine so I can stop re-creating the same thing
150
+ summary: Engine to supply simple contact page functionality
151
151
  test_files:
152
152
  - spec/mailers/contact_mailer_spec.rb
153
153
  - spec/spec_helper.rb