wikian 0.1.10 → 0.1.11
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 +1 -1
- data/lib/wikian/contributions.rb +1 -3
- data/lib/wikian/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a043e93eb44e9e28a9ce90970196b4ba1c3a07ed485969b699afa2cdad61591
|
|
4
|
+
data.tar.gz: a848bf0d381a11fd3836cb4eb1557f2681933e182ea84fc2243f0bead9a0840f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 980ee96658d992854345d9a8e411299d6a427358cac77cf1c16d1010140706e296ba44ebac2c266d7eb12cd29635eed5fdf1ab11a102a61b5e9a1f7e651b1708
|
|
7
|
+
data.tar.gz: 81a4423049990447c690e60b5294fd0566f0d7de631b4f4083ff05ff89fabc20c5912e729e228c692da3764c4425d53cd986d2f157240d16c1df522c8858b737
|
data/Gemfile.lock
CHANGED
data/lib/wikian/contributions.rb
CHANGED
|
@@ -29,11 +29,9 @@ class Wikian
|
|
|
29
29
|
<<~eos
|
|
30
30
|
# for a list of parameters to use here see: https://www.mediawiki.org/wiki/API:Usercontribs
|
|
31
31
|
meta:
|
|
32
|
-
http_method: get
|
|
33
32
|
site: en.wikipedia.org
|
|
34
33
|
headers:
|
|
35
|
-
|
|
36
|
-
user-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
|
|
34
|
+
user-agent: Wikian
|
|
37
35
|
api:
|
|
38
36
|
action:
|
|
39
37
|
- query
|
data/lib/wikian/version.rb
CHANGED