wikian 0.1.8 → 0.1.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87a4af9592758ef39b75a05614ac443ba2fed75a618ae07cd684f0752ee4f617
4
- data.tar.gz: 6b0c11ebc5322d0617b8be7fbda496375da3550184a23fedcaae54ae386d7a42
3
+ metadata.gz: 9c4f98b37baede27b1b4fbdddf337011f5b88de76cb84d9d6cccdbefb680f77f
4
+ data.tar.gz: 37c9ba12fc7dbcf9e5be14be87839ab88a22142b1249df3780fd325173c745ae
5
5
  SHA512:
6
- metadata.gz: ecb8533aa37113d4649c0d5f3000932682dcc0fa0dee25b72ee81e4d193da0197a981d53d35a5372f869c918b4eb5d017382a27c169c70ff465e334a271bda79
7
- data.tar.gz: 8f07fa08ffe918b7bea4fa032552c27b340bf80e03414022b67f1f8b684a0f71645d8d7530353757a01e55a2c2f2170dd6a2aacc4e22af8886315675d42fc7d5
6
+ metadata.gz: 1d6270dac039bed670b05acfc0f4015435df75ca7b3436ccd49e3d8272135fa192f0759bbc1ee8f59eaee6efd1bd7d4fea6d76f664e9b8e5ea36d721a601b58f
7
+ data.tar.gz: 527e8c9f88925db6cd9bfa889165ef1043ce8d6c2e029249d1b1edbaae62f896ce34a5f82efd0500ee1d0441639d98a65964a16f85b891b8168ba026da227bd1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wikian (0.1.8)
4
+ wikian (0.1.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  class Wikian
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["sergioro"]
7
7
  spec.email = ["yo@sergioro.com"]
8
8
 
9
- spec.summary = %q{Get and edit wikipedia articles}
10
- spec.description = %q{Get and edit wikipedia articles}
9
+ spec.summary = %q{Get and update Wikipedia articles}
10
+ spec.description = %q{Get and update Wikipedia articles}
11
11
  spec.homepage = "https://sergioro.mx/posts/wikian"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wikian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - sergioro
@@ -10,7 +10,7 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-09-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Get and edit wikipedia articles
13
+ description: Get and update Wikipedia articles
14
14
  email:
15
15
  - yo@sergioro.com
16
16
  executables:
@@ -62,5 +62,5 @@ requirements: []
62
62
  rubygems_version: 3.1.4
63
63
  signing_key:
64
64
  specification_version: 4
65
- summary: Get and edit wikipedia articles
65
+ summary: Get and update Wikipedia articles
66
66
  test_files: []