recaptcha-mailhide 1.0.0 → 1.0.1

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: 4c98860c5c0ad248c68ae498d7d4d23b0fa65fc4
4
- data.tar.gz: 096afdf3b50cef502af4dc9d33a168ce1bde4118
3
+ metadata.gz: 7ab58d5a66085370e7beefacbed5bdab9b4a0cc7
4
+ data.tar.gz: 2aca6ea76ff8ea0b4843970b3a9bb9464741c945
5
5
  SHA512:
6
- metadata.gz: 696b149f31ca6022ceabe2c2f63316e5bba031be02a075b4bc9d844507695178f04e530e559d734bfa46c3653f969490f0e57149dc2ab03a9f6ca674306d7f6b
7
- data.tar.gz: 56944e0c7996ec8cafa0c83eafd62b97fea0643d254a86ff037bae88d01c6d42eb07f3ae52893132a242f6bba2f2c41e89ff98c1ec6ac121e92005f1473b773c
6
+ metadata.gz: 0a4c6d50fca94d7f358804f4839d99751c76340e10344aa61763086540a099aefb7febf84b9759ef4101825d848bdbc028b07ceb7881c7717d19b5e5fe016abb
7
+ data.tar.gz: 5dabdfb1fd81f241d1a7279dcd86e9ab0be494f6a387dd182e6433a92d5359b136b158ead03293578971c3a9e18c83988deee628ed2e69475dc5a200f7653b6c
data/.gitignore CHANGED
@@ -1,38 +1,9 @@
1
1
  Gemfile.lock
2
-
3
- # rcov generated
2
+ pkg
4
3
  coverage
5
-
6
- # rdoc generated
7
4
  rdoc
8
-
9
- # yard generated
10
5
  doc
11
6
  .yardoc
12
-
13
- # bundler
14
7
  .bundle
15
-
16
- # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore:
17
- #
18
- # * Create a file at ~/.gitignore
19
- # * Include files you want ignored
20
- # * Run: git config --global core.excludesfile ~/.gitignore
21
- #
22
- # After doing this, these files will be ignored in all your git projects,
23
- # saving you from having to 'pollute' every project you touch with them
24
- #
25
- # Not sure what to needs to be ignored for particular editors/OSes? Here's some ideas to get you started. (Remember, remove the leading # of the line)
26
- #
27
- # For MacOS:
28
- #
29
8
  .DS_Store
30
-
31
- # For vim:
32
9
  *.swp
33
-
34
- # For redcar:
35
- .redcar
36
-
37
- # For rubinius:
38
- *.rbc
@@ -1,3 +1,3 @@
1
1
  module RecaptchaMailhide
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recaptcha-mailhide
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Fayolle
@@ -54,7 +54,6 @@ files:
54
54
  - LICENSE.txt
55
55
  - README.rdoc
56
56
  - Rakefile
57
- - VERSION
58
57
  - lib/recaptcha-mailhide.rb
59
58
  - lib/recaptcha_mailhide.rb
60
59
  - lib/recaptcha_mailhide/configuration.rb
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.1.1