voight_kampff 0.1.1 → 0.1.2

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. data/lib/voight_kampff/version.rb +1 -1
  2. metadata +32 -41
@@ -1,5 +1,5 @@
1
1
  module VoightKampff
2
2
 
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,32 +1,34 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: voight_kampff
3
- version: !ruby/object:Gem::Version
4
- hash: 25
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 1
9
- - 1
10
- version: 0.1.1
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Adam Crownoble
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2011-05-16 00:00:00 Z
19
- dependencies: []
20
-
21
- description: Voight-Kampff is a Ruby gem that detects bots, spiders, crawlers and replicants
12
+ date: 2011-08-23 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: httpclient
16
+ requirement: &78373260 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>'
20
+ - !ruby/object:Gem::Version
21
+ version: 2.1.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *78373260
25
+ description: Voight-Kampff is a Ruby gem that detects bots, spiders, crawlers and
26
+ replicants
22
27
  email: adam@obledesign.com
23
28
  executables: []
24
-
25
29
  extensions: []
26
-
27
30
  extra_rdoc_files: []
28
-
29
- files:
31
+ files:
30
32
  - config/user_agents.yml
31
33
  - config/initializers/extend_action_dispatch_requset.rb
32
34
  - lib/voight_kampff.rb
@@ -37,37 +39,26 @@ files:
37
39
  - lib/tasks/voight_kampff.rake
38
40
  homepage: https://github.com/adamcrown/Voight-Kampff
39
41
  licenses: []
40
-
41
42
  post_install_message:
42
43
  rdoc_options: []
43
-
44
- require_paths:
44
+ require_paths:
45
45
  - lib
46
- required_ruby_version: !ruby/object:Gem::Requirement
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
47
  none: false
48
- requirements:
49
- - - ">="
50
- - !ruby/object:Gem::Version
51
- hash: 3
52
- segments:
53
- - 0
54
- version: "0"
55
- required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ! '>='
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
53
  none: false
57
- requirements:
58
- - - ">="
59
- - !ruby/object:Gem::Version
60
- hash: 3
61
- segments:
62
- - 0
63
- version: "0"
54
+ requirements:
55
+ - - ! '>='
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
64
58
  requirements: []
65
-
66
59
  rubyforge_project:
67
- rubygems_version: 1.7.2
60
+ rubygems_version: 1.8.7
68
61
  signing_key:
69
62
  specification_version: 3
70
63
  summary: Voight-Kampff bot detection
71
64
  test_files: []
72
-
73
- has_rdoc: