wikipedia-client 1.6.2 → 1.6.3
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/Gemfile.lock +2 -2
- data/README.textile +1 -1
- data/lib/wikipedia/page.rb +1 -1
- data/lib/wikipedia/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc643a753689499852495f809ef17e63ecdc968b
|
|
4
|
+
data.tar.gz: 5c6271d1b84337745ffa2379e375adb1d55e5f82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 162151de9346486e71d8c2e531141a5cb13b8efab0813681f673f0b3024145ece60d53470936a9e93d079988831f92918b8197f92a3d7c7ade7bf6cacaf55c50
|
|
7
|
+
data.tar.gz: 38482ca139a614462b2b55cff1e9bb69e17a4ba45cc0befb9ffd5171eb5ab20b2966d9e40a77cf2b2bdd290c4e48f3914e48a32c142497747d6b98ff17341244
|
data/Gemfile.lock
CHANGED
data/README.textile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
h1. Wikipedia
|
|
2
2
|
|
|
3
|
-
!https://travis-ci.org/kenpratt/wikipedia-client.svg?branch=master!:https://travis-ci.org/kenpratt/wikipedia-client
|
|
3
|
+
!https://badge.fury.io/rb/wikipedia-client.svg!:https://badge.fury.io/rb/wikipedia-client !https://travis-ci.org/kenpratt/wikipedia-client.svg?branch=master!:https://travis-ci.org/kenpratt/wikipedia-client
|
|
4
4
|
|
|
5
5
|
Allows you to get wikipedia content through their API. This uses the
|
|
6
6
|
alpha API, not the deprecated query.php API type
|
data/lib/wikipedia/page.rb
CHANGED
data/lib/wikipedia/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wikipedia-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cyril David
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2016-
|
|
16
|
+
date: 2016-10-08 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: rake
|