ddollar-textmate 1.0.2 → 1.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/README.markdown CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A binary that provides package management for TextMate.
4
4
 
5
+ # Install
6
+
7
+ `gem install ddollar-textmate`
8
+
5
9
  # Example
6
10
 
7
11
  $ textmate install javascript
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
data/bin/textmate CHANGED
@@ -69,7 +69,7 @@ def display_hash(hash)
69
69
  end
70
70
 
71
71
  def select_remote(remotes)
72
- puts "Please select a bundle from the following list:"
72
+ puts "Please select a bundle from the following list: (CTRL-C to exit)"
73
73
  puts
74
74
  bundle_index = {}
75
75
  remotes.keys.sort.inject(0) do |index, remote|
@@ -35,7 +35,7 @@ private ######################################################################
35
35
  end
36
36
 
37
37
  def select_repository(repositories)
38
- puts "Please select a repository from the following list:"
38
+ puts "Please select a repository from the following list: (CTRL-C to exit)"
39
39
  puts
40
40
  repository_index = {}
41
41
  repositories.inject(0) do |index, repository|
data/textmate.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{textmate}
8
- s.version = "1.0.2"
8
+ s.version = "1.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David Dollar"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-textmate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar