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 +1 -1
- data/lib/tmb/commands.rb +1 -3
- data/tmb.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
data/Rakefile
CHANGED
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
|
|
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
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:
|
|
4
|
+
hash: 183
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 84
|
|
10
|
+
version: 0.0.84
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Thibault
|
metadata.gz.sig
CHANGED
|
Binary file
|