Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Bump version to 0.9.2, and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cypher committed May 27, 2008
1 parent 0bba13b commit a6802a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ List all of the bundles that are installed on the local system.
`textmate install NAME [SOURCE]`
-----------------------

Installs a bundle from the remote repository. SOURCE filters known remote bundle locations.
Installs a bundle from the remote repository. SOURCE filters known remote bundle locations.

Available remote bundle locations are:
Macromates Trunk
Macromates Review
GitHub

`textmate uninstall NAME`
-------------------------
Expand Down
4 changes: 2 additions & 2 deletions textmate.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{textmate}
s.version = "0.9.1"
s.version = "0.9.2"

s.specification_version = 2 if s.respond_to? :specification_version=

Expand All @@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.1.1}
s.summary = %q{Command-line textmate package manager}

s.add_dependency(%q<thor>, [">= 0.9.1"])
s.add_dependency(%q<thor>, [">= 0.9.2"])
end

0 comments on commit a6802a2

Please sign in to comment.