awesome_bot 1.3.2 → 1.3.3

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: 1cbd86d2c0e280ee5f8188a55bbe13e4f080e6be
4
- data.tar.gz: 53f41446728e187572b7d3db5e251c72578292a4
3
+ metadata.gz: 8f4eaebd0ceb7d910abbfcc44a70d69e31490ca9
4
+ data.tar.gz: 5b4e45aa0a884b43cf75f0ee173a0e90cc6db5b6
5
5
  SHA512:
6
- metadata.gz: 224ec2c045346aaa2aa65b8136fc4a6e46da0d79f12a30a6661e2ba26b598576baf75baea0c9c4acced34b050658ca3b3d22912ddb7902c50c9f58924089c152
7
- data.tar.gz: 458b5859139743fb6b703e7e4ce2dade832689a8e175529ee094caea1c71be3eeb05f151428ba4f3974d20ae15c1a9b015370c30ce577a205e98877f35fc2c4d
6
+ metadata.gz: ea6709ee56f65e61e8e15f3151c1301be3a19157c91d76e600dc25343c85adcda8153e14963bf873521be1ac4cb2a2392fd38828e408b4c352ccbadf5cacde64
7
+ data.tar.gz: 743870bb7619c31f7615717c89d5b7b9c5345a020748f8ba742ed04a74a5da92356acd0af952a368ed9917ae09ee281e88ed155741118c2d60d7b7a11ffd3f65
data/CHANGELOG.md CHANGED
@@ -46,6 +46,10 @@
46
46
 
47
47
  - [fix] another error with ')' in link parsing, reported by [Julien Bisconti](https://github.com/veggiemonk)
48
48
 
49
+ # 1.3.3
50
+
51
+ - [gemspec] remove uri dependency
52
+
49
53
  ## Contact
50
54
 
51
55
  - [github.com/dkhamsing](https://github.com/dkhamsing)
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
@@ -5,5 +5,5 @@ module AwesomeBot
5
5
  'Great for "awesome" projects.'
6
6
  PROJECT_URL = 'https://github.com/dkhamsing/awesome_bot'
7
7
 
8
- VERSION = '1.3.2'
8
+ VERSION = '1.3.3'
9
9
  end
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.2
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-19 00:00:00.000000000 Z
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