infoboxer 0.2.4 → 0.2.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 +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/infoboxer/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3acd8fcd261fbe66bdb6bef0176276be7fb7807d
|
|
4
|
+
data.tar.gz: 9e6eb83ff290813d614062a4e45349da5f4168fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2689ed0ac5eb1d0982ea44854e2ad0e2a8221b9eafb4178d50ed153312cf241ad78cbc62679f471a6e8d6bd6b4aeefb83470f31094cc49899e2d84e6e67ec0a9
|
|
7
|
+
data.tar.gz: 72cbdacc7d85448e7b10965c35211859a25e0650483d1ec11234c47d39f54d18302c4c7ecef20427b204eccf898f42ea189b3ff7ceb819b65825e061965e6df5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Infoboxer's change log
|
|
2
2
|
|
|
3
|
+
## 0.2.5 (2016-06-27)
|
|
4
|
+
|
|
5
|
+
* Fix of `<math>` tags parsing (#66)
|
|
6
|
+
|
|
3
7
|
## 0.2.4 (2016-04-16)
|
|
4
8
|
|
|
5
9
|
* `MediaWiki#get_h` works correctly with several synonymous pages now;
|
|
@@ -44,7 +48,7 @@ Fixes:
|
|
|
44
48
|
50 in previous versions);
|
|
45
49
|
* `bin/infoboxer` console added for quick experimenting;
|
|
46
50
|
* `Template#to_h` added for quick information extraction;
|
|
47
|
-
* many small bugfixes and enchancements.
|
|
51
|
+
* many small bugfixes and enchancements.
|
|
48
52
|
|
|
49
53
|
## 0.1.2.1 (2015-12-04)
|
|
50
54
|
|
data/lib/infoboxer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: infoboxer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor Shepelev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: htmlentities
|
|
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
193
193
|
version: '0'
|
|
194
194
|
requirements: []
|
|
195
195
|
rubyforge_project:
|
|
196
|
-
rubygems_version: 2.4.
|
|
196
|
+
rubygems_version: 2.4.8
|
|
197
197
|
signing_key:
|
|
198
198
|
specification_version: 4
|
|
199
199
|
summary: MediaWiki client and parser, targeting information extraction.
|