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 +4 -4
- data/.gitignore +1 -30
- data/lib/recaptcha_mailhide/version.rb +1 -1
- metadata +1 -2
- data/VERSION +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ab58d5a66085370e7beefacbed5bdab9b4a0cc7
|
4
|
+
data.tar.gz: 2aca6ea76ff8ea0b4843970b3a9bb9464741c945
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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
|