is_bot 0.3.6 → 1.0.0

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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +23 -19
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 849e58586c900fd82b99fb6e23a71864a96705c9
4
+ data.tar.gz: d5364a96402941bd52306e5a97982faa91b1ad01
5
+ SHA512:
6
+ metadata.gz: 8318b8e5cfd3d7db40bb19d40df0c8e50fc6bde28c3222f9c4c853a70ce4524660c3b0105182b36762741d13138ac42d96dc8fcaeeeb9f950cfd195c00b9b1d4
7
+ data.tar.gz: fb9dfff0eb0002959997ba7a08d43a4e7761beec19a241cc6ab438406760e577d36fc0be9ed46fb391bc1964a39207f0abe5c9a13000bac389f7882618019a94
metadata CHANGED
@@ -1,38 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: is_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
5
- prerelease:
4
+ version: 1.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Anuj Dutta
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2011-10-28 00:00:00.000000000Z
11
+ date: 2015-10-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
- requirement: &2162391260 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
- - - =
17
+ - - '='
20
18
  - !ruby/object:Gem::Version
21
19
  version: 3.1.1
22
20
  type: :runtime
23
21
  prerelease: false
24
- version_requirements: *2162391260
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '='
25
+ - !ruby/object:Gem::Version
26
+ version: 3.1.1
25
27
  - !ruby/object:Gem::Dependency
26
28
  name: rspec
27
- requirement: &2162390780 !ruby/object:Gem::Requirement
28
- none: false
29
+ requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
- - - ! '>='
31
+ - - ">="
31
32
  - !ruby/object:Gem::Version
32
33
  version: '0'
33
34
  type: :runtime
34
35
  prerelease: false
35
- version_requirements: *2162390780
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
36
41
  description: Simple gem to reduce the spam attacks on sign-up, sign-in and other similar
37
42
  sorts of forms.
38
43
  email: anuj@andhapp.com
@@ -42,32 +47,31 @@ extra_rdoc_files:
42
47
  - LICENSE
43
48
  - README.markdown
44
49
  files:
45
- - lib/is_bot.rb
46
- - lib/is_bot/is_bot.rb
47
50
  - LICENSE
48
51
  - README.markdown
52
+ - lib/is_bot.rb
53
+ - lib/is_bot/is_bot.rb
49
54
  homepage: http://github.com/andhapp/is_bot
50
55
  licenses: []
56
+ metadata: {}
51
57
  post_install_message:
52
58
  rdoc_options: []
53
59
  require_paths:
54
60
  - lib
55
61
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
62
  requirements:
58
- - - ! '>='
63
+ - - ">="
59
64
  - !ruby/object:Gem::Version
60
65
  version: '0'
61
66
  required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
67
  requirements:
64
- - - ! '>='
68
+ - - ">="
65
69
  - !ruby/object:Gem::Version
66
70
  version: '0'
67
71
  requirements: []
68
72
  rubyforge_project:
69
- rubygems_version: 1.8.11
73
+ rubygems_version: 2.2.2
70
74
  signing_key:
71
- specification_version: 3
75
+ specification_version: 4
72
76
  summary: Fight the bot.
73
77
  test_files: []