ruboty-google_image 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed6973ac9a39495dfebcb57abedb2018ce870085
4
- data.tar.gz: f3ffea6d9ed22d16b76b5e6ebb5f8e273d253834
3
+ metadata.gz: e1fd1457729d2cb64638586fdf543a9a180dccc0
4
+ data.tar.gz: 79bf2cb55300c6f367acb3d4684b07fb76071b2f
5
5
  SHA512:
6
- metadata.gz: 21057cc67f83cf3a28f21c3a824f1a7c283e3848c4d3bce07e604d6af65341aac4625099bed6ebf4b1508bb5ddefecc60eff8fe578fb076102fbcf65ad01bedc
7
- data.tar.gz: 3fc5384f046a5ec08b98232b2aa21c435de3f9267264f9a90dc78c8a17006d427a2db70ec92ca0c86c04684356b2be8073eb40988019014449a71a2cc1a21d49
6
+ metadata.gz: 2d1c0c61be1efd24e92a40753ec3cb4a0fab7a1931f5238405413ea4aa352d9c1408ab9489a8f5fc3e1042a6647848ad8ff003425fab7c9ec12ead469e20fc4c
7
+ data.tar.gz: d1f9cef1c7d76d851256356f221730e20df99f64f7ebc54a9c1f703ce44b037c7d4d3abaaa87691882ee3e1012fd06c70a0b7d93814dc79ba684719487ca871e
@@ -1,3 +1,6 @@
1
+ ## 0.1.1
2
+ * Suppress warning by wrong usage of Faraday gem
3
+
1
4
  ## 0.1.0
2
5
  * Use Google Custom Search API instead of Google Image Search API
3
6
 
@@ -59,8 +59,8 @@ module Ruboty
59
59
 
60
60
  def connection
61
61
  Faraday.new do |connection|
62
- connection.adapter :net_http
63
62
  connection.response :json
63
+ connection.adapter :net_http
64
64
  end
65
65
  end
66
66
  end
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module GoogleImage
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-google_image
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
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-08 00:00:00.000000000 Z
11
+ date: 2018-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruboty
@@ -133,9 +133,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  requirements: []
135
135
  rubyforge_project:
136
- rubygems_version: 2.4.5
136
+ rubygems_version: 2.6.11
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: An ruboty handler to search images from Google.
140
140
  test_files: []
141
- has_rdoc: