wikipedia_parser 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 +15 -0
  2. metadata +88 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OGY2MmRmMTY2ZTQ0ZjE2OWM1MTc2ZjQyZTgzYTE1MTc5YjQwOTkyOQ==
5
+ data.tar.gz: !binary |-
6
+ NTFkN2U0ODYxMjJmY2NmZTRmZjRiYzcyMTg4YzVlMWQwYzA4OWUxZA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ YjU3MWZhNmNiMTllNzI5Mjc3NmEwMjYzOTc0YjM0YTc4MGVjNjcxY2YxNmI1
10
+ YzM0MzEyNTAzNzhmYTI5YTU2MzkzZTQyNDhkMjI2MmJmZWFjNzViNzM4YjE5
11
+ Njk2YjI0NjZmYzg0ZjgxNjAxNWY4NzhmMzBkYmY4MzAyNzVlN2M=
12
+ data.tar.gz: !binary |-
13
+ MDI0NDcxZTFjYzk3NWZhYzEyNmI2OGJkZWIzOTZhYjk1M2ZjMTQzM2FkYTA1
14
+ ODQ5NWFhOTJiNjVlZTg3MWEwOTViM2RlNWUyZDhkZjBiMWUyMWZhY2JmMTcw
15
+ MzkwYzdjYjg3NjA0ZjQ5Yjk3ODlkMjFjMmRiYzJjMTAxYjkzYzM=
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wikipedia_parser
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Jonathan Raiman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-11-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: nokogiri
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: Parse Wikipedia dumps in compressed on uncompressed form, extract links,
56
+ and page types.
57
+ email: jraiman@mit.edu
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files: []
62
+ homepage: http://github.org/JonathanRaiman/wikipedia_parser
63
+ licenses:
64
+ - MIT
65
+ metadata: {}
66
+ post_install_message:
67
+ rdoc_options: []
68
+ require_paths:
69
+ - lib
70
+ required_ruby_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ! '>='
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ! '>='
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ requirements:
81
+ - nokogiri
82
+ rubyforge_project:
83
+ rubygems_version: 2.1.10
84
+ signing_key:
85
+ specification_version: 4
86
+ summary: Parse Wikipedia dumps, extract links, and page types.
87
+ test_files: []
88
+ has_rdoc: yard