badabing 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/lib/badabing.rb +5 -1
- metadata +6 -7
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MmM2ZDE2ODI2MThkN2NkZjM3NGExZDMzNDY4MDVhZjYyNzU1NjY3NQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MmU2OTZlZDM5YTQ2MDRiNTAyNjc0MTA2N2MxNWNjOGEwYjIwZjI1MA==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
YTU2NjQ2M2UyZjI1YjJkMzllYWM4MTlhYjE4MzE0YzYwZWJhZTliNzBhMjBi
|
10
|
+
ODlhNDc2NjEwMTc2NWQ0NTllOThkMDExZmZjZmE3ZWM0YjVmYTZmYWQwYzRj
|
11
|
+
N2U2NWU4YTM4OGVjYzM1ZTJlMzYxYzViYzljMGMxNGYyYjM2YWE=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
YmJiY2ExYzI3YTc5NDg5Njk2MmFkMTM0ODI0NDE4MjRhMDY3NTg4MGQ3OGM4
|
14
|
+
ZWMyOThjMGY2OGE4ZGJhYTJlYjgwZTg5M2YxNjg4NTAwMDY4OWZlMjc3NzJk
|
15
|
+
MzhmMDAxZDcwMDRjOGNmNWY0YjYzZTgzNWMyMDNkNDhjZjM1YWI=
|
data/lib/badabing.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: badabing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Rob Culliton
|
@@ -11,7 +10,8 @@ bindir: bin
|
|
11
10
|
cert_chain: []
|
12
11
|
date: 2013-05-07 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
|
-
description:
|
13
|
+
description: this project has been moved to the searchbing gem, a working copy can
|
14
|
+
be found at http://rubygems.org/gems/searchbing, documenation can be found at https://github.com/rcullito/searchbing
|
15
15
|
email: rob.culliton@gmail.com
|
16
16
|
executables: []
|
17
17
|
extensions: []
|
@@ -20,26 +20,25 @@ files:
|
|
20
20
|
- lib/badabing.rb
|
21
21
|
homepage: http://rubygems.org/gems/badabing
|
22
22
|
licenses: []
|
23
|
+
metadata: {}
|
23
24
|
post_install_message:
|
24
25
|
rdoc_options: []
|
25
26
|
require_paths:
|
26
27
|
- lib
|
27
28
|
required_ruby_version: !ruby/object:Gem::Requirement
|
28
|
-
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: '0'
|
33
33
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
-
none: false
|
35
34
|
requirements:
|
36
35
|
- - ! '>='
|
37
36
|
- !ruby/object:Gem::Version
|
38
37
|
version: '0'
|
39
38
|
requirements: []
|
40
39
|
rubyforge_project:
|
41
|
-
rubygems_version:
|
40
|
+
rubygems_version: 2.0.3
|
42
41
|
signing_key:
|
43
|
-
specification_version:
|
42
|
+
specification_version: 4
|
44
43
|
summary: Ruby Bing API
|
45
44
|
test_files: []
|