awesome_bot 1.3.2 → 1.3.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +13 -1
- data/awesome_bot.gemspec +0 -1
- data/lib/awesome_bot/version.rb +1 -1
- metadata +2 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f4eaebd0ceb7d910abbfcc44a70d69e31490ca9
|
|
4
|
+
data.tar.gz: 5b4e45aa0a884b43cf75f0ee173a0e90cc6db5b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea6709ee56f65e61e8e15f3151c1301be3a19157c91d76e600dc25343c85adcda8153e14963bf873521be1ac4cb2a2392fd38828e408b4c352ccbadf5cacde64
|
|
7
|
+
data.tar.gz: 743870bb7619c31f7615717c89d5b7b9c5345a020748f8ba742ed04a74a5da92356acd0af952a368ed9917ae09ee281e88ed155741118c2d60d7b7a11ffd3f65
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -132,13 +132,25 @@ script:
|
|
|
132
132
|
|
|
133
133
|
`awesome_bot` is used by the following projects:
|
|
134
134
|
|
|
135
|
+
- https://github.com/vinta/awesome-python
|
|
135
136
|
- https://github.com/prakhar1989/awesome-courses
|
|
137
|
+
- https://github.com/vsouza/awesome-ios
|
|
136
138
|
- https://github.com/matteocrippa/awesome-swift
|
|
137
139
|
- https://github.com/iCHAIT/awesome-osx
|
|
138
|
-
- https://github.com/vsouza/awesome-ios
|
|
139
140
|
- https://github.com/ellisonleao/magictools
|
|
141
|
+
- https://github.com/chentsulin/awesome-graphql
|
|
142
|
+
- https://github.com/RichardLitt/awesome-conferences
|
|
143
|
+
- https://github.com/stefanbuck/awesome-browser-extensions-for-github
|
|
144
|
+
- https://github.com/afonsopacifer/awesome-flexbox
|
|
145
|
+
- https://github.com/HQarroum/awesome-iot
|
|
146
|
+
- https://github.com/ipfs/awesome-ipfs
|
|
140
147
|
- https://github.com/christian-bromann/awesome-selenium
|
|
148
|
+
- https://github.com/ramitsurana/awesome-kubernetes
|
|
149
|
+
- https://github.com/vinkla/awesome-fuse
|
|
150
|
+
- https://github.com/wfhio/awesome-job-boards
|
|
141
151
|
- https://github.com/sotayamashita/awesome-css
|
|
152
|
+
- https://github.com/MakinGiants/awesome-mobile-dev
|
|
153
|
+
- https://github.com/unixorn/awesome-zsh-plugins
|
|
142
154
|
|
|
143
155
|
## Credits
|
|
144
156
|
|
data/awesome_bot.gemspec
CHANGED
|
@@ -22,7 +22,6 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
spec.required_ruby_version = '>= 2.0.0'
|
|
23
23
|
|
|
24
24
|
spec.add_runtime_dependency 'faraday', '~> 0.9.2' # validate urls
|
|
25
|
-
spec.add_runtime_dependency 'uri', '~> 4.4.29' # get urls
|
|
26
25
|
spec.add_runtime_dependency 'parallel', '~> 1.6.1' # threading
|
|
27
26
|
|
|
28
27
|
spec.add_development_dependency 'bundler', '~> 1.7' # travis version
|
data/lib/awesome_bot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: awesome_bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Khamsing
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -24,20 +24,6 @@ dependencies:
|
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 0.9.2
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: uri
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - ~>
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: 4.4.29
|
|
34
|
-
type: :runtime
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - ~>
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: 4.4.29
|
|
41
27
|
- !ruby/object:Gem::Dependency
|
|
42
28
|
name: parallel
|
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|