searchbing 0.0.5 → 0.0.6

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 (2) hide show
  1. checksums.yaml +8 -8
  2. metadata +3 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmI5NmE2NGYwMzgzNzk5OWQyYjE2OTlhYmQxNjkyY2JjZWQwZDcxYQ==
4
+ OGFkMWUxMGM2NGU1YmMxMmZmMzgyOTVjZjhkNjdjNGUyODA2ZjlmMw==
5
5
  data.tar.gz: !binary |-
6
- OTc3MzRiYmY4MzY4MWQyYjRjOTMzYzI4OTgzYmUyNzEwYWQ4NDA2OQ==
6
+ YWQ3MzlmOWRiNzk3MmY0NjNiZjBiMjZiMGEwYzA4YmE0YTI2ODA3Mg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- Y2Q2MTYzZjIyNmJhYjFiYTg3MDNhYmJkMmIxYjk1NDQwYzExMGE5M2Y3Yjlj
10
- ZjRiMjE1ZTBiOTgzZmM2NjVjY2RlMzllNTdmMThkYWFiNWIwYjY2Y2MzZDNl
11
- NDc4OTAwY2UyYzQ4YjI1NTE3NDRkNmMyZjQ3ZjhmM2I1Y2QwM2Q=
9
+ M2Q3NGQxOTgyZTIyZWZiZGIzNmE0YWM1OTU0YjQwNDkxMTRjOTZkZThiZDhi
10
+ MGRiYjg2NDMxM2QxMjRmMTU5MTliNmIxZDBmZDE1MDg0N2M3ZjFmMDY4MTU3
11
+ ZjNlNjg1YTkyYTExMDYzMzdkMjQzMTA1YmMzNjM4MzRlNzA1MTk=
12
12
  data.tar.gz: !binary |-
13
- MjFlMjI0NDIwNjgyZDc2YWI0MTkyNjMzM2U0YmIwMWJmMTZiZTA4NWI3NmQx
14
- MGE3MWViZDI0NDQ5YjJjYzZmZmNlNWExZjY2MDQyNjdlZjA2MGE0Yzc4MWMy
15
- MjI2NTAwNTlmYjg0YmVlMGU1YTE0ODRlNzU1NjQwZjBiMjNmOWM=
13
+ YzVjMzhlZjk4NWVkM2U4NGU0MTI1MzljYzI3MWMyMGRhMjdiNGU3NGUxZWE1
14
+ M2RlNTdmMDM3NmNlYzU1ZDNmYTU2N2MzZmJmYzc1Zjg0OTJjOWE3ZGQxYjJj
15
+ ZTRjZjFlYTE1YTJiNTY0ZmJhYzk5NDNjNTE1Njg2NjViZTFmOWE=
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: searchbing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Culliton
@@ -10,9 +10,8 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2013-05-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: simply create a new instance of the Bing class, with your account key,
14
- number of results, and search type. Then call the search method on your new object
15
- with a search term
13
+ description: bing search api gem compatible with recent microsoft azure migration.
14
+ Find README.md with example usage at https://github.com/rcullito/searchbing
16
15
  email: rob.culliton@gmail.com
17
16
  executables: []
18
17
  extensions: []