tmb 0.0.2 → 0.0.3
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/CHANGELOG +1 -0
- data/Rakefile +4 -3
- data/tmb.gemspec +1 -3
- metadata +4 -4
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
|
@@ -5,9 +5,11 @@ App = "tmb"
|
|
|
5
5
|
|
|
6
6
|
Echoe.new(App) do |p|
|
|
7
7
|
p.name = App
|
|
8
|
-
p.version = "0.0.
|
|
8
|
+
p.version = "0.0.3"
|
|
9
9
|
p.author = "Justin Thibault"
|
|
10
10
|
p.email = "jvthibault@gmail.com"
|
|
11
|
+
p.bin_files = ["tmb"]
|
|
12
|
+
|
|
11
13
|
p.install_message = <<-eos
|
|
12
14
|
|
|
13
15
|
\033[1m#{App}\033[0m is a utility to search for textmate bundles, download and install
|
|
@@ -60,9 +62,8 @@ Echoe.new(App) do |p|
|
|
|
60
62
|
|
|
61
63
|
\033[1m#{App} help\033[0m
|
|
62
64
|
|
|
63
|
-
|
|
64
|
-
|
|
65
65
|
eos
|
|
66
|
+
|
|
66
67
|
p.summary = "#{App} - Textmate bundle utility: A utility to search, install, and uninstall textmate bundles from github"
|
|
67
68
|
p.description = "#{App} provides a command line interface to manage your textmate bundles, allowing" +
|
|
68
69
|
" you to search for new bundles on github, install them, and uninstall existing local bundles."
|
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.
|
|
5
|
+
s.version = "0.0.3"
|
|
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"]
|
|
@@ -65,8 +65,6 @@ Gem::Specification.new do |s|
|
|
|
65
65
|
|
|
66
66
|
[1mtmb help[0m
|
|
67
67
|
|
|
68
|
-
|
|
69
|
-
|
|
70
68
|
}
|
|
71
69
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Tmb", "--main", "README.md"]
|
|
72
70
|
s.require_paths = ["lib"]
|
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: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Thibault
|
|
@@ -42,7 +42,7 @@ has_rdoc: true
|
|
|
42
42
|
homepage: http://tmb.github.com/tmb/
|
|
43
43
|
licenses: []
|
|
44
44
|
|
|
45
|
-
post_install_message: "\n \e[1mtmb\e[0m is a utility to search for textmate bundles, download and install\n them, all via a convenient command line interface, much like rubygems.\n\n\n Usage:\n ======================================\n\n # Search for bundles containing the word 'webrat' in\n # the title, description, or author's name.\n\n \e[1mtmb search webrat\e[0m\n\n\n # Search for bundles containing the word 'rspec' OR\n # 'cucumber' OR 'shoulda' in their title, description,\n # or author's name.\n\n \e[1mtmb search rspec cucumber shoulda\e[0m\n\n\n # Install a bundle containing the word rspec in its\n # search fields. If multiple matches exist, tmb\n # will let you choose which version to install.\n\n \e[1mtmb install rspec\e[0m\n\n\n # List all installed bundles\n\n \e[1mtmb list\e[0m\n\n\n # Uninstall bundle matching 'json'. If you type in a\n # fragment and there are multiple installed bundles that begin\n # with that fragment, tmb will let you choose which version\n # you'd like to destroy\n\n \e[1mtmb uninstall json\e[0m\n\n\n # Tell textmate (if it's open) to reload its bundle information,\n # and update menus & controls accordingly\n\n \e[1mtmb reload\e[0m\n\n\n # Print this help information\n\n \e[1mtmb help\e[0m\n\n
|
|
45
|
+
post_install_message: "\n \e[1mtmb\e[0m is a utility to search for textmate bundles, download and install\n them, all via a convenient command line interface, much like rubygems.\n\n\n Usage:\n ======================================\n\n # Search for bundles containing the word 'webrat' in\n # the title, description, or author's name.\n\n \e[1mtmb search webrat\e[0m\n\n\n # Search for bundles containing the word 'rspec' OR\n # 'cucumber' OR 'shoulda' in their title, description,\n # or author's name.\n\n \e[1mtmb search rspec cucumber shoulda\e[0m\n\n\n # Install a bundle containing the word rspec in its\n # search fields. If multiple matches exist, tmb\n # will let you choose which version to install.\n\n \e[1mtmb install rspec\e[0m\n\n\n # List all installed bundles\n\n \e[1mtmb list\e[0m\n\n\n # Uninstall bundle matching 'json'. If you type in a\n # fragment and there are multiple installed bundles that begin\n # with that fragment, tmb will let you choose which version\n # you'd like to destroy\n\n \e[1mtmb uninstall json\e[0m\n\n\n # Tell textmate (if it's open) to reload its bundle information,\n # and update menus & controls accordingly\n\n \e[1mtmb reload\e[0m\n\n\n # Print this help information\n\n \e[1mtmb help\e[0m\n\n"
|
|
46
46
|
rdoc_options:
|
|
47
47
|
- --line-numbers
|
|
48
48
|
- --inline-source
|