ruboty-wikipedia 0.1.2 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2716bb5bfb61402aeb743fb8903ffde1d18e9c5
4
- data.tar.gz: 6880aec850cda0320ef655d440a1194ffd8bfaf9
3
+ metadata.gz: '08c34a5b30b8add862403690cb0db69c588ab499'
4
+ data.tar.gz: f50b200b5e045c2659254ee77306447cb31ddb92
5
5
  SHA512:
6
- metadata.gz: 14086c70b6cea9ef1f9f4c0be5521bbeefa383d0844c3603fe67d8431d9ec424af6cb013ab8218d8f69c56458241b356a5ba1bbb9d145cc30bcab8fb445427ff
7
- data.tar.gz: 704bc65486ae2f8ae0d4cff880f19173b9a5ff0934f62059d1d6820366fbebfc6a5519c9ed59ca075213518b2533e9b0577f2b41759d1f9369045e9673a46c6e
6
+ metadata.gz: a1a769c0a3e86c51f11da98d128fad88445717a422697f70bed188b09ad98fdfec3d8b8ad713c768a2c94eab84f493357384d2502759f6d964eb638fbf30cebc
7
+ data.tar.gz: 601bd7450228e6501702a4ed38072dbd52636575d1ca361695fd408af2a9380f51538b560d36f5e964873c1732089dd683428389bd3d5d1efc44c424658c2794
data/README.md CHANGED
@@ -33,7 +33,7 @@ $ gem install ruboty-wikipedia
33
33
 
34
34
  ```
35
35
  WIKIPEDIA_DOMAIN - Wikipedia domain (default: en.wikipedia.org)
36
- WIKIPEDIA_MESSAGE_WHEN_NOT_FOUND - Message when no article was found (default: No articles found.)
36
+ WIKIPEDIA_MESSAGE_WHEN_NOT_FOUND - Message when not found (default: No articles found.)
37
37
  ```
38
38
 
39
39
  ## Contributing
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Wikipedia
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-wikipedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGAWA Takao