tmb 0.0.83 → 0.0.84

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.
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'echoe'
4
4
  #Echoe.new(File.basename(File.dirname(__FILE__)))
5
5
 
6
6
  App = "tmb"
7
- Version = "0.0.83"
7
+ Version = "0.0.84"
8
8
 
9
9
  Echoe.new(App, Version) do |p|
10
10
  p.name = App
data/lib/tmb/commands.rb CHANGED
@@ -63,8 +63,6 @@ module TM
63
63
 
64
64
 
65
65
  eos
66
-
67
-
68
66
  puts explain
69
67
  searcher = TM::Bundles.new
70
68
  search_terms = args[1..-1]
@@ -91,7 +89,7 @@ eos
91
89
  end
92
90
  searcher = TM::Bundles.new
93
91
  search_terms = args[1..-1]
94
- results = searcher.search_local(args[1])
92
+ results = searcher.send(TM::Bundles.searchdb? ? :search_local : :search, args[1])
95
93
  if results.size == 0
96
94
  puts "No matches found"
97
95
  elsif results.size == 1
data/tmb.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tmb}
5
- s.version = "0.0.83"
5
+ s.version = "0.0.84"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Justin Thibault"]
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 185
4
+ hash: 183
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 83
10
- version: 0.0.83
9
+ - 84
10
+ version: 0.0.84
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Thibault
metadata.gz.sig CHANGED
Binary file