badabing 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/badabing.rb +5 -1
  3. metadata +6 -7
@@ -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=
@@ -1,5 +1,9 @@
1
1
  class Badabing
2
- def self.here
2
+ def here
3
3
  puts "Tech 49, We're good to go"
4
4
  end
5
5
  end
6
+
7
+ okay = Badabing.new
8
+ p okay.here
9
+
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.1
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: Search API interface for ruby. Web and images
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: 1.8.25
40
+ rubygems_version: 2.0.3
42
41
  signing_key:
43
- specification_version: 3
42
+ specification_version: 4
44
43
  summary: Ruby Bing API
45
44
  test_files: []