driller 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTk5MWY5OWY0MjU2OTM3MTYyYjhkM2U1ZDc0Y2IzNjVmZjJiOTc3MQ==
4
+ NzBmNzI3ZjA1ZTYwODkzM2Q3MWExOGZhOGY4NzRmY2I3ZWQzYjg4Nw==
5
5
  data.tar.gz: !binary |-
6
- Yjg2ODI0ZDNjNTg1MjUyMTJhMTgxN2Q2NDJlNzA2YWMwYmE1Zjc3NA==
6
+ MmY0NmU2ZmM5NzRjNjY2MmFhYWNkNWQxMWM2YTAzMGMzMjI1MjU5Yg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzJmYTE3ZTkyNWM1ZjY0MTI5YTJkYzNkZWRhYjI0YTBiMmZlYzUxNGNmZjFj
10
- ZDdjYzAzNjUzNjVlNGVlN2E5NzhkMzhmYjRhOTFjZDBjMWFkMzMwZWQ1NWY3
11
- YjFkZDgwNWZmZjNjMTI0N2MxYjUzYzVmMGNjZTU0OGJjNzY2YTQ=
9
+ ZTQ1NmNkYjE3YjBkNDA4OTQ1ZTMzMTAyYzAzNTE2OGE1ZWExYTY4MzI0NDFk
10
+ Njg2OGM4MjhiNDZkMGU3OGExMjU4NTQwOWI0ZWY4MDZiY2U2OWNmMzEzNTlm
11
+ MzAxZTM5MzI1ZTc3ZjY5ZjA0ZjkzMGUxZDQxNGVjYjY3MTJhM2I=
12
12
  data.tar.gz: !binary |-
13
- N2ZlODY2OTg4ZWU1ZGY1ZjU1ZjM5NjZlNDQxOTQwZWYyOWM4NjFhZmY4YTdh
14
- ZWYzOWQ0YWQ4YTkwYzE1ZGIxZjVjNWU4ZDU1YzRiNGFhZjU0NGQ2Mzg2M2Nk
15
- MzU1ZTMwYmFiZDVlMmE0MTFkYTczNDhlNGI3NzNmNTBjMGEwZTg=
13
+ YmI0OTcyYTBkNjBmYjIwODIyZGEyYTQxODQyYTRhMGMyNzI3MTZhMDdmMjU2
14
+ YzA3ZGUwODhjYjdiMDQyNzVmNTFlYWI1NTNiNjJlZTZlZGQ1NWY5MDQ3MzJl
15
+ ZDZlYjk0MmRjODlhM2QzOWVjNTE3MDFiNzI4ZjllNzY0NDBiYzc=
data/driller.gemspec CHANGED
@@ -18,7 +18,9 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_development_dependency "bundler", "~> 1.7"
22
- spec.add_development_dependency "rake", "~> 10.0"
23
- spec.add_development_dependency "anemone", "~> 0.7.2"
21
+ spec.required_ruby_version = '>= 1.9.3'
22
+
23
+ spec.add_runtime_dependency "bundler", "~> 1.7"
24
+ spec.add_runtime_dependency "rake", "~> 10.0"
25
+ spec.add_runtime_dependency "anemone"
24
26
  end
@@ -1,3 +1,3 @@
1
1
  module Driller
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: driller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shashikant86
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-11 00:00:00.000000000 Z
11
+ date: 2015-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.7'
20
- type: :development
20
+ type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
@@ -31,7 +31,7 @@ dependencies:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '10.0'
34
- type: :development
34
+ type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: anemone
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.7.2
48
- type: :development
47
+ version: '0'
48
+ type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.7.2
54
+ version: '0'
55
55
  description: Driller is a command line Ruby based web crawler based on Anemone. Driller
56
56
  can crawl website and reports error pages which are not 200 or 301.
57
57
  email:
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ! '>='
85
85
  - !ruby/object:Gem::Version
86
- version: '0'
86
+ version: 1.9.3
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ! '>='