blogbot 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/blogbot.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45b0e835da301f5cd85e746d9e2d91cb18b4e50d
|
4
|
+
data.tar.gz: 159a51609d6f1fc12655056e5049328114d16e46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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 = '
|
14
|
-
gem.description = '
|
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.
|
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:
|
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:
|
59
|
+
summary: The internet is full of noise. Only read the best.
|
60
60
|
test_files: []
|