tmb 0.0.87 → 0.0.88

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.tar.gz.sig CHANGED
Binary file
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.87"
7
+ Version = "0.0.88"
8
8
 
9
9
  Echoe.new(App, Version) do |p|
10
10
  p.name = App
data/lib/tmb/commands.rb CHANGED
@@ -73,6 +73,7 @@ eos
73
73
  end
74
74
 
75
75
  def self.updatedb(args=nil)
76
+ args ||= ["test"]
76
77
  self.search_remote(args)
77
78
  end
78
79
 
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.87"
5
+ s.version = "0.0.88"
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"]
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: 177
4
+ hash: 175
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 87
10
- version: 0.0.87
9
+ - 88
10
+ version: 0.0.88
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Thibault
metadata.gz.sig CHANGED
Binary file