wiki_on_this_day 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 844454951715ec45de43b8e4a0977cfbe3b67b32
4
- data.tar.gz: 0eab23e97c0132e1978a92ddcabd3b191afe8128
3
+ metadata.gz: 7de431428f6331991dcb2c182c22bbdb567d3af5
4
+ data.tar.gz: 685a54c8567ed5668ed27c2673c69a0c6577e7a6
5
5
  SHA512:
6
- metadata.gz: d456d4785ed2e1d6fc15001f0a5154ecb7a7d92b14e5a3c8f08497044e250264f2b8b8d3de016375db837dbe0bbf11814ddee0a0183e7d30a08d58cdd462246a
7
- data.tar.gz: 2b7db444a5f406eaa7eb0ee94e9f780014858aedc53eaa87c3d7e5911bc2bce338f765a74f00d4c4176620f1a8f4c9c21c561097107726ea8d56e1d0abd1c345
6
+ metadata.gz: cdcaa683dfa6726ac6b1a342351a27d34d017d2809cc1354bcf210e339a54b4d5aca46811094bb8736f8e67ba1f12c0d9ded893f042d4a56f8d6303b19fb52e0
7
+ data.tar.gz: 2e6381309ab0c52e0512f9733c2551ce82613ef589dac7b82d9a324cf1a392f1ac52db21a2fa57d443db308de75771c8ab429afb609ee29f8a37f8d12dbb643a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wiki_on_this_day (0.1.0)
4
+ wiki_on_this_day (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module WikiOnThisDay
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.version = WikiOnThisDay::VERSION
9
9
  s.date = "2015-12-14"
10
10
  s.summary = "Find out what happened on this day in the past, using Wikipedia!"
11
- s.description = "This gem scrapes the English Wikipedia Homepage (https://en.wikipedia.org/wiki/Main_Page) and obtains the list of significant historical events (and their abstracts) available there. Optionally, users may select one of the historical events and request the text of the linked article."
11
+ s.description = "This gem scrapes the English Wikipedia Homepage (https://en.wikipedia.org/wiki/Main_Page) and obtains the list of significant historical events (and their abstracts) available there. Optionally, users may select one of the historical events and request the text of the first paragraph of the linked article."
12
12
  s.authors = ["Ed Karabinus"]
13
13
  s.email = 'karabinus@uchicago.edu'
14
14
  s.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wiki_on_this_day
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ed Karabinus
@@ -111,7 +111,7 @@ dependencies:
111
111
  description: This gem scrapes the English Wikipedia Homepage (https://en.wikipedia.org/wiki/Main_Page)
112
112
  and obtains the list of significant historical events (and their abstracts) available
113
113
  there. Optionally, users may select one of the historical events and request the
114
- text of the linked article.
114
+ text of the first paragraph of the linked article.
115
115
  email: karabinus@uchicago.edu
116
116
  executables:
117
117
  - wiki_on_this_day