Skip to content

Commit

Permalink
Corrected capitalization of TextMate, other minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ingo committed Oct 20, 2010
1 parent 8ed0228 commit c937765
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ A quick and dirty bundle to make it easier to update your other bundles. Ported

## Authors

* Textmate Contributors
* TextMate Contributors
* Modifications by Aptana

## License

This bundle is licensed under the Textmate license, available here:
This bundle is licensed under the TextMate license, available here:

* [Textmate license](http://svn.textmate.org/trunk/LICENSE)
* [TextMate license](http://svn.textmate.org/trunk/LICENSE)

## Other Stuff
## Bugs/Requests

* You can [report a bug or request a feature here](http://github.com/aptana/bundle-dev.ruble/issues)
4 changes: 2 additions & 2 deletions bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

bundle do |bundle|
bundle.author = "Christopher Williams, Andrew Shebanow"
bundle.copyright = "© Copyright 2010 Aptana Inc. Distributed under the MIT license."
bundle.copyright = " Copyright 2010 Aptana Inc. Distributed under the MIT license."
bundle.display_name = 'Bundle Development'
bundle.description = "A quick and dirty bundle to make it easier to update your other bundles."
bundle.repository = "git://github.com/aptana/bundle-dev.ruble.git"
Expand All @@ -17,7 +17,7 @@
menu.separator
menu.command "Install Bundle"
menu.command "Update User Bundles"
menu.command "Convert Textmate Bundle" if Ruble.is_mac?
menu.command "Convert TextMate Bundle" if Ruble.is_mac?
menu.separator
menu.command "Show Command Bindings"
menu.command "Show Active Commands in Scope"
Expand Down
2 changes: 1 addition & 1 deletion commands/convert_bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'ruble/platform'

if Ruble.is_mac?
command "Convert Textmate Bundle" do |cmd|
command "Convert TextMate Bundle" do |cmd|
cmd.input = :none
cmd.output = :show_as_tooltip
cmd.invoke do |context|
Expand Down

0 comments on commit c937765

Please sign in to comment.