tmb 0.0.81 → 0.0.82
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 +2 -4
- data/CHANGELOG +1 -0
- data/Rakefile +1 -1
- data/lib/tmb/bundles.rb +1 -1
- data/lib/tmb/commands.rb +0 -1
- data/tmb.gemspec +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
]_���1��-,�.��9i���l��������Hj��d��%e,Kq�a�
|
|
1
|
+
w����}��0��d$u?��(��¢�ss�ۡ�I1Y�T�ԯs(H�aM3-�Zuі۳�!��_���
|
|
2
|
+
�Ӓz�ݰ�XV7M��AL�N\>}�����R��A0����iF�~��Y����h^��u��<�d�?$V��^gK�L���
|
|
4
|
-
� �J�ĭ5D����=����_�U)_��ud?-z�Y=��dQs��[p>f���3�JMa�8e�/ c��ѨI���`:nƦ�xKXi�,|=g!%�L
|
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
data/lib/tmb/bundles.rb
CHANGED
|
@@ -24,7 +24,6 @@ module TM
|
|
|
24
24
|
f = File.open(self.class.searchdb_file,File::RDWR|File::CREAT)
|
|
25
25
|
file_contents = f.read
|
|
26
26
|
if new_entries
|
|
27
|
-
|
|
28
27
|
entries = file_contents.length < 2 ? [] : JSON.parse(f.read)
|
|
29
28
|
all_entries = [new_entries, entries].flatten.uniq
|
|
30
29
|
to_file = JSON.generate(all_entries)
|
|
@@ -189,6 +188,7 @@ module TM
|
|
|
189
188
|
end
|
|
190
189
|
|
|
191
190
|
def install(repo)
|
|
191
|
+
search_db unless self.class.searchdb?
|
|
192
192
|
puts repo
|
|
193
193
|
if repo.match(/^(http|git|https):.*\.git$/)
|
|
194
194
|
matching_repo = TM::Bundle.new([], :repo => repo)
|
data/lib/tmb/commands.rb
CHANGED
data/tmb.gemspec
CHANGED
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: 187
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 82
|
|
10
|
+
version: 0.0.82
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Thibault
|
metadata.gz.sig
CHANGED
|
Binary file
|