protected_form 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e564e480434ce2b4573b1faafb8373477ac47b0b
4
- data.tar.gz: 5ef415e1f41d9e40c6e96e5419b0b29fd593956f
3
+ metadata.gz: f293b4f811df4c8d71d6f30cbd8b18e6a0a5124d
4
+ data.tar.gz: 3f233fca063be814e0b36827eca87b58c2bf72aa
5
5
  SHA512:
6
- metadata.gz: e65798e616a74ce46a48f6cb0776d011ffd31b0614be12b3d4ca97aaba942bdf1162117c31025074240b8dfaeb6b6e03c8ed01f09e6d15f3c6419a22c1f55840
7
- data.tar.gz: cfb3256f219071f0d2eefa7120c237d5004123501402be2a73e80c39941ee3f25b96ddea0a51e080f1bbda1c70c2f28862673d8ce0d849235791355184025dc5
6
+ metadata.gz: 32f3e572ac4b965ec84dd9cf4b6e5384f2d71d591f19ca01c85d05da636399c535e662d2ae6cd7446fe8bcb7a63b9cc44c1bb8c26e280085c67f39f8d1354382
7
+ data.tar.gz: 2d3f90c1353b16ee224017b53d6921187cef7c1d13ef8e483f1474dffb74cd613dd95de79cdd821f20121ba985bbe97b3c8120ae74b3d7291be25de2c56cac06
@@ -1,3 +1,3 @@
1
1
  module ProtectedForm
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Alexandr Subbotin"]
9
9
  spec.email = ["kelionweb@gmail.com"]
10
10
  spec.summary = %q{Spam protection for rails forms}
11
- spec.description = %q{Simple wrapper for `form_for` with javascript form submission with changing html structure of form.}
11
+ spec.description = %q{Simple anti-spam wrapper for `form_for` with javascript form submission with changing html structure of form.}
12
12
  spec.homepage = "http://github.com/KELiON/protected_form"
13
13
  spec.license = "MIT"
14
14
 
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protected_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandr Subbotin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-12 00:00:00.000000000 Z
11
+ date: 2014-05-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Simple wrapper for `form_for` with javascript form submission with changing
14
- html structure of form.
13
+ description: Simple anti-spam wrapper for `form_for` with javascript form submission
14
+ with changing html structure of form.
15
15
  email:
16
16
  - kelionweb@gmail.com
17
17
  executables: []