raclette 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +51 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: b9c1a594ab53cd3975abbf220e64ba880feae353
|
4
|
+
data.tar.gz: fbf17c5174187aa59ffe551279f832a8da308a87
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0fda25d6b735758f80348ea921de0ecd897bc45869aab8a2a5ae263c542b26eb196100a789c56043b5dd19c4803efc12c479425c818068c25fdbab0c83f473d3
|
7
|
+
data.tar.gz: e11e46de230ef0f18ba5492f4c27feba149166aeb635ad448027107fc01147d865758c239ae3983b973dd05a06f042fc4ebd222133cd06a9dfc1b624c9af7ced
|
metadata
ADDED
@@ -0,0 +1,51 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: raclette
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Thomas 'mackwic' Wickham <mackwic@gmail.com
|
8
|
+
- Matthieu 'jerska' Dumont <jerska@live.fr>
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2013-12-15 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
14
|
+
description: |2
|
15
|
+
|
16
|
+
Raclette is a fully featured scraping framework.
|
17
|
+
It provides out of the box massive parrallelisation of requests, proxy support,
|
18
|
+
bot hidding, rake tasks generation, and many other features.
|
19
|
+
|
20
|
+
Raclette enable you to build a complete, robust, parrallel, site scraper in 20
|
21
|
+
lines or less. Isn't that awesome ?
|
22
|
+
email: mackwic+raclette@gmail.com
|
23
|
+
executables: []
|
24
|
+
extensions: []
|
25
|
+
extra_rdoc_files: []
|
26
|
+
files: []
|
27
|
+
homepage: https://github.com/mackwic/raclette
|
28
|
+
licenses:
|
29
|
+
- GPLv3
|
30
|
+
metadata: {}
|
31
|
+
post_install_message:
|
32
|
+
rdoc_options: []
|
33
|
+
require_paths:
|
34
|
+
- lib
|
35
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - '>='
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
41
|
+
requirements:
|
42
|
+
- - '>='
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
version: '0'
|
45
|
+
requirements: []
|
46
|
+
rubyforge_project:
|
47
|
+
rubygems_version: 2.0.3
|
48
|
+
signing_key:
|
49
|
+
specification_version: 4
|
50
|
+
summary: A complete scraping framework
|
51
|
+
test_files: []
|