blogbot 0.0.0 → 0.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/blogbot.gemspec +3 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc9f053b3a4225f4ce588d59d4e9850df086599d
4
- data.tar.gz: 6df54929666312bb160366e24719d80f59726d2e
3
+ metadata.gz: 45b0e835da301f5cd85e746d9e2d91cb18b4e50d
4
+ data.tar.gz: 159a51609d6f1fc12655056e5049328114d16e46
5
5
  SHA512:
6
- metadata.gz: dbe91b12f4edd95ef9fba8d6f5d04f029bc03fb194419e2d542389bda09a922f4761ccad57b928f8ebce218e556739cfaa5092cf8113dcc9e260a94968ee6fb1
7
- data.tar.gz: 92c202b4633b24e13616491dffa717c2b2f0d2aa4d21255694859a65a4e0a1fde7dc0993b2e34fb89d73b585edf9d7ecc5df1c90101c3536b018ee91d813fd5e
6
+ metadata.gz: 0984803bfe1b234f7ea66c80406636b07b8e9031172993fb13d47799e097c4286721afdd8467eaec391c43eecbcced987d784185606b1857c2e7d327683479f9
7
+ data.tar.gz: 9609c4fde40bebb62a82232e8665abaa163a83ab36efe84b1182316d887b4ac9b0595f3eb3706664a22910611508e63a55e78b81490b9a283110d2b624f1e6a2
data/blogbot.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'blogbot'
5
- gem.version = '0.0.0'
5
+ gem.version = '0.0.1'
6
6
  gem.date = '2015-09-22'
7
7
  gem.platform = Gem::Platform::RUBY
8
8
  gem.required_ruby_version = '>= 1.8'
@@ -10,8 +10,8 @@ Gem::Specification.new do |gem|
10
10
  gem.files = `git ls-files`.split("\n")
11
11
  gem.test_files = `git ls-files -- test/*`.split("\n")
12
12
 
13
- gem.summary = 'Bot that crawls the most popular articles from websites. '
14
- gem.description = 'The internet is full of noise. Only read the best.'
13
+ gem.summary = 'The internet is full of noise. Only read the best.'
14
+ gem.description = 'Bot that crawls the most popular articles from websites. '
15
15
  gem.authors = ['John Mason']
16
16
  gem.email = 'mace2345@gmail.com'
17
17
  gem.homepage = 'https://github.com/m8ss/amazon-search'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blogbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Mason
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.7'
27
- description: The internet is full of noise. Only read the best.
27
+ description: 'Bot that crawls the most popular articles from websites. '
28
28
  email: mace2345@gmail.com
29
29
  executables: []
30
30
  extensions: []
@@ -56,5 +56,5 @@ rubyforge_project:
56
56
  rubygems_version: 2.4.6
57
57
  signing_key:
58
58
  specification_version: 4
59
- summary: Bot that crawls the most popular articles from websites.
59
+ summary: The internet is full of noise. Only read the best.
60
60
  test_files: []