contact_form 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/contact_form/version.rb +1 -1
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b4c853e7d89dcad352428bf1f83bdea1117585d
4
- data.tar.gz: 4f817b24361f6291c6bb9f9521a6e95701e13503
3
+ metadata.gz: fb09577485c7195299566cdb34f2da2a09856d21
4
+ data.tar.gz: e3fa73fd34a4e09f98d55c83de83c73a201945f7
5
5
  SHA512:
6
- metadata.gz: 3169a5a31b3ca116db0b87754dc40f016433ba4f2c910b50717297ddf572584709098717f227f3016c4f8e8a587d04b67824fb3a75e6217bd9612369507b6d79
7
- data.tar.gz: 154fc99f9d78fc84f3920d148eee75423f97c80cbbed9e0c5a8768b278e85325d5799d2b9f755bb8f75cc5ab9d87b98e9d062d3caf0aece367eeb2e618394d82
6
+ metadata.gz: 517f15f099655355ae5e061c76f7702e249ba9cfff75359c43d55408c868435ecab3c1965b6250db55365cb4021d0eefb872d2328d87acc8b104b604999ad643
7
+ data.tar.gz: 121e6bbe4b9ddbf4596b77381dd342eb03d2fb688539f562ee25f7978ac0539f45857b4ce8c7f3a2872f23985e4cfb4ba5d469a3e0cb544a0bc345bc1790547e
@@ -1,3 +1,3 @@
1
1
  module ContactForm
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contact_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthias Frick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-02 00:00:00.000000000 Z
11
+ date: 2014-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -204,7 +204,8 @@ files:
204
204
  - test/test_helper.rb
205
205
  - bin/rails
206
206
  homepage: https://github.com/mattherick/contact_form
207
- licenses: []
207
+ licenses:
208
+ - MIT
208
209
  metadata: {}
209
210
  post_install_message:
210
211
  rdoc_options: []
@@ -222,10 +223,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
223
  version: '0'
223
224
  requirements: []
224
225
  rubyforge_project: contact_form
225
- rubygems_version: 2.0.6
226
+ rubygems_version: 2.0.2
226
227
  signing_key:
227
228
  specification_version: 4
228
- summary: contact_form-0.0.3
229
+ summary: contact_form-0.0.4
229
230
  test_files:
230
231
  - test/contact_form_test.rb
231
232
  - test/dummy/app/assets/javascripts/application.js